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

A.110
3PAR_TPDEthPort.mof
CIM API Programming Reference InForm OS Version 2.3.1
"The PhysicalElement whose Location is specified.")]
TPD_SystemPackage REF Element;
[Override ( "PhysicalLocation" ), Max ( 1 ), Description (
"The PhysicalElement's Location.")]
TPD_SystemLocation REF PhysicalLocation;
};
A.8 3PAR_TPDEthPort.mof
This MOF contains 3PAR Ethernet Port classes that loaded into the root/tpd namespace.
// ===================================================================
// 3PAR EthernetPort
// ===================================================================
[Description (
"Capabilities and management of an EthernetPort.")]
class TPD_EthernetPort : CIM_EthernetPort {
[Description ("TPD specific operational status"),
ValueMap {"3", "4", "9"},
Values {"ready", "loss sync", "offline"} ]
uint16 OtherOperationalStatus;
};
// ==================================================================
// 3PAR IPProtocolEndpoint
// ==================================================================
[Description (
"A ProtocolEndpoint that is dedicated to running IP.")]
class TPD_IPProtocolEndpoint : CIM_IPProtocolEndpoint {
[Description (
"The Gateway address for this ProtocolEndpoint.")]
string Gateway;
};
// ===================================================================
// 3PAR EthPortSAPImplementation
// ===================================================================
[Association, Description (
"An association between a ServiceAccessPoint and how it is "