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

//
// (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
{
};
[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 "
3PAR_TPDIndication.mof 269