3PAR CIM API Programming Reference for InForm OS 2.3.1 (320-200164 Rev B, February 2010)

A.71
3PAR_TPDCage.mof
InForm OS Version 2.3.1 CIM API Programming Reference
[Description ("Firmware version on the Interface Card processor.") ]
string FirmwareVersion;
[Description ("Loop A link LED status."
" Array index 0 is Loop A0, array index 1 is Loop A1."),
ValueMap {"0", "1", "2"},
Values {"Off", "Amber", "Green"} ]
uint16 LoopALinkLED[];
[Description ("Loop B link LED status."
" Array index 0 is Loop B0, array index 1 is Loop B1."),
ValueMap {"0", "1", "2"},
Values {"Off", "Amber", "Green"} ]
uint16 LoopBLinkLED[];
[Description ("Shows if the locate is ON."
" Array index 0 is Loop A0, array index 1 is Loop A1.") ]
boolean LoopALocateON[];
[Description ("Shows if the locate is ON."
" Array index 0 is Loop B0, array index 1 is Loop B1.") ]
boolean LoopBLocateON[];
// =========================================
// Operations
// =========================================
[Description (
"This method causes the FC connection LED on the cage to blink. "),
ValueMap {"0", "1", "2"},
Values {"OK", "Not Supported", "Error"} ]
uint32 Locate(
[IN, Required, Description (
"The port of the FC-AL card in the cage to locate."),
ValueMap {"1", "2", "3", "4"},
Values {"A0", "A1", "B0", "B1" }]
uint16 Port,
[IN, Description (
"Number of seconds to have locate cage turned on. "
"Default 60, maximum 255.")]
uint16 LocateTimer
);
};
// ==================================================================