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

A.81
PAR_TPDDisk.mof
InForm OS Version 2.3.1 CIM API Programming Reference
A.4 PAR_TPDDisk.mof
This MOF contains 3PAR Disk Classes that loaded into the root/tpd namespace. (Disk Drive
Lite).
[Description (
"3PAR Disk Drive ")]
class TPD_DiskDrive : CIM_DiskDrive {
[Description ("Position of the Drive in the Magazine.") ]
uint16 Position;
[Description ("Type of the cage this disk is in."),
ValueMap {"0", "1", "2", "3", "4"},
Values {"Unknown", "DC0", "DC1", "DC2", "DC3"} ]
uint16 CageType;
[Description ("System id number of the Drive.") ]
uint32 ID;
[Description ("Device type of the Disk."),
ValueMap {"0", "1", "2", "3"},
Values {"Unknown", "FC", "NL", "ALL"} ]
uint16 DeviceType;
[Description ("Temperature of the Drive in C.") ]
uint16 Temperature;
[Description ("If Drive can be used to allocate LD.") ]
boolean IsLDAllocateable;
[Description ("State of Disk on Loop A."),
ValueMap {"0", "1", "2", "3", "4", "5", "6", "7", "8", "9", "10",
"11", "12", "13", "14", "15", "16"},
Values {"Unknown", "Not Present", "Offloop", "New Onloop", "Spinning Up",
"OK", "Spin Up Failed", "Loop Failed", "Drive Error Bit On",
"Manual Bypass, System Manager", "Manual Bypass, Port",
"Not Ready", "Spundown, System Manager", "Spundown, Port",
"Spundown, Over Temperature", "Spinning Down Fail",
"I2C Transaction Failed"} ]
uint16 StateOnLoopA;
[Description ("State of Disk on Loop B."),