CIM_StorageConfigurationCapabilities class
A subclass of Capabilities that defines the Capabilities of a StorageConfigurationService. An instance of StorageConfigurationCapabilities is associated with a StorageConfigurationService using ElementCapabilities. The properties in this class specify the envelope of capabilites for storage configuration in the context of the Service or Pool with which the instance is associated. These properties correspond to the properties of the same base names in StorageSetting and StorageSettingWithHints when either is used as a goal parameter to the StorageConfigurationService methods (CreateOrModifyStoragePool, CreateOrModifyElementFromStoragePool, or CreateOrModifyElementFromElements).
The following syntax is simplified from Managed Object Format (MOF) code and includes all of the inherited properties.
Syntax
[Abstract, Version("2.13.0"), UMLPackagePath("CIM::Device::StorageServices")]
class CIM_StorageConfigurationCapabilities : CIM_Capabilities
{
string Caption;
string Description;
string InstanceID;
string ElementName;
uint16 SupportedAsynchronousActions[];
uint16 SupportedSynchronousActions[];
uint16 SupportedStorageElementTypes[];
uint16 SupportedStoragePoolFeatures[];
uint16 SupportedStorageElementFeatures[];
uint16 SupportedCopyTypes[];
uint16 InitialReplicationState;
uint16 SupportedStorageElementUsage[];
uint16 ClientSettableElementUsage[];
uint16 SupportedStoragePoolUsage[];
uint16 ClientSettablePoolUsage[];
};
Members
The CIM_StorageConfigurationCapabilities class has these types of members:
Properties
The CIM_StorageConfigurationCapabilities class has these properties.
-
Caption
-
-
Data type: string
-
Access type: Read-only
-
Qualifiers: MaxLen (64)
The Caption property is a short textual description (one- line string) of the object.
This property is inherited from CIM_ManagedElement.
-
-
ClientSettableElementUsage
-
-
Data type: uint16 array
-
Access type: Read-only
-
Qualifiers: Experimental, ModelCorrespondence ("CIM_StorageExtent.Usage")
Indicates the intended usage or any restrictions that may have been imposed on the usage of Client Settable Elements. For example, an element may be reserved for use by the block server. In that case the Usage of the element is marked as "Reserved for the ComputerSystem". In the case of "Other", see OtherUsageDescription for more information.
-
-
Other (1)
-
Unrestricted (2)
-
Reserved for ComputerSystem (the block server) (3)
-
DMTF Reserved
- 4 32767
-
Vendor Reserved
- 32768 65535
ClientSettablePoolUsage
-
Data type: uint16 array
-
Access type: Read-only
-
Qualifiers: Experimental, ModelCorrespondence ("CIM_StoragePool.OtherUsageDescription")
Indicates the intended usage or any restrictions that may have been imposed on the usage a client settable storage pool. For example, a storage pool may be reserved for use by the block server. In that case the Usage of the storage pool is marked as "Reserved for the ComputerSystem". In the case of "Other", see OtherUsageDescription for more information.
Other (1)
Unrestricted (2)
Reserved for ComputerSystem (the block server) (3)
Reserved as a Delta Replica Container (4)
Reserved for Migration Services (5)
Reserved for Local Replication Services (6)
Reserved for Remote Replication Services (7)
Reserved for Sparing (8)
DMTF Reserved
Vendor Reserved
Description
-
Data type: string
-
Access type: Read-only
Contains a textual description of the object.
This property is inherited from CIM_ManagedElement.
ElementName
-
Data type: string
-
Access type: Read-only
-
Qualifiers: Required
The user friendly name for this instance of Capabilities. In addition, the user friendly name can be used as a index property for a search of query. (Note: Name does not have to be unique within a namespace.)
This property is inherited from CIM_Capabilities.
InitialReplicationState
-
Data type: uint16
-
Access type: Read-only
-
Qualifiers: ModelCorrespondence ("CIM_StorageConfigurationService.AttachReplica", "CIM_StorageConfigurationService.CreateReplica")
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.
Initialized (2)
Prepared (3)
Synchronized (4)
DMTF Reserved
Vendor Specific
InstanceID
-
Data type: string
-
Access type: Read-only
-
Qualifiers: Key
Within the scope of the instantiating Namespace, InstanceID opaquely and uniquely identifies an instance of this class. In order to ensure uniqueness within the NameSpace, the value of InstanceID SHOULD be constructed using the following 'preferred' algorithm: <OrgID>:<LocalID> Where <OrgID> and <LocalID> are separated by a colon ':', and where <OrgID> MUST include a copyrighted, trademarked or otherwise unique name that is owned by the business entity creating/defining the InstanceID, or is a registered ID that is assigned to the business entity by a recognized global authority (This is similar to the <Schema Name>_<Class Name> structure of Schema class names.) In addition, to ensure uniqueness <OrgID> MUST NOT contain a colon (':'). When using this algorithm, the first colon to appear in InstanceID MUST appear between <OrgID> and <LocalID>. <LocalID> is chosen by the business entity and SHOULD not be re-used to identify different underlying (real-world) elements. If the above 'preferred' algorithm is not used, the defining entity MUST assure that the resultant InstanceID is not re-used across any InstanceIDs produced by this or other providers for this instance's NameSpace. For DMTF defined instances, the 'preferred' algorithm MUST be used with the <OrgID> set to 'CIM'.
This property is inherited from CIM_Capabilities.
SupportedAsynchronousActions
-
Data type: uint16 array
-
Access type: Read-only
-
Qualifiers: ModelCorrespondence ("CIM_StorageConfigurationCapabilities.SupportedSynchronousActions")
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 following values have been deprecated and replaced by values in StorageReplicationCapabilities. SupportedAsynchronousActions:
Replica Creation(8) to Local Replica Creation(2) and Remote Replica Creation(3)
Replica Modification(9) to Local Replica Modification(4), Remote Replica Modification(5) and
Replica Attachment(10) to Local Replica Attachment(6) and Remote Replica Attachment(7).
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)
SCSI Scan (11)
Storage Element from Element Creation (12)
Storage Element from Element Modification (13)
Element Usage Modification (14)
StoragePool Usage Modification (15)
DMTF Reserved
SupportedCopyTypes
-
Data type: uint16 array
-
Access type: Read-only
-
Qualifiers: ModelCorrespondence ("CIM_StorageConfigurationService.CreateReplica.CopyType")
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.
Async (2)
Sync (3)
UnSyncAssoc (4)
UnSyncUnAssoc (5)
DMTF Reserved
Vendor Specific
SupportedStorageElementFeatures
-
Data type: uint16 array
-
Access type: Read-only
-
Qualifiers: ModelCorrespondence ("CIM_StorageConfigurationService.CreateOrModifyElementFromStoragePool.ElementType", "CIM_StorageConfigurationService.CreateOrModifyElementFromStoragePool.InPool", "CIM_StorageConfigurationService", "CreateOrModifyElementFromElements.InElements")
Enumeration indicating features supported by the Storage Element methods.
StorageExtent Creation (2)
StorageVolume Creation (3)
StorageExtent Modification (4)
StorageVolume Modification (5)
Single InPool (6)
Multiple InPools (7)
LogicalDisk Creation (8)
LogicalDisk Modification (9)
InElements (10)
Storage Element QoS Change (11)
Storage Element Capacity Expansion (12)
Storage Element Capacity Reduction (13)
DMTF Reserved
Vendor Specific
SupportedStorageElementTypes
-
Data type: uint16 array
-
Access type: Read-only
-
Qualifiers: ModelCorrespondence ("CIM_StorageConfigurationService.CreateOrModifyElementFromStoragePool.ElementType", "CIM_StorageConfigurationService", "CreateOrModifyElementFromElements.ElementType")
Enumeration indicating the type of storage elements that are supported by the associated StorageConfigurationService.
StorageVolume (2)
StorageExtent (3)
LogicalDisk (4)
DMTF Reserved
Vendor Specific
SupportedStorageElementUsage
-
Data type: uint16 array
-
Access type: Read-only
-
Qualifiers: Experimental, ModelCorrespondence ("CIM_StorageExtent.Usage")
Indicates the intended usage or any restrictions that may have been imposed on the usage of Supported Storage Elements. For example, an element may be reserved for use by the block server. In that case the Usage of the element is marked as "Reserved for the ComputerSystem". In the case of "Other", see OtherUsageDescription for more information.
Other (1)
Unrestricted (2)
Reserved for ComputerSystem (the block server) (3)
DMTF Reserved
Vendor Reserved
SupportedStoragePoolFeatures
-
Data type: uint16 array
-
Access type: Read-only
-
Qualifiers: ModelCorrespondence ("CIM_StorageConfigurationService.CreateOrModifyStoragePool.InPools", "CIM_StorageConfigurationService", "CreateOrModifyStoragePool.InExtents")
Enumeration indicating features supported by the StoragePool methods.
InExtents (2)
Single InPool (3)
Multiple InPools (4)
Storage Pool QoS Change (5)
Storage Pool Capacity Expansion (6)
Storage Pool Capacity Reduction (7)
DMTF Reserved
Vendor Specific
SupportedStoragePoolUsage
-
Data type: uint16 array
-
Access type: Read-only
-
Qualifiers: Experimental, ModelCorrespondence ("CIM_StoragePool.OtherUsageDescription")
Indicates the intended usage or any restrictions that may have been imposed on the usage a supported storage pool. For example, a storage pool may be reserved for use by the block server. In that case the Usage of the storage pool is marked as "Reserved for the ComputerSystem". In the case of "Other", see OtherUsageDescription for more information.
Other (1)
Unrestricted (2)
Reserved for ComputerSystem (the block server), (3)
Reserved as a Delta Replica Container (4)
Reserved for Migration Services (5)
Reserved for Local Replication Services (6)
Reserved for Remote Replication Services (7)
Reserved for Sparing (8)
DMTF Reserved
Vendor Reserved
SupportedSynchronousActions
-
Data type: uint16 array
-
Access type: Read-only
-
Qualifiers: ModelCorrespondence ("CIM_StorageConfigurationCapabilities.SupportedAsynchronousActions")
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 following values have been deprecated and replaced by values in StorageReplicationCapabilities.SupportedSynchronousActions:
Replica Creation(8) to Local Replica Creation(2) and Remote Replica Creation(3)
Replica Modification(9) to Local Replica Modification(4), Remote Replica Modification(5) and
Replica Attachment(10) to Local Replica Attachment(6) and Remote Replica Attachment(7).
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)
SCSI Scan (11)
Storage Element from Element Creation (12)
Storage Element from Element Modification (13)
Element Usage Modification (14)
StoragePool Usage Modification (15)
DMTF Reserved
Requirements
Minimum supported client |
None supported |
Minimum supported server |
Windows Server 2012 R2 |
Namespace |
Root\CIMv2\Storage\iScsiTarget |
MOF |
|
DLL |
|