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

Values {"Disk", "Host", "RCFC", "Peer"} ]
uint16 ConnectionMode;
};
// ==================================================================
// HP 3PAR SASPhyStatistics
// ==================================================================
[Description
("HP 3PAR Statistics for a SAS PHY. This holds PHY error "
"statistics.")]
class TPD_SASPhyStatistics : SNIA_SASPhyStatistics
{
};
// ==================================================================
// HP 3PAR SASPHY
// ==================================================================
[Description
("A PHY on a SAS HBA on a HP 3PAR Storage System.")]
class TPD_SASPHY : SNIA_SASPHY
{
};
// ==================================================================
// HP 3PAR NodeSystem and SAS Port association
// ==================================================================
[Association, Aggregation, Composition,
Description (
"HP 3PAR Node System and SAS Port Association ") ]
class TPD_SystemSASPort : CIM_SystemDevice
{
[Override ("GroupComponent"), Aggregate, Max (1), Min (1),
Description("The node controller that hosted the SAS port.")]
TPD_NodeSystem REF GroupComponent;
[Override ("PartComponent"), Weak, Description (
"The SAS port.") ]
TPD_SASPort REF PartComponent;
};
// ==================================================================
// HP 3PAR NodeSystem and SAS PHY association
// ==================================================================
[Association, Aggregation, Composition,
Description (
"HP 3PAR Node System and FC Port Association ") ]
class TPD_SystemSASPHY : CIM_SystemDevice
{
[Override ("GroupComponent"), Aggregate, Max (1), Min (1),
Description("The node controller that hosted the SAS port to "
"which the SAS PHY belongs.")]
TPD_NodeSystem REF GroupComponent;
[Override ("PartComponent"), Weak, Description (
"The SAS PHY of a SAS port.") ]
TPD_SASPHY REF PartComponent;
};
// ==================================================================
// ConcreteComponent between SASPort and SASPHY
// ==================================================================
[Association, Aggregation,
Description (
"This is the association between SASPort and SASPHY.")]
class TPD_SASPortComponent : CIM_ConcreteComponent
{
13PAR_TPDSASPort.mof 307