White Papers

36 Version 1.3.0
Table 15 Class: DCIM_RAIDString
586
Properties
Requirements
Type
Additional Requirements
InstanceID
Mandatory
string
The property value shall be formed as follows:
“<FQDD property value>:<AttributeName property
value>”.
AttributeName
Mandatory
string
The property value shall be from the “AttributeName”
column in Table 16.
CurrentValue[]
Mandatory
string
The property value shall be a string with minimum length
specified in “MinLength” column and maximum length
specified in “MaxLength” column in Table 16.
PendingValue[]
Mandatory
string
The property value shall be a string with minimum length
specified in “MinLength” column and maximum length
specified in “MaxLength” column in Table 16.
IsReadOnly
Mandatory
boolean
The property value shall be the value in the “R/RW” column
at the corresponding row in Table 16.
FQDD
Mandatory
string
FQDD of the device that the attribute belongs to.
MinLength
Mandatory
uint64
The property value shall be the value in the “MinLength”
column at the corresponding row in Table 16.
MaxLength
Mandatory
uint64
The property value shall be the value in the “MaxLength”
column at the corresponding row in Table 16.
The following table lists possible attributes and the requirements for the AttributeName, IsReadOnly
587
MinLength, and MaxLength properties.
588
Table 16 DCIM_RAIDString Attributes
589
AttributeName
Description
IsReadOnly
MinLength
MaxLength
RAIDAssetTag
Asset tag of the enclosure.
TRUE
0
12
Name
Virtual disk name
TRUE
0
15
RAIDEffectiveSASAddress
EffectiveSASAddress. This attribute
relates to enclosure.
TRUE
16
16
7.2.3 DCIM_RAIDInteger
590
This section describes the implementation for the DCIM_RAIDInteger class.
591
Each DCIM_RAIDInteger instance is logically associated to a DCIM_ControllerView instance or
592
DCIM_EnclosureView instance or DCIM_PhysicalDiskView instance or DCIM_VirtualDiskView instance.
593
The DCIM_RAIDString. FQDD property value is equal to the FQDD property value of one of the View
594
instance.
595
This class shall be instantiated in the Implementation Namespace: root/dcim.
596
7.2.3.1 Resource URIs for WinRM
®
597
The class Resource URI shall be “http://schemas.dell.com/wbem/wscim/1/cim-
598
schema/2/DCIM_RAIDInteger?__cimnamespace=root/dcim
599
The key property shall be the InstanceID.
600