HP 3PAR CIM API Programming Reference

// 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;
};
// ==================================================================
// SASPHY Element Statistical Data
// ==================================================================
[Association, Description (
"An association between SASPHY and SASPhyStatistics.")]
class TPD_SASPHYElementStatisticalData : CIM_ElementStatisticalData
{
[Key, Min ( 1 ), Max ( 1 ), Description (
"The ManagedElement for which statistical or metric data is "
"defined.")]
TPD_SASPHY REF ManagedElement;
[Key, Description (
"The statistic information/object.")]
TPD_SASPhyStatistics REF Stats;
};
318 Managed Object Format Files