HP 3PAR CIM API Programming Reference (QL226-97722, March 2014)

"The HP 3PAR Storage System.")]
TPD_StorageSystem REF Antecedent;
[Override ( "Dependent" ), Weak, Description (
"The ControllerConfigurationService hosted on the HP 3PAR Storage System.")]
TPD_ControllerConfigurationService REF Dependent;
};
// ==================================================================
// HP 3PAR SFP
// ==================================================================
[Description (
"HP 3PAR SFP for Node FC ports.")]
class TPD_SFP : CIM_PhysicalConnector {
[Description ("Revision code.") ]
String Revision;
[Description (
"The current bandwidth of the SFP in Bits per Second."),
Units ( "Bits per Second" )]
uint64 Speed;
[Description ("Position of the TX disable pin. If pin position is HI, "
"TX laser is disabled"),
ValueMap {"0", "1", "2"},
Values {"Unknown", "LO", "HI"} ]
uint16 DisableTXPinPosition;
[Description ("Position of the RX loss pin. If pin position is HI, "
"RX loss of signal"),
ValueMap {"0", "1", "2"},
Values {"Unknown", "LO", "HI"} ]
uint16 LossRXPinPosition;
[Description ("Position of the TX fault pin. If pin position is HI, "
"TX fault"),
ValueMap {"0", "1", "2"},
Values {"Unknown", "LO", "HI"} ]
uint16 FaultTXPinPosition;
[Description ("If TRUE, SFP is not qualified.") ]
boolean IsUnqualified;
[Description ("If TRUE, RX Power is Low.") ]
boolean IsRXPowerLow;
[Description ("If TRUE, DDM information is available.") ]
boolean IsDDMAvailable;
[Description ("High temperature alarm threshold")]
sint16 TempHighAlarm;
[Description ("Low temperature alarm threshold")]
sint16 TempLowAlarm;
[Description ("High temperature warning threshold")]
sint16 TempHighWarn;
[Description ("Low temperature warning threshold")]
sint16 TempLowWarn;
[Description ("High voltage alarm threshold")]
sint16 VoltHighAlarm;
[Description ("Low voltage alarm threshold")]
244 Managed Object Format Files