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

"system administrator intervention.")]
class TPD_AlertIndication : CIM_AlertIndication
{
[Override ( "EventID" ), Description (
" Contains alert message code that identifies the alert. Please consult the
Alerts chapter of "
"the HP 3PAR InForm Messages and Operator's Guide") ]
String EventID;
};
// ==================================================================
// ThinProvisioning indications
// ==================================================================
[Indication,
Description (
"Indication specifying that the state of an alert condition "
"has changed. ID of the alert which state has changed is in "
"CorrelatedIndications.")
]
class TPD_AlertStateChangeAlert : CIM_AlertIndication
{
};
[Indication,
Description (
"Indication specifying that a storage pool "
"has been over-used.")
]
class TPD_StoragePoolOverUsedWarningAlert : CIM_AlertIndication
{
};
[Indication,
Description (
"Indication specifying that a storage pool has reached its "
"allocation warning threshold.")
]
class TPD_StoragePoolGrowWarningAlert : CIM_AlertIndication
{
};
[Indication,
Description (
"Indication specifying that a storage pool has reached its "
"allocation limit.")
]
class TPD_StoragePoolGrowLimitAlert : CIM_AlertIndication
{
};
[Indication,
Description (
"Indication specifying that a storage pool fails to grow.")
]
class TPD_StoragePoolGrowFailureAlert : CIM_AlertIndication
{
};
[Indication,
Description (
"Indication specifying that a storage volume has failed to "
"allocate more space.")
270 Managed Object Format Files