HP 3PAR CIM API Programming Reference (OS 3.1.2 MU2) (QL226-97015, June 2013)

};
// ==================================================================
// HP 3PAR FC Port LESB Statistics
// ==================================================================
[Description ("HP 3PAR Storage System FC Port Link Error Statistic Block")]
class TPD_FCPortLESBStatistics : CIM_FCPortStatistics
{
};
// ==================================================================
// FC Port LESB Element Statistical Data
// ==================================================================
[Association, Description (
"An association between TPD_FCPortLESBStatistics and TPD_FCPort. "
"Note that the cardinality of the ManagedElement reference is "
"Min(1), Max(1). This cardinality mandates the instantiation of the "
"ElementStatisticalData association for the referenced instance "
"of CIM_StatisticalData. ElementStatisticalData describes the "
"existence requirements and context for the "
"CIM_StatisticalData, relative to a specific ManagedElement.")]
class TPD_FCPortLESBElementStatisticalData : CIM_ElementStatisticalData
{
[Key, Min ( 1 ), Max ( 1 ), Description (
"The ManagedElement for which statistical or metric data is "
"defined.")]
TPD_FCPort REF ManagedElement;
[Key, Description (
"The statistic information/object.")]
TPD_FCPortLESBStatistics REF Stats;
};
// ==================================================================
// HP 3PAR FCAL Port
// ==================================================================
// [Description ("HP 3PAR Storage System FCAL Port ")]
// class TPD_FCALPort : CIM_FCPort
//{
// [Description (" "),
// ValueMap {"0", "1", "2", "4", "7", "8",
// "9", "10", "11"},
// Values {"config wait", "alpa wait", "login wait", "loss sync",
// "nonparticipate", "core dump", "offline",
// "fw dead", "link idle for reset"} ]
// uint16 OtherOperationalStatus;
// [Description ("Node WWN the FCAL port is connected to.") ]
// uint64 NodeWWN;
//};
// ==================================================================
// HP 3PAR SCSI Protocol Controller And FCPort association
// ==================================================================
[Association,
Description (
"HP 3PAR Storage System SCSI protocol controller and FC port"
" association. ")]
class TPD_ControllerForPort : CIM_ProtocolControllerForPort
{
[Override ("Antecedent"),
Description ("The SCSI Protocol Controller.") ]
TPD_SCSIController REF Antecedent;
[Override ("Dependent"), Weak, Description (
"The FCPort controlled by the SCSI protocol controller.") ]
TPD_FCPort REF Dependent;
206 Managed Object Format Files