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

A.74
3PAR_TPDCage.mof
CIM API Programming Reference InForm OS Version 2.3.1
[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
);
};
// ==================================================================
// TPD Cage Interface Card for DC3 cage
// ==================================================================
[Description (
"3PAR Cage Interface Card for DC3 cage. DC3 cage has 2 FC-ALs, with one "
"having four A loops, and the other four B loops."
"Check LoopPosition to see if Cage Interface instance for A or B.")]
class TPD_CageInterfaceCardDC3 : TPD_CageInterfaceCard
{
[Description ("If master set to TRUE.") ]
boolean IsMaster;
[Description ("Loop A link speed. Array index 0"
" represents Loop A0, array index 1 represents"
" Loop A1, etc."),
ValueMap {"0", "1", "2", "3", "4", "5", "6", "7", "8", "9",