Name | Data Type | Default Value | Qualifiers |
Name | Data Type | Value |
ChangeableType | uint16 | |
Description | string | Enumeration indicating the type of setting. "Fixed - Not Changeable" settings are primordial. These setting are defined at the implementor of the class. "Changeable - Transient" is the type of setting produced by the "CreateSetting" method. A client can subsequently request that the implementation persist the generated and potentially modified setting indefinately. Only a "Changeable - Transient" setting SHALL be converted to a "Changeable = Persistent" setting; the setting SHALL NOT be changed back. |
Override | string | ChangeableType |
ValueMap | string | 0, 1, 2 |
Values | string | Fixed - Not Changeable, Changeable - Transient, Changeable - Persistent |
CompressedElement | boolean | false |
Description | string | The CompressedElement property indicates whether or not compression of the element is being requested. When set to true, compression is being requested. When set to false, compression is not being requested. |
Experimental | boolean | true |
ModelCorrespondence | string | CIM_StorageSetting.CompressionRate |
CompressionRate | uint16 | 1 |
Description | string | Indicates the desired compression for a storage element. The possible values are "None", "High", "Medium", "Low" or "Implementation Decides". If CompressedElement is set to "false", then this property should be set to 1 (None). |
Experimental | boolean | true |
ModelCorrespondence | string | CIM_StorageSetting.CompressedElement |
ValueMap | string | 1, 2, 3, 4, 5, .., 32768..65535 |
Values | string | None, High, Medium, Low, Implementation Decides, DMTF Reserved, Vendor Specific |
Write | boolean | true |
CUImage | string | |
Description | string | This property is the Node Element Descriptor of the Control Unit Image (this property is required for CKD StorageVolume). It is not required for LogicalDisks. |
Experimental | boolean | true |
DataOrganization | uint16 | |
Description | string | Type of data organization used. |
Experimental | boolean | true |
ValueMap | string | 0, 1, 2, 3, 4 |
Values | string | Other, Unknown, Fixed Block, Variable Block, Count Key Data |
DataRedundancyGoal | uint16 | |
Description | string | DataRedundancyGoal describes the desired number of complete copies of data to be maintained. Examples would be RAID 5 where 1 copy is maintained and RAID 1 where 2 or more copies are maintained. Possible values are 1 to n. The bounds (max and min) for redundancy are defined using the properties, DataRedundancyMax and DataRedundancyMin. |
MinValue | sint64 | 1 |
ModelCorrespondence | string | CIM_StorageSetting.DataRedundancyMax, CIM_StorageSetting.DataRedundancyMin |
Write | boolean | true |
DataRedundancyMax | uint16 | |
Description | string | DataRedundancyMax describes the maximum number of complete copies of data to be maintained. Examples would be RAID 5 where 1 copy is maintained and RAID 1 where 2 or more copies are maintained. Possible values are 1 to n. The desired redundancy is specified using DataRedundancyGoal, while the minimum is defined by DataRedundancyMin. |
MinValue | sint64 | 1 |
ModelCorrespondence | string | CIM_StorageSetting.DataRedundancyMin, CIM_StorageSetting.DataRedundancyGoal |
Write | boolean | true |
DataRedundancyMin | uint16 | |
Description | string | DataRedundancyMin describes the minimum number of complete copies of data to be maintained. Examples would be RAID 5 where 1 copy is maintained and RAID 1 where 2 or more copies are maintained. Possible values are 1 to n. The desired redundancy is specified using DataRedundancyGoal, while the maximum is defined by DataRedundancyMax. |
MinValue | sint64 | 1 |
ModelCorrespondence | string | CIM_StorageSetting.DataRedundancyMax, CIM_StorageSetting.DataRedundancyGoal |
Write | boolean | true |
DeltaReservationGoal | uint8 | |
Description | string | DeltaReservationGoal is a number between 1 (1%) and a 100 (100%) which specifies the desired amount of space that should be reserved in a replica for caching changes. For a complete copy this would be 100%. The bounds (max and min) for the reservation are defined using the properties, DeltaReservationMax and DeltaReservationMin. |
MaxValue | sint64 | 100 |
MinValue | sint64 | 1 |
ModelCorrespondence | string | CIM_StorageSetting.DeltaReservationMin, CIM_StorageSetting.DeltaReservationMax |
PUnit | string | percent |
Units | string | Percentage |
Write | boolean | true |
DeltaReservationMax | uint8 | |
Description | string | DeltaReservationMax is a number between 1 (1%) and a 100 (100%) which specifies the maximum amount of space that should be reserved in a replica for caching changes. For a complete copy this would be 100%. The desired reservation is specified using DeltaReservationGoal, while the minimum is defined by DeltaReservationMin. |
MaxValue | sint64 | 100 |
MinValue | sint64 | 1 |
ModelCorrespondence | string | CIM_StorageSetting.DeltaReservationMin, CIM_StorageSetting.DeltaReservationGoal |
PUnit | string | percent |
Units | string | Percentage |
Write | boolean | true |
DeltaReservationMin | uint8 | |
Description | string | DeltaReservationMin is a number between 1 (1%) and a 100 (100%) which specifies the minimum amount of space that should be reserved in a replica for caching changes. For a complete copy this would be 100%. The desired reservation is specified using DeltaReservationGoal, while the maximum is defined by DeltaReservationMax. |
MaxValue | sint64 | 100 |
MinValue | sint64 | 1 |
ModelCorrespondence | string | CIM_StorageSetting.DeltaReservationMax, CIM_StorageSetting.DeltaReservationGoal |
PUnit | string | percent |
Units | string | Percentage |
Write | boolean | true |
DiskType | uint16 | |
Description | string | Enumeration indicating the type of DiskDrives which may be available. |
Experimental | boolean | true |
ValueMap | string | 0, 1, 2, 3, 4 |
Values | string | Do Not Care, Other, Hard Disk Drive, Solid State Drive, Hybrid |
EmulatedDevice | string | |
Description | string | Specifies the specific device (e.g., 3380 or 3390) that is emulated by the volume. |
Experimental | boolean | true |
Encryption | uint16 | |
Description | string | This property reflects support of the encryption feature implemented by some disk drives. |
Experimental | boolean | true |
ValueMap | string | 0, 1, 2 |
Values | string | Do Not Care, Not Supported, Supported |
ExtentStripeLength | uint16 | |
Description | string | ExtentStripeLength describes the number of underlying StorageExtents across which data is striped in the common striping-based storage organizations. This is also known as the number of 'members' or 'columns'. When used in a goal setting instance, ExtentStripeLength is the optimal desired value. The bounds (max and min) for Stripe Length are defined using the properties ExtentStripeLengthMax and ExtentStripeLengthMin. ExtentStripeLength MUST be set to NULL if the scoping StorageCapablities indicates that it is not supported in this context. ExtentStripeLength can be used in conjunction with CreateOrModifyElementFromELements to explicitly configure storage. An example would be RAID 0+1 with mirroring two stripe sets, each set being three wide. In this case CreateOrModifyElementFromElements would be passed a goal setting with DataRedundancy = 2 and ExtentStripeLength = 3. The size of the InElements array would be 6 and would contain the StorageExtents to be used to construct the StorageElement as a RAID 0+1. ExtentStripeLengthMin and ExtentStripeLengthMax are meaningless and wouldbe set to NULL. If the property is supported, and is part of StorageSettingWithHints it MAY be set to NULL. If used it will constrain the effects of Hint selections. When used in a Setting instance associated to a Volume, this property indicates the specific value that the Volume was created with, and ExtentStripeLengthMin and ExtentStripeLengthMax will be set to the same specific value. |
MinValue | sint64 | 1 |
ModelCorrespondence | string | CIM_StorageSetting.ExtentStripeLengthMax, CIM_StorageSetting.ExtentStripeLengthMin |
Write | boolean | true |
ExtentStripeLengthMax | uint16 | |
Description | string | ExtentStripeLength describes the number of underlying StorageExtents across which data is striped in the common striping-based storage organizations. This is also known as the number of 'members' or 'columns'. When used in a goal setting instance, ExtentStripeLengthMax is the maximum acceptable value. The desired Stripe Length is specified using ExtentStripeLength, while the minimum is defined by ExtentStripeLengthMin. ExtentStripeLengthMax MUST be set to NULL if the scoping StorageCapablities indicates that it is not supported in this context. If the property is supported, and is part of StorageSettingWithHints it MAY be set to NULL. If used it will constrain the effects of Hint selections. When used in a Setting instance associated to a Volume, this property is set to the specific value of ExtentStripeLength. |
MinValue | sint64 | 1 |
ModelCorrespondence | string | CIM_StorageSetting.ExtentStripeLengthMin, CIM_StorageSetting.ExtentStripeLength |
Write | boolean | true |
ExtentStripeLengthMin | uint16 | |
Description | string | ExtentStripeLength describes the number of underlying StorageExtents across which data is striped in the common striping-based storage organizations. This is also known as the number of 'members' or 'columns'. When used in a goal setting instance, ExtentStripeLengthMin is the minimum acceptable value. The desired Stripe Length is specified using ExtentStripeLength, while the maximum is defined by ExtentStripeLengthMax. ExtentStripeLengthMin MUST be set to NULL if the scoping StorageCapablities indicates that it is not supported in this context. If the property is supported, and is part of StorageSettingWithHints it MAY be set to NULL. If used it will constrain the effects of Hint selections. When used in a Setting instance associated to a Volume, this property is set to the specific value of ExtentStripeLength. |
MinValue | sint64 | 1 |
ModelCorrespondence | string | CIM_StorageSetting.ExtentStripeLengthMax, CIM_StorageSetting.ExtentStripeLength |
Write | boolean | true |
FormFactorType | uint16 | |
Description | string | Enumeration indicating the type of form factors which may be available. |
Experimental | boolean | true |
ValueMap | string | 0, 1, 2, 3, 4, 5, 6 |
Values | string | Do Not Care, Other, Not Reported, 5.25 inch, 3.5 inch, 2.5 inch, 1.8 inch |
IncrementalDeltas | boolean | |
Description | string | True indicates delta replicas associated with the source element associated with this settingdata are incrementally dependent. Only the oldest replica in the set may be deleted or resynced. |
Experimental | boolean | true |
InitialSynchronization | uint16 | 0 |
Description | string | Not Applicable indicates that this property is not applicable to the associated storage element. Other values indicate whether or not a source element should be fully copied to a target element at the time the replication is initiated. The provider does not have to comply with the client request. These other values are defined as:
- "Not Managed": to start or not at initiation is up to the implementation.
- "Start": start replication on initiation.
- "Do Not Start": do not start replication on initiation. |
Experimental | boolean | true |
ModelCorrespondence | string | CIM_StorageReplicationCapabilities.InitialSynchronizationDefault |
ValueMap | string | 0, 1, 2, 3, .., 0x8000.. |
Values | string | Not Applicable, Not Managed, Start, Do Not Start, DMTF Reserved, Vendor Specific |
Write | boolean | true |
InterconnectSpeed | uint64 | |
Description | string | The speed of disk interconnection wanted. Value of 0 means don't care. Values are in bits/second |
Experimental | boolean | true |
PUnit | string | bit / second |
InterconnectType | uint16 | |
Description | string | Enumeration indicating the type of disk interconnection wanted. |
Experimental | boolean | true |
ValueMap | string | 0, 1, 2, 3, 4, 5, 6 |
Values | string | don't care, other, SAS, SATA, SAS/SATA, FC, SOP |
LowSpaceWarningThreshold | uint16 | |
Description | string | LowSpaceWarningThreshold simplifies the creation of a pool specific Indication based on RemainingManagedSpace <=
(TotalManagedSpace*LowSpaceWarningThreshold)/100. One example client for an Indication based on this property is a delta copy implementation where the pool enables continuous, variable space consumption for the delta storage. Another example client for an Indication based on this property is a provisioning manager implementing a policy for adding storage to a pool when it becomes low. |
Experimental | boolean | true |
MaxValue | sint64 | 100 |
MinValue | sint64 | 0 |
ModelCorrespondence | string | CIM_StoragePool.RemainingManagedSpace |
PUnit | string | percent |
Units | string | Percentage |
NoSinglePointOfFailure | boolean | |
Description | string | Indicates the desired value for No Single Point of Failure. Possible values are false = single point of failure, and true = no single point of failure. |
Write | boolean | true |
PackageRedundancyGoal | uint16 | |
Description | string | PackageRedundancyGoal describes the desired number of redundant packages to be used. For example, in the storage domain, package redundancy describes how many disk spindles can fail without data loss including, at most, one spare. An example would be RAID5 with a spare disk which would have a PackageRedundancy of 2. Possible values are 0 to n. The bounds (max and min) for redundancy are defined using the properties, PackageRedundancyMax and PackageRedundancyMin. |
ModelCorrespondence | string | CIM_StorageSetting.PackageRedundancyMax, CIM_StorageSetting.PackageRedundancyMin |
Write | boolean | true |
PackageRedundancyMax | uint16 | |
Description | string | PackageRedundancyMax describes the maximum number of redundant packages to be used. For example, in the storage domain, package redundancy describes how many disk spindles can fail without data loss including, at most, one spare. An example would be RAID5 with a spare disk which would have a PackageRedundancy of 2. Possible values are 0 to n. The desired redundancy is specified using PackageRedundancyGoal, while the minimum is defined by PackageRedundancyMin. |
ModelCorrespondence | string | CIM_StorageSetting.PackageRedundancyMin, CIM_StorageSetting.PackageRedundancyGoal |
Write | boolean | true |
PackageRedundancyMin | uint16 | |
Description | string | PackageRedundancyMin describes the minimum number of redundant packages to be used. For example, in the storage domain, package redundancy describes how many disk spindles can fail without data loss including, at most, one spare. An example would be RAID5 with a spare disk which would have a PackageRedundancy of 2. Possible values are 0 to n. The desired redundancy is specified using PackageRedundancyGoal, while the maximum is defined by PackageRedundancyMax. |
ModelCorrespondence | string | CIM_StorageSetting.PackageRedundancyMax, CIM_StorageSetting.PackageRedundancyGoal |
Write | boolean | true |
ParityLayout | uint16 | |
Description | string | ParityLayout specifies whether a parity-based storage organization is using rotated or non-rotated parity. When used in a goal setting instance, ParityLayout is the desired value. It MUST be set to NULL if the scoping StorageCapablities indicates that it is not supported in this context. If the property is supported, and is part of StorageSettingWithHints it MAY be set to NULL. If used it will constrain the effects of Hint selections. When used in a Setting instance associated to a Volume, this property indicates the specific value that the Volume was created with. |
ValueMap | string | 1, 2 |
Values | string | Non-rotated Parity, Rotated Parity |
Write | boolean | true |
PersistentReplica | boolean | |
Description | string | True indicates the associated replicas persist during power off or system reset. False indicates replicas lost during these events. |
Experimental | boolean | true |
PortType | uint16 | |
Description | string | Enumeration indicating the type of disk interfaces which may be available. |
Experimental | boolean | true |
ValueMap | string | 0, 1, 2, 3, 4, 5 |
Values | string | Do Not Care, other, SAS, SATA, SAS/SATA, FC |
ReplicationPriority | uint16 | |
Description | string | Not Applicable indicates that this property is not applicable to the associated storage element. Other values indicate the relative priority of background Replication I/O operations relative to host I/O operations. These other values are:
- "Low": Replication engine I/O lower priority than host I/O.
- "Same": Replication engine I/O has the same priority as host I/O.
- "High": Replication engine I/O has higher priority than host I/O. |
Experimental | boolean | true |
ModelCorrespondence | string | CIM_StorageReplicationCapabilities.ReplicationPriorityDefault |
ValueMap | string | 0, 1, 2, 3, 4, .., 0x8000.. |
Values | string | Not Applicable, Not Managed, Low, Same, High, DMTF Reserved, Vendor Specific |
Write | boolean | true |
RPM | uint32 | |
Description | string | The rotational speed of disk media wanted. a value of 0xffffffff means don't care. Values are in revolutions per minute. SSD devices shall report 0. |
Experimental | boolean | true |
PUnit | string | revolution / minute |
SpaceLimit | uint64 | 0 |
Description | string | SpaceLimit is the consumption limit for the allocated storage element from all associated StoragePools. If asserted, then the assumption is that the storage element can grow, (for instance an element representing the storage for a delta replica).
If SpaceLimit is greater than zero, the space consumed by the storage element shall not exceed the value of SpaceLimit.
If SpaceLimit = 0 (the default) then no limits are asserted on the amount of space consumed. |
Experimental | boolean | true |
PUnit | string | byte |
Units | string | Bytes |
SpaceLimitWarningThreshold | uint16 | |
Description | string | If the associated storage element may dynamically consume an increasing amount of space and a space limit is enforced on the element, then a non-zero warning threshold percentage indicates when a warning indication should be generated based on the total amount of space consumed being >= (SpaceLimit*SpaceLimitWarningThreshold)/100. |
Experimental | boolean | true |
MaxValue | sint64 | 100 |
MinValue | sint64 | 0 |
PUnit | string | percent |
Units | string | Percentage |
StorageExtentInitialUsage | uint16 | |
Description | string | The Usage value to be used when creating a new element that is derived from a StorageExtent.
"Reserved to be Unrestricted Pool Contributor": Indicates the element is available and it is intended to be used as an Unrestricted Pool Contributor. Once such element is in use, the elements Usage value will change to "In use as Unrestricted Pool Contributor". |
Experimental | boolean | true |
ModelCorrespondence | string | CIM_StorageExtent.Usage |
ValueMap | string | 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, .., 32768..65535 |
Values | string | Other, Unrestricted, Reserved for ComputerSystem (the block server), Reserved by Replication Services, Reserved by Migration Services, Local Replica Source, Remote Replica Source, Local Replica Target, Remote Replica Target, Local Replica Source or Target, Remote Replica Source or Target, Delta Replica Target, Element Component, Reserved to be Unrestricted Pool Contributor, Composite Volume Member, Composite LogicalDisk Member, Reserved for Sparing, In use as Unrestricted Pool Contributor, Reserved to be Delta Replica Pool Contributor, Reserved to be Local Replication Pool Contributor, Reserved to be Remote Replication Pool Contributor, In use as Delta Replica Pool Contributor, In use as Local Replication Pool Contributor, In use as Remote Replication Pool Contributor, DMTF Reserved, Vendor Reserved |
Write | boolean | true |
StoragePoolInitialUsage | uint16 | |
Description | string | The Usage value to be used when creating a new StoragePool. |
Experimental | boolean | true |
ModelCorrespondence | string | CIM_StoragePool.Usage |
ValueMap | string | 1, 2, 3, 4, 5, 6, 7, 8, .., 32768..65535 |
Values | string | Other, Unrestricted, Reserved for ComputerSystem (the block server), Reserved as a Delta Replica Container, Reserved for Migration Services, Reserved for Local Replication Services, Reserved for Remote Replication Services, Reserved for Sparing, DMTF Reserved, Vendor Reserved |
Write | boolean | true |
SubsystemID | string | |
Description | string | This property is the Subsystem ID if the array or virtualizer supports Subsystem IDs. If they are supported they would be required on volume creation. |
Experimental | boolean | true |
ThinProvisionedInitialReserve | uint64 | 0 |
Description | string | The initial reserve being requested by the client when StorageConfigurationCapabilities is used as a parameter for creating volumes or logical disks. |
Experimental | boolean | true |
ModelCorrespondence | string | CIM_StorageConfigurationCapabilities.ThinProvisionedClientSettableReserve, CIM_StorageConfigurationCapabilities.ThinProvisionedDefaultReserve |
PUnit | string | byte |
Units | string | Bytes |
ThinProvisionedPoolType | uint16 | |
Description | string | The type of thin provisioned pool used when StorageSetting is used as a goal for creating a thin provisioned pool. In other contexts, this property is undefined. The possibles values match the appropriate values in StorageConfigrationCapabilities.SupportedStorageElementTypes. |
Experimental | boolean | true |
ModelCorrespondence | string | CIM_StorageConfigurationCapabilities.SupportedStorageElementTypes |
ValueMap | string | 7, 8, 9, .., 0x800..0xFFFF |
Values | string | ThinlyProvisionedAllocatedStoragePool, ThinlyProvisionedQuotaStoragePool, ThinlyProvisionedLimitlessStoragePool, DMTF Reserved, Vendor Specific |
UserDataStripeDepth | uint64 | |
Description | string | UserDataStripeDepth describes the number of bytes forming a strip in common striping-based storage organizations. The strip is defined as the size of the portion of a stripe that lies on one extent. Thus, ExtentStripeLength * UserDataStripeDepth will yield the size of one stripe of user data. When used in a goal setting instance, UserDataStripeDepth is the optimal desired value. The bounds (max and min) for Stripe Depth are defined using the properties UserDataStripeDepthMax and UserDataStripeDepthMin. UserDataStripeDepth MUST be set to NULL if the scoping StorageCapablities indicates that it is not supported in this context. If the property is supported, and is part of StorageSettingWithHints it MAY be set to NULL. If used it will constrain the effects of Hint selections. When used in a Setting instance associated to a Volume, this property indicates the specific value that the Volume was created with, and UserDataStripeDepthMin and UserDataStripeDepthMax will be set to the same specific value. |
MinValue | sint64 | 1 |
ModelCorrespondence | string | CIM_StorageSetting.UserDataStripeDepthMax, CIM_StorageSetting.UserDataStripeDepthMin |
PUnit | string | byte |
Units | string | Bytes |
Write | boolean | true |
UserDataStripeDepthMax | uint64 | |
Description | string | UserDataStripeDepth describes the number of bytes forming a strip in common striping-based storage organizations. The strip is defined as the size of the portion of a stripe that lies on one extent. Thus, ExtentStripeLength * UserDataStripeDepth will yield the size of one stripe of user data. When used in a goal setting instance, UserDataStripeDepthMax is the maximum acceptable value. The desired Stripe Depth is specified using UserDataStripeDepthGoal, while the minimum is defined by UserDataStripeDepthMin. UserDataStripeDepthMax MUST be set to NULL if the scoping StorageCapablities indicates that it is not supported in this context. If the property is supported, and is part of StorageSettingwWithHints it MAY be set to NULL. If used it will constrain the effects of Hint selections. When used in a Setting instance associated to a Volume, this property is set to the specific value of UserDataStripeDepth. |
MinValue | sint64 | 1 |
ModelCorrespondence | string | CIM_StorageSetting.UserDataStripeDepthMin, CIM_StorageSetting.UserDataStripeDepth |
PUnit | string | byte |
Units | string | Bytes |
Write | boolean | true |
UserDataStripeDepthMin | uint64 | |
Description | string | UserDataStripeDepth describes the number of bytes forming a strip in common striping-based storage organizations. The strip is defined as the size of the portion of a stripe that lies on one extent. Thus, ExtentStripeLength * UserDataStripeDepth will yield the size of one stripe of user data. When used in a goal setting instance, UserDataStripeDepthMin is the minimum acceptable value. The desired Stripe Depth is specified using UserDataStripeDepth, while the maximum is defined by UserDataStripeDepthMax. UserDataStripeDepthMin MUST be set to NULL if the scoping StorageCapablities indicates that it is not supported in this context. If the property is supported, and is part of StorageSettingWithHints it MAY be set to NULL. If used it will constrain the effects of Hint selections. When used in a Setting instance associated to a Volume, this property is set to the specific value of UserDataStripeDepth. |
MinValue | sint64 | 1 |
ModelCorrespondence | string | CIM_StorageSetting.UserDataStripeDepthMax, CIM_StorageSetting.UserDataStripeDepth |
PUnit | string | byte |
Units | string | Bytes |
Write | boolean | true |
UseReplicationBuffer | uint16 | 0 |
Description | string | "Not Applicable" indicates that this property is not applicable to the associated storage element. Other values indicate whether or not remote mirror pair created with SynchronizationType "Async" is allowed to use a write buffer for asynchronous buffering. These other values are defined as:
- "Not Managed": use or not of the buffer is up to the implementation.
- "Use Buffer": use of a buffer for logging is required.
- "Do Not Use Buffer": a buffer for logging shall not be used. |
Experimental | boolean | true |
ModelCorrespondence | string | CIM_StorageReplicationCapabilities.UseReplicationBufferDefault |
ValueMap | string | 0, 1, 2, 3, .., 0x8000.. |
Values | string | Not Applicable, Not Managed, Use Buffer, Do Not Use Buffer, DMTF Reserved, Vendor Specific |
Write | boolean | true |