White Papers

16 Version 1.3.3
Table 6 – Class: DCIM_LCString
Properties Type Requirement Additional Requirements
InstanceID string Mandatory
The property value shall have unique value.
AttributeName String Mandatory
The property value shall be from the “AttributeName”
column in
Table 7.
CurrentValue string[] Mandatory
The property value shall match the format described in
“Value Expression” column at the corresponding row in
Table 7.
PendingValue
string[]
Mandatory
The property value shall match the format described in
“Value Expression” column at the corresponding row in
Table 7.
IsReadOnly boolean Mandatory
The property value shall be the value in the “IsReadOnly”
column at the corresponding row in
Table 7.
ElementName string Mandatory The property value shall be the FQDD of the LC.
MinLength uint64 Mandatory
The property value shall be the value in the “MinLength”
column at the corresponding row in
Table 7.
MaxLength uint64 Mandatory
The property value shall be the value in the “MaxLength”
column at the corresponding row in
Table 7.
The following table describes possible DCIM_LCString attributes and the requirements for the
AttributeName, MinLength, and MaxLength properties.
The AttributeValue shall be read-only if IsReadOnly property value from the corresponding row in the
below table contains “TRUE”.
The AttributeValue string shall have equal or lower number of characters than the MaxLength property
value from the corresponding row.
The AttributeValue string shall have equal or higher number of characters than the MinLength property
value from the corresponding row.
The AttributeValue shall conform to the ValueExpression form from the corresponding row.
Table 7 – DCIM_LCString Attributes
AttributeName Description IsReadOnly MinLength MaxLength Value Expression