HP 3PAR CIM API Programming Reference
// 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
{
};
[Indication,
Description (
"Indication specifying that a Storage Volume has been deleted.")
]
class TPD_StorageVolumeInstDeletion : CIM_InstDeletion
{
};
[Indication,
Description (
"Indication specifying that a Storage Volume has been modified.")
]
class TPD_StorageVolumeInstModification : CIM_InstModification
{
};
[Indication,
Description (
"Indication specifying that the operational status of an FC "
"port has changed.")
]
class TPD_FCPortInstModification : CIM_InstModification
{
};
// ==================================================================
// Generic alert indications
// ==================================================================
[Indication,
Description (
"Indication representing alerts triggered by events in InServ array that
requires "
"system administrator intervention.")]
class TPD_AlertIndication : CIM_AlertIndication
3PAR_TPDIndication.mof 275