CIM_StorageSetting, ROOT\CIMV2\storage\iscsitarget

Class | Childs (1) | Methods | Properties (22) | Qualifiers (4) | Instances | Namespaces (1)
Samples: VB Script | C# | VB.Net | Search on:Microsoft

Description

StorageSetting is roughly equivalent to a Service Level Agreement (SLA) It defines the characteristics, qualities of service and goals when used in a CreateOrModifyElement FromStoragePool or CreateOrModifyStoragePool method in the StorageConfigurationService. It specifies a series of properties with Maximum and Minimum values that define the (inclusive) bounds that the object should maintain. Note that the setting is associated to a StorageVolume or LogicalDisk, using ElementSetting. The use of these properties differs depending on whether the StorageSetting instance is being used as a goal for a configuration operation or being used as a Service Level Agreement for a created Volume. In addition the properties fall into two categories: The QOS properties(PackageRedundancy, Data Redundancy, & NoSinglePointOfFailure) and the Detailed RAID properties(ExtentStripeLength, ParityLayout, and UserDataStripeDepth). In a Setting used as a goal, the QOS properties are required as a set; The Detailed RAID properties(if supported as indicated by the scoping StorageCapabilities instance) may be used optionally in any combination. The implementation MUST supply it's own best practice in the case where one or more supported RAID properties are not supplied. In this situation the use of StorageSettingWithHints can be useful to provide direction to the implementation. In a Setting used as a service agreement for a Volume, the QOS properties reflect the Service Level Agreement, with goal, min, & max. The actual current service level is exposed by corresponding values in StorageExtent. The Detailed RAID properties, by contrast, reflect specific values that reflect the RAID construction of the Volume. Only the primary values are meaningful; Min and Max are set to match. Certain StorageSetting instances may be classed as "Fixed", by using the "ChangeableType" property, indicating the setting is preset. Such settings are used when the possible setting variations are low enough to be instantiated in their entirety. The StorageCapabilities "CreateSetting" method MAY NOT be used to return settings that are not changeable. Other StorageSetting instances are created using the "CreateSetting" method. If the capabilities specifies ranges, then the setting can be used by a client to narrow the range to particular values within the range. In other words, the capabilities MAY be broad, but the related setting MUST be as capable or less capable, that is more narrowly defined, before it is used to create or modify resources. These created StorageSetting instances MUST have their "ChangeableType" property = 1, "Changeable - Transient". GeneratedSettings MAY not remain after the restart or reset of the implementation. They may be deleted by implementation at any time. A reasonable minimal time to retain the generated transient settings is five minutes, although there is no minimal retention time.

CIM_StorageSetting - child subclasses in ROOT\CIMV2\storage\iscsitarget

Number of classes:1
Class nameChildsPropertiesMethodsClass
Instances
Child
Instances
AbstractSingleton
MSISCSITARGET_StorageSetting0220----

CIM_StorageSetting properties

CIM_StorageSetting has 22 properties (18 Local, 4 Derived)

NameOriginCIMType
CaptionCIM_ManagedElement8 [string]
ChangeableTypeCIM_StorageSetting18 [uint16]
DataRedundancyGoalCIM_StorageSetting18 [uint16]
DataRedundancyMaxCIM_StorageSetting18 [uint16]
DataRedundancyMinCIM_StorageSetting18 [uint16]
DeltaReservationGoalCIM_StorageSetting17 [uint8]
DeltaReservationMaxCIM_StorageSetting17 [uint8]
DeltaReservationMinCIM_StorageSetting17 [uint8]
DescriptionCIM_ManagedElement8 [string]
ElementNameCIM_ManagedElement8 [string]
ExtentStripeLengthCIM_StorageSetting18 [uint16]
ExtentStripeLengthMaxCIM_StorageSetting18 [uint16]
ExtentStripeLengthMinCIM_StorageSetting18 [uint16]
key
InstanceID
CIM_SettingData8 [string]
NoSinglePointOfFailureCIM_StorageSetting11 [boolean]
PackageRedundancyGoalCIM_StorageSetting18 [uint16]
PackageRedundancyMaxCIM_StorageSetting18 [uint16]
PackageRedundancyMinCIM_StorageSetting18 [uint16]
ParityLayoutCIM_StorageSetting18 [uint16]
UserDataStripeDepthCIM_StorageSetting21 [uint64]
UserDataStripeDepthMaxCIM_StorageSetting21 [uint64]
UserDataStripeDepthMinCIM_StorageSetting21 [uint64]

Detailed description of CIM_StorageSetting properties

Local properties (18) of CIM_StorageSetting class

