Key |
InstanceID
|
string
|
|
Within the scope of the instantiating Namespace, InstanceID opaquely and uniquely identifies an instance of this class. The InstanceID will be of the form IBMTSDS:<StorageSystem.Name>. |
Read Only |
ElementName
|
string
|
|
The user friendly name for this instance of Capabilities. In addition, the user friendly name can be used as an index property for a search of query. The ElementName will be of the form'StorageConfigurationCapabilities for<StorageSystem.Name>'. |
InitialReplicationState
|
uint16
|
Initialized | 2 |
Prepared | 3 |
Synchronized | 4 |
DMTF Reserved | .. |
Vendor Specific | 0x8000..0xFFFF |
|
InitialReplicationState specifies which initial ReplicationState is supported by a particular provider. Values are:Initialized: The replication relationship is known and unsynchronized, but time required to synchronize may be long.Prepared: The replication relationship is known and unsynchronized and the time required to synchronize will be short.Synchronized: The replicas are synchronized. |
SupportedAsynchronousActions
|
uint16
|
Storage Pool Creation | 2 |
Storage Pool Deletion | 3 |
Storage Pool Modification | 4 |
Storage Element Creation | 5 |
Storage Element Return | 6 |
Storage Element Modification | 7 |
Replica Creation | 8 |
Replica Modification | 9 |
Replica Attachment | 10 |
|
Enumeration indicating what operations will be executed as asynchronous jobs. If an operation is included in both this and SupportedSynchronousActions then the underlying implementation is indicating that it may or may not create a job. The CIM Agent for the DS Open API does not support any asynchronous actions. |
SupportedCopyTypes
|
uint16
|
Async | 2 |
Sync | 3 |
UnSyncAssoc | 4 |
UnSyncUnAssoc | 5 |
DMTF Reserved | .. |
Vendor Specific | 0x8000..0xFFFF |
|
SupportedCopyTypes describes the replication capabilities supported by the associated StorageConfigurationServices. Values are:Async: asynchronous copies may be created and maintained.Sync: synchronous copies may be created and maintained.UnSyncAssoc: unsynchronized copies may be created and maintained.UnSyncUnAssoc: a'straight copy'may be created. |
SupportedIBMExtensionActions
|
uint16
|
ArraySitePool Creation | 2 |
ArraySitePool Deletion | 3 |
ArraySitePool Modification | 4 |
ArrayPool Creation | 5 |
ArrayPool Deletion | 6 |
ArrayPool Modification | 7 |
RankPool Creation | 8 |
RankPool Deletion | 9 |
RankPool Modification | 10 |
ExtentPool Creation | 11 |
ExtentPool Deletion | 12 |
ExtentPool Modification | 13 |
StorageVolume Creation | 14 |
StorageVolume Deletion | 15 |
StorageVolume Modification | 16 |
StorageVolume Expansion | 17 |
StorageVolume Shrinking | 18 |
|
Enumeration indicating what IBM Extension operations are supported for a particular StorageSystem. The DS CIM Agent, in fact, does support pool, volume, and replica creation and deletion. However due to deficiencies in the SMI-S recipes, we cannot certify our creation and deletion methods, so we cannot advertise these capabilities in SupportedSynchronousActions, so we advertise them in a vendor extension property here. DS supports ArrayPool Creation/Deletion, RankPool Creation/Deletion, ExtentPool Creation/Deletion/Modification (ElementName only), and StorageVolume Creation/Deletion/Modification (ElementName only). |
SupportedStorageElementFeatures
|
uint16
|
StorageExtent Creation | 2 |
StorageVolume Creation | 3 |
StorageExtent Modification | 4 |
StorageVolume Modification | 5 |
Single InPool | 6 |
Multiple InPools | 7 |
LogicalDisk Creation | 8 |
LogicalDisk Modification | 9 |
InExtents | 10 |
DMTF Reserved | .. |
Vendor Specific | 0x8000..0xFFFF |
|
Enumeration indicating features supported by the Storage Element methods. Volume creation from Single InPool is supported but we cannot advertise this capability. See above comment. |
SupportedStorageElementTypes
|
uint16
|
StorageVolume | 2 |
StorageExtent | 3 |
LogicalDisk | 4 |
DMTF Reserved | .. |
Vendor Specific | 0x8000..0xFFFF |
|
Enumeration indicating the type of storage elements that are supported by the associated StorageConfigurationService. Volume creation is supported, but not advertised, see above. |
SupportedStoragePoolFeatures
|
uint16
|
InExtents | 2 |
Single InPool | 3 |
Multiple InPools | 4 |
DMTF Reserved | .. |
Vendor Specific | 0x8000..0xFFFF |
|
Enumeration indicating features supported by the StoragePool methods. Single InPool and Multiple InPool are supported in different situations, but we cannot advertise these capabilities, see above comment. |
SupportedSynchronousActions
|
uint16
|
Storage Pool Creation | 2 |
Storage Pool Deletion | 3 |
Storage Pool Modification | 4 |
Storage Element Creation | 5 |
Storage Element Return | 6 |
Storage Element Modification | 7 |
Replica Creation | 8 |
Replica Modification | 9 |
Replica Attachment | 10 |
|
Enumeration indicating what operations will be executed without the creation of a job. If an operation is included in both this and SupportedAsynchronousActions then the underlying instrumentation is indicating that it may or may not create a job. The DS CIM Agent, in fact, does support pool, volume, and replica creation and deletion. However due to deficiencies in the CTP specification, we cannot certify our creation and deletion methods, so we cannot advertise these capabilities. |
Read Write |