White Papers

429
Table 13 Class: DCIM_FCString
Properties
Type
Notes
Additional Requirements
InstanceID
String
Mandatory
The property value shall be formed as follows:
“<FQDD property value>:<AttributeName property
value>”.
AttributeName
String
Mandatory
The property value shall be from the
“AttributeName” column in Tables in section 7.7.
AttributeDisplayName
String
Mandatory
The property value shall be NULL.
CurrentValue[]
String
Mandatory
The property value shall be the current value of
the attribute.
PendingValue[]
String
Mandatory
The property value shall be the pending value of
the attribute.
IsReadOnly
Boolean
Mandatory
The property value shall be from the
“IsReadOnly” column in Tables in section 7.7.
FQDD
String
Mandatory
FQDD of the FC HBA that the attribute belongs to.
Dependency
String
Optional
The property shall be formatted as XML describing
the attributes dependence on other attribute(s).
MinLength
uint64
Mandatory
The property value shall be the value in the
“MinLength” column at the corresponding row in in
Tables in section 7.7.
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
in Tables in section 7.7
The omission or NULL shall denote that no known
constraint exists on the CurrentValue and
PendingValue properties.
ValueExpression
String
Conditional
The property shall be implemented, if the
IsReadOnly property has value FALSE.
The omission or NULL shall denote that no known
constraint exists on the CurrentValue and
PendingValue properties.
430
431 7.6 DCIM_FCInteger
432 This section describes the implementation for the DCIM_FCInteger class.
433 Each DCIM_FCInteger instance is logically associated to a DCIM_FCView instance, where the
434 DCIM_FCInteger.FQDD praoperty is equal to the FQDD property on the DCIM_FCView instance.
435 This class shall be instantiated in the Implementation Namespace:root/dcim.
436 7.6.1 Resource URIs for WinRM
®
437 The class Resource URI shall be “http://schemas.dell.com/wbem/wscim/1/cim-
438 schema/2/DCIM_FCInteger?__cimnamespace=root/dcim
439 The key property shall be the InstanceID.