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

[Override ("GroupComponent"), Aggregate,
Description ("The SAS port that aggregates the PHY.") ]
TPD_SASPort REF GroupComponent;
[Override ("PartComponent"),
Description ("The individual PHY.") ]
TPD_SASPHY REF PartComponent;
};
// ===================================================================
// DeviceSAPImplementation - association between SASProtocolEndpoint and
// SASPort
// ===================================================================
[Association,
Description (
"An association between a HP 3PAR SAS protocol endpoint and its "
"implementation on SAS port.")]
class TPD_SASPortSAPImplementation: CIM_DeviceSAPImplementation {
[Override ( "Antecedent" ), Description (
"The SAS port.")]
TPD_SASPort REF Antecedent;
[Override ( "Dependent" ), Description (
"The SASProtocolEndpoint implemented using the SAS port.")]
TPD_SASProtocolEndpoint REF Dependent;
};
// ==================================================================
// HP 3PAR HostedSASProtocolEndpoint: association between NodeSystem and
// SASProtocolEndpoint
// ==================================================================
[Association,
Description
("HP 3PAR NodeSystem and SASProtocolEndpoint association.")]
class TPD_HostedSASProtocolEndpoint : CIM_HostedAccessPoint
{
// Indicate that this is one-to-many association
[Override ( "Antecedent" ), Min ( 1 ), Max ( 1 ), Description (
"The node controller that hosted the protocol endpoint.")]
TPD_NodeSystem REF Antecedent;
[Override ( "Dependent" ), Weak, Description (
"The SASProtocolEndpoint representing front end port "
"on the system.")]
TPD_SASProtocolEndpoint REF Dependent;
};
// ==================================================================
// SASPort Element Statistical Data
// ==================================================================
[Association, Description (
"An association between SASPort and SASPortStatistics.")]
class TPD_SASPortElementStatisticalData : CIM_ElementStatisticalData
{
[Key, Min ( 1 ), Max ( 1 ), Description (
"The ManagedElement for which statistical or metric data is "
"defined.")]
TPD_SASPort REF ManagedElement;
[Key, Description (
"The statistic information/object.")]
TPD_SASPortStatistics REF Stats;
};
// ==================================================================
308 Managed Object Format Files