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

// 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;
};
13PAR_TPDSASPort.mof 309