Key |
InstanceID
|
string
|
|
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 must 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 must 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'. |
Read Only |
Caption
|
string
|
|
The Caption property is a short textual description (one-line string) of the object. |
ChangeableType
|
uint16
|
Fixed - Not Changeable | 0 |
Changeable - Transient | 1 |
Changeable - Persistent | 2 |
|
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. |
DataRedundancyGoal
|
uint16
|
|
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. |
DataRedundancyMax
|
uint16
|
|
DataRedundancyMax describes the maximum number of complete copies of data to be maintained. Exampleswould 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. |
DataRedundancyMin
|
uint16
|
|
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. |
DeltaReservationGoal
|
uint8
|
|
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. |
DeltaReservationMax
|
uint8
|
|
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. |
DeltaReservationMin
|
uint8
|
|
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. |
Description
|
string
|
|
The Description property provides a textual description of the object. |
ElementName
|
string
|
|
The user friendly name for this instance of SettingData. 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.) |
IntendedUsage
|
uint16
|
|
Indicates that a storage element is created for a specialized use. Values: 0: Not specialized 2: Special pool for delta replica elements 3: Component extent for delta replica pool 4: Remote mirror target element 5 Local mirror target element 6: Full size snapshot element 7: Delta snapshot element 8: Remote replication buffer element |
NoSinglePointOfFailure
|
boolean
|
|
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. |
PackageRedundancyGoal
|
uint16
|
|
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. |
PackageRedundancyMax
|
uint16
|
|
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. |
PackageRedundancyMin
|
uint16
|
|
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. |
PersistentReplica
|
boolean
|
|
True inidcats the replica persists during power off or reset. |
Read Write |