Class CIM_RedundancySetSettingData
extends CIM_SettingData

A class derived from SettingData that describes a possible configuration for an associated RedundancySet.

Table of Contents
Hierarchy
Direct Known Subclasses
Class Qualifiers
Class Properties
Class Methods


Class Hierarchy

CIM_ManagedElement
   |
   +--CIM_SettingData
   |
   +--CIM_RedundancySetSettingData

Direct Known Subclasses

Class Qualifiers

NameData TypeValue
DescriptionstringA class derived from SettingData that describes a possible configuration for an associated RedundancySet.
Experimentalbooleantrue
UMLPackagePathstringCIM::Core::Redundancy
Versionstring2.14.0

Class Properties

Local Class Properties

NameData TypeDefault ValueQualifiers
NameData TypeValue
LoadBalanceAlgorithmuint16
DescriptionstringThe desired load balance algorithm. Least Blocks, Least IO, and Address Region are used in storage device path redundancy drivers to optimize load balancing by routing requests to a path with the least queued blocks or IO requests, or based on locality of reference. 'Product Specific' indicates that the algorithm is optimized for a particular type of product. Information about that product SHOULD be provided in an associated CIM_Product instance.
ModelCorrespondencestringCIM_RedundancySet.LoadBalanceAlgorithm
ValueMapstring2, 3, 4, 5, 6, 7, .., 0x8000..
ValuesstringNo Load Balancing, Round Robin, Least Blocks, Least IO, Address Region, Product Specific, DMTF Reserved, Vendor Reserved
Writebooleantrue
MaxNumberSupporteduint32
DescriptionstringMaxNumberSupported indicates the largest number of elements that will be able to participate in the RedundancySet. A value of 0 shall indicate no limit on the number of elements.
ModelCorrespondencestringCIM_RedundancySet.MaxNumberSupported
MinNumberNeededuint32
DescriptionstringMinNumberNeeded indicates the smallest number of elements that will be required to be operational in order for components dependent on the redundancy set to function.
MinValuesint640
ModelCorrespondencestringCIM_RedundancySet.MinNumberNeeded
VendorIdentifyingInfostring
DescriptionstringVendorIdentifyingInfo captures the vendor identifying data for the RedundancySet. One example is the product name for a cluster.
ModelCorrespondencestringCIM_RedundancySet.VendorIdentifyingInfo
Writebooleantrue
TypeOfSetuint16[]
ArrayTypestringIndexed
DescriptionstringTypeOfSet provides information on the type of redundancy. - N+1 (=2) indicates all members are active, are unaware and function independent of one another. However, there exist at least one extra member to achieve functionality. 'Sparing' is implied (i.e. each member can be a spare for the other(s). An example of N+1 is a system that has 2 power supplies, but needs only 1 power supply to functioning properly. - Load Balanced (=3) indicates all members are active. However, there functionality is not independent of each other. Their functioning is determined by some sort of load balancing algorithm (implemented in hardware and/or software). 'Sparing' is implied (i.e. each member can be a spare for the other(s). - Sparing (=4) indicates that all members are active and are aware of each others. However, their functionality is independent until failover. Each member can be a spare for the other(s). - Limited Sparing (=5) indicates that all members are active, and they may or may not be aware of each and they are not spares for each other. Instead, their redundancy is indicated by the IsSpare relationship.
ModelCorrespondencestringCIM_RedundancySet.TypeOfSet
ValueMapstring2, 3, 4, 5, .., 0x8000..
ValuesstringN+1, Load Balanced, Sparing, Limited Sparing, DMTF Reserved, Vendor Reserved
Writebooleantrue

Inherited Properties

NameData TypeClass Origin
CaptionstringCIM_ManagedElement
ChangeableTypeuint16CIM_SettingData
ConfigurationNamestringCIM_SettingData
DescriptionstringCIM_ManagedElement
ElementNamestringCIM_SettingData
Generationuint64CIM_ManagedElement
InstanceIDstringCIM_SettingData
SoIDstringCIM_SettingData
SoOrgIDstringCIM_SettingData
ComponentSettingstring[]CIM_SettingData

Class Methods