ChangeableType property
CIMTYPE'uint16'
Description'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.'
ValueMap['0', '1', '2']
Values['Fixed - Not Changeable', 'Changeable - Transient', 'Changeable - Persistent']
ChangeableType property is in 2 classes of ROOT\CIMV2\storage\iscsitarget and in 2 namespaces
DataRedundancyGoal property
CIMTYPE'uint16'
Description'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.'
MinValue1
ModelCorrespondence['CIM_StorageSetting.DataRedundancyMax', 'CIM_StorageSetting.DataRedundancyMin']
writeTrue
DataRedundancyGoal property is in 2 classes of ROOT\CIMV2\storage\iscsitarget and in 2 namespaces
DataRedundancyMax property
CIMTYPE'uint16'
Description'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.'
MinValue1
ModelCorrespondence['CIM_StorageSetting.DataRedundancyMin', 'CIM_StorageSetting.DataRedundancyGoal']
writeTrue
DataRedundancyMax property is in 4 classes of ROOT\CIMV2\storage\iscsitarget and in 2 namespaces
DataRedundancyMin property
CIMTYPE'uint16'
Description'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.'
MinValue1
ModelCorrespondence['CIM_StorageSetting.DataRedundancyMax', 'CIM_StorageSetting.DataRedundancyGoal']
writeTrue
DataRedundancyMin property is in 4 classes of ROOT\CIMV2\storage\iscsitarget and in 2 namespaces
DeltaReservationGoal property
CIMTYPE'uint8'
Description'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.'
MaxValue100
MinValue1
ModelCorrespondence['CIM_StorageSetting.DeltaReservationMin', 'CIM_StorageSetting.DeltaReservationMax']
Units'Percentage'
writeTrue
DeltaReservationGoal property is in 2 classes of ROOT\CIMV2\storage\iscsitarget and in 1 namespace
DeltaReservationMax property
CIMTYPE'uint8'
Description'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.'
MaxValue100
MinValue1
ModelCorrespondence['CIM_StorageSetting.DeltaReservationMin', 'CIM_StorageSetting.DeltaReservationGoal']
Units'Percentage'
writeTrue
DeltaReservationMax property is in 4 classes of ROOT\CIMV2\storage\iscsitarget and in 1 namespace
DeltaReservationMin property
CIMTYPE'uint8'
Description'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.'
MaxValue100
MinValue1
ModelCorrespondence['CIM_StorageSetting.DeltaReservationMax', 'CIM_StorageSetting.DeltaReservationGoal']
Units'Percentage'
writeTrue
DeltaReservationMin property is in 4 classes of ROOT\CIMV2\storage\iscsitarget and in 1 namespace
ExtentStripeLength property
CIMTYPE'uint16'
Description'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.'
MinValue1
ModelCorrespondence['CIM_StorageSetting.ExtentStripeLengthMax', 'CIM_StorageSetting.ExtentStripeLengthMin']
writeTrue
ExtentStripeLength property is in 2 classes of ROOT\CIMV2\storage\iscsitarget and in 2 namespaces
ExtentStripeLengthMax property
CIMTYPE'uint16'
Description'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.'
MinValue1
ModelCorrespondence['CIM_StorageSetting.ExtentStripeLengthMin', 'CIM_StorageSetting.ExtentStripeLength']
writeTrue
ExtentStripeLengthMax property is in 2 classes of ROOT\CIMV2\storage\iscsitarget and in 2 namespaces
ExtentStripeLengthMin property
CIMTYPE'uint16'
Description'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.'
MinValue1
ModelCorrespondence['CIM_StorageSetting.ExtentStripeLengthMax', 'CIM_StorageSetting.ExtentStripeLength']
writeTrue
ExtentStripeLengthMin property is in 2 classes of ROOT\CIMV2\storage\iscsitarget and in 2 namespaces
NoSinglePointOfFailure property
CIMTYPE'boolean'
Description'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.'
writeTrue
NoSinglePointOfFailure property is in 7 classes of ROOT\CIMV2\storage\iscsitarget and in 4 namespaces
PackageRedundancyGoal property
CIMTYPE'uint16'
Description'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['CIM_StorageSetting.PackageRedundancyMax', 'CIM_StorageSetting.PackageRedundancyMin']
writeTrue
PackageRedundancyGoal property is in 2 classes of ROOT\CIMV2\storage\iscsitarget and in 2 namespaces
PackageRedundancyMax property
CIMTYPE'uint16'
Description'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['CIM_StorageSetting.PackageRedundancyMin', 'CIM_StorageSetting.PackageRedundancyGoal']
writeTrue
PackageRedundancyMax property is in 4 classes of ROOT\CIMV2\storage\iscsitarget and in 2 namespaces
PackageRedundancyMin property
CIMTYPE'uint16'
Description'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['CIM_StorageSetting.PackageRedundancyMax', 'CIM_StorageSetting.PackageRedundancyGoal']
writeTrue
PackageRedundancyMin property is in 4 classes of ROOT\CIMV2\storage\iscsitarget and in 2 namespaces
ParityLayout property
CIMTYPE'uint16'
Description'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['1', '2']
Values['Non-rotated Parity', 'Rotated Parity']
writeTrue
ParityLayout property is in 2 classes of ROOT\CIMV2\storage\iscsitarget and in 6 namespaces
UserDataStripeDepth property
CIMTYPE'uint64'
Description'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.'
MinValue1
ModelCorrespondence['CIM_StorageSetting.UserDataStripeDepthMax', 'CIM_StorageSetting.UserDataStripeDepthMin']
Units'Bytes'
writeTrue
UserDataStripeDepth property is in 2 classes of ROOT\CIMV2\storage\iscsitarget and in 4 namespaces
UserDataStripeDepthMax property
CIMTYPE'uint64'
Description'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.'
MinValue1
ModelCorrespondence['CIM_StorageSetting.UserDataStripeDepthMin', 'CIM_StorageSetting.UserDataStripeDepth']
Units'Bytes'
writeTrue
UserDataStripeDepthMax property is in 2 classes of ROOT\CIMV2\storage\iscsitarget and in 2 namespaces
UserDataStripeDepthMin property
CIMTYPE'uint64'
Description'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.'
MinValue1
ModelCorrespondence['CIM_StorageSetting.UserDataStripeDepthMax', 'CIM_StorageSetting.UserDataStripeDepth']
Units'Bytes'
writeTrue
UserDataStripeDepthMin property is in 2 classes of ROOT\CIMV2\storage\iscsitarget and in 2 namespaces

Derived properties (4) of CIM_StorageSetting class

Caption property
CIMTYPE'string'
Caption property is in 90 classes of ROOT\CIMV2\storage\iscsitarget and in 37 namespaces
Description property
CIMTYPE'string'
Description property is in 91 classes of ROOT\CIMV2\storage\iscsitarget and in 142 namespaces
ElementName property
CIMTYPE'string'
ElementName property is in 90 classes of ROOT\CIMV2\storage\iscsitarget and in 21 namespaces
InstanceID property
CIMTYPE'string'
keyTrue
InstanceID property is in 40 classes of ROOT\CIMV2\storage\iscsitarget and in 21 namespaces

CIM_StorageSetting Qualifiers

NameValueToInstanceToSubclassOverridableAmendedLocal
AbstractTrue
Description'StorageSetting is roughly equivalent to a Service Level Agreement (SLA) It defines the characteristics, qualities of service and goals when used in a CreateOrModifyElement FromStoragePool or CreateOrModifyStoragePool method in the StorageConfigurationService. It specifies a series of properties with Maximum and Minimum values that define the (inclusive) bounds that the object should maintain. Note that the setting is associated to a StorageVolume or LogicalDisk, using ElementSetting.
The use of these properties differs depending on whether the StorageSetting instance is being used as a goal for a configuration operation or being used as a Service Level Agreement for a created Volume. In addition the properties fall into two categories: The QOS properties(PackageRedundancy, Data Redundancy, & NoSinglePointOfFailure) and the Detailed RAID properties(ExtentStripeLength, ParityLayout, and UserDataStripeDepth). In a Setting used as a goal, the QOS properties are required as a set; The Detailed RAID properties(if supported as indicated by the scoping StorageCapabilities instance) may be used optionally in any combination. The implementation MUST supply it's own best practice in the case where one or more supported RAID properties are not supplied. In this situation the use of StorageSettingWithHints can be useful to provide direction to the implementation.
In a Setting used as a service agreement for a Volume, the QOS properties reflect the Service Level Agreement, with goal, min, & max. The actual current service level is exposed by corresponding values in StorageExtent.
The Detailed RAID properties, by contrast, reflect specific values that reflect the RAID construction of the Volume. Only the primary values are meaningful; Min and Max are set to match.
Certain StorageSetting instances may be classed as "Fixed", by using the "ChangeableType" property, indicating the setting is preset. Such settings are used when the possible setting variations are low enough to be instantiated in their entirety. The StorageCapabilities "CreateSetting" method MAY NOT be used to return settings that are not changeable.
Other StorageSetting instances are created using the "CreateSetting" method. If the capabilities specifies ranges, then the setting can be used by a client to narrow the range to particular values within the range. In other words, the capabilities MAY be broad, but the related setting MUST be as capable or less capable, that is more narrowly defined, before it is used to create or modify resources.
These created StorageSetting instances MUST have their "ChangeableType" property = 1, "Changeable - Transient".
GeneratedSettings MAY not remain after the restart or reset of the implementation. They may be deleted by implementation at any time. A reasonable minimal time to retain the generated transient settings is five minutes, although there is no minimal retention time.'
UMLPackagePath'CIM::Device::StorageServices'
Version'2.11.0'

CIM_StorageSetting System properties

NameValueOriginCIMTypeLocalArray
__PATH'\\.\ROOT\CIMV2\storage\iscsitarget:CIM_StorageSetting'___SYSTEM8
__NAMESPACE'ROOT\CIMV2\storage\iscsitarget'___SYSTEM8
__SERVER'.'___SYSTEM8
__DERIVATION['CIM_SettingData', 'CIM_ManagedElement']___SYSTEM8
__PROPERTY_COUNT22___SYSTEM3
__RELPATH'CIM_StorageSetting'___SYSTEM8
__DYNASTY'CIM_ManagedElement'___SYSTEM8
__SUPERCLASS'CIM_SettingData'___SYSTEM8
__CLASS'CIM_StorageSetting'___SYSTEM8
__GENUS1___SYSTEM3

Similar Classes to CIM_StorageSetting

Number of classes:11
comments powered by Disqus
WUtils.com