White Papers

Version 1.5.0 17
Table 6 – Class: DCIM_LCString 361
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 shall represent the current value of the
attribute.
PendingValue[]
string
Mandatory
The property value shall represent the pending value of
the attribute.
DefaultValue[]
string
Mandatory
The property value shall represent the default value of the
attribute.
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.
The CurrentValue and PendingValue shall have equal
or higher number of characters than the MinLength
property value from the corresponding row.
The omission or NULL shall denote that no known
constraint exists on the CurrentValue and PendingValue
properties.
MaxLength uint64 Mandatory
The property value shall be the value in the “MaxLength”
column at the corresponding row in Table 7.
The CurrentValue and PendingValue shall have equal
or lower number of characters than the MaxLength
property value.
The omission or NULL shall denote that no known
constraint exists on the CurrentValue and PendingValue
properties.
The following table describes possible DCIM_LCString attributes and the requirements for the 362
AttributeName, MinLength, and MaxLength properties. The column headers represent the properties of 363
the DCIM_ LCString class. Each of the cells represents the values of the properties. 364
365
Table 7 – DCIM_LCString Attributes 366
AttributeName
IsRead
Only
MinLength MaxLength Description