HP 3PAR CIM API Programming Reference (QL226-97722, March 2014)
[Aggregate, Override ( "GroupComponent" ), Min ( 1 ), Max ( 1 ),
Description (
"The parent system in the Association. Could be either "
"StorageSystem or NodeSystem.")]
CIM_ComputerSystem REF GroupComponent;
[Override ( "PartComponent" ), Weak, Description (
"The Fan that is a component of a ComputerSystem.")]
TPD_Fan REF PartComponent;
};
// ==================================================================
// TPD Cage PowerSupply Sensor
// ==================================================================
[Association, Description (
"Many Devices include Sensors or have Sensors installed nearby, "
"in order to measure critical input and output properties. This "
"association indicates that relationship.")]
class TPD_SensorInCagePS : CIM_AssociatedSensor {
[Override ( "Antecedent" ), Description (
"The Sensor.")]
TPD_CageSensor REF Antecedent;
[Override ( "Dependent" ), Description (
"The LogicalDevice for which information is measured by the "
"Sensor.")]
TPD_CagePowerSupply REF Dependent;
};
3PAR_TPDIndication.mof
//%////////////////////////////////////////////////////////////////////////
//
//
// (c) Copyright 2013 Hewlett-Packard Development Company, L.P.
// All Rights Reserved. This software is the property of HPDC. Distribution
// or deployment of the source or derived binaries of this
// software are not permitted.
//
//
//%////////////////////////////////////////////////////////////////////////
///////////////////////////////////////////////////////////////////////////
//
// File : 3PAR_TPDIndication.mof
//
// Purpose : This MOF contains HP 3PAR indication classes that will be loaded
// into root/tpd namespace.
//
// Date created: March/29/2013
//
///////////////////////////////////////////////////////////////////////////
// ==================================================================
// Lifecycle Indications
// ==================================================================
[Indication,
Description (
"Indication specifying that a Storage Volume has been created.")
]
class TPD_StorageVolumeInstCreation : CIM_InstCreation
3PAR_TPDIndication.mof 281