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

A.78
3PAR_TPDCage.mof
CIM API Programming Reference InForm OS Version 2.3.1
boolean IsOnloop,
[IN, Description (
"If true, operation performed on Port A, "
"if false, operation performed on Port B. "
"If not passed, operation performed on both.")]
boolean IsPortA
);
};
// ===================================================================
// 3PAR Magazine for DC0, DC1 cages
// ===================================================================
[Description (
"3PAR Disk Magazine for DC0, DC1 cages")]
class TPD_MagazineDC1 : TPD_Magazine {
[Description ("System LED status."),
ValueMap {"0", "1", "2"},
Values {"Off", "Amber", "Green"} ]
uint16 SystemLED;
[Description ("Hot-plug LED status."),
ValueMap {"0", "1", "2"},
Values {"Off", "Amber", "Green"} ]
uint16 HotplugLED;
};
// ===================================================================
// 3PAR Magazine for DC2 cages
// ===================================================================
[Description (
"3PAR Disk Magazine for DC2 cages")]
class TPD_MagazineDC2 : TPD_MagazineDC1 {
};
// ===================================================================
// 3PAR Magazine for DC3 cage
// ===================================================================
[Description (
"3PAR Disk Magazine for DC3 cage")]
class TPD_MagazineDC3 : TPD_Magazine {
[Description ("Overall state of the Loop A and B."),
ValueMap {"0", "2", "3", "6"},
Values {"Unknown", "OK", "Degraded", "Error"} ]