MSISCSITARGET_StorageConfigurationCapabilities class

Defines the capabilities of a MSISCSITARGET_StorageConfigurationService instance. An instance of MSISCSITARGET_StorageConfigurationCapabilities is associated with a MSISCSITARGET_StorageConfigurationService by using MSISCSITARGET_ElementCapabilities.

The MSISCSITARGET_StorageConfigurationCapabilities class specifies the range of capabilities for storage configuration in an associated storage pool or service. It contains properties that correspond to the properties of the same base names in the MSISCSITARGET_StorageSetting and CIM_StorageSettingWithHints classes, which can be used as the Goal parameter in several MSISCSITARGET_StorageConfigurationService methods.

The following syntax is simplified from Managed Object Format (MOF) code and includes all of the inherited properties.

Syntax

[Static, Version("1.0.0")]
class MSISCSITARGET_StorageConfigurationCapabilities : CIM_StorageConfigurationCapabilities
{
  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 MSISCSITARGET_StorageConfigurationCapabilities class has these types of members:

Properties

The MSISCSITARGET_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.

This property is inherited from CIM_StorageConfigurationCapabilities.

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.

This property is inherited from CIM_StorageConfigurationCapabilities.

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

9 32767

Vendor Reserved

32768 65535

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.

This property is inherited from CIM_StorageConfigurationCapabilities.

Initialized (2)

Prepared (3)

Synchronized (4)

DMTF Reserved

5 32767

Vendor Specific

32768 65535

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).

This property is inherited from CIM_StorageConfigurationCapabilities.

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

16 65535

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.

This property is inherited from CIM_StorageConfigurationCapabilities.

Async (2)

Sync (3)

UnSyncAssoc (4)

UnSyncUnAssoc (5)

DMTF Reserved

6 32767

Vendor Specific

32768 65535

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.

This property is inherited from CIM_StorageConfigurationCapabilities.

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

14 32767

Vendor Specific

32768 65535

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.

This property is inherited from CIM_StorageConfigurationCapabilities.

StorageVolume (2)

StorageExtent (3)

LogicalDisk (4)

DMTF Reserved

5 32767

Vendor Specific

32768 65535

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.

This property is inherited from CIM_StorageConfigurationCapabilities.

Other (1)

Unrestricted (2)

Reserved for ComputerSystem (the block server) (3)

DMTF Reserved

4 32767

Vendor Reserved

32768 65535

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.

This property is inherited from CIM_StorageConfigurationCapabilities.

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

8 32767

Vendor Specific

32768 65535

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.

This property is inherited from CIM_StorageConfigurationCapabilities.

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

9 32767

Vendor Reserved

32768 65535

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).

This property is inherited from CIM_StorageConfigurationCapabilities.

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

16 65535

Requirements

Minimum supported client
None supported
Minimum supported server
Windows Server 2012 R2
Namespace
Root\CIMv2\Storage\iScsiTarget
MOF
SmIscsiTarget.mof
DLL
SMiSCSITargetProv.dll

See also

CIM_StorageConfigurationCapabilities

iSCSI Target Server Reference

MSISCSITARGET_StorageConfigurationService

MSISCSITARGET_ElementCapabilities

MSISCSITARGET_StorageSetting