3PAR CIM API Programming Reference for InForm OS 2.3.1 (320-200164 Rev B, February 2010)
A.65
3PAR_TPDCage.mof
InForm OS Version 2.3.1 CIM API Programming Reference
"A relationship between FCPort and it's SFP.")]
class TPD_FCPortSFP : CIM_PortActiveConnection {
[Override ( "Antecedent" ), Description (
"The PhysicalConnector.")]
TPD_SFP REF Antecedent;
[Override ( "Dependent" ), Description (
"The NetworkPort that transmits using the Connector.")]
TPD_FCPort REF Dependent;
};
#pragma include ("3PAR_TPDCage.mof")
#pragma include ("3PAR_TPDDisk.mof")
#pragma include ("3PAR_TPDNode.mof")
#pragma include ("3PAR_TPDEnv.mof")
#pragma include ("3PAR_TPDLocation.mof")
#pragma include ("3PAR_TPDEthPort.mof")
#pragma include ("3PAR_TPDiSCSI.mof")
#pragma include ("3PAR_TPDView.mof")
#pragma include ("3PAR_TPDStats.mof")
A.3 3PAR_TPDCage.mof
This MOF contains 3PAR Cage classes that loaded into the root/tpd namespace.
// ==================================================================
// Base TPD Drive Cage
// ==================================================================
[Description (
"Base 3PAR Drive Cage")]
class TPD_DriveCage : CIM_Chassis
{
[Description ("Type of the cage."), Read,
ValueMap {"0", "1", "2", "3", "4"},
Values {"Unknown", "DC0", "DC1", "DC2", "DC3"} ]
uint16 CageType;
[Description ("Subtype of the cage."), Read,
ValueMap {"0", "1", "2"},