HP 3PAR InForm OS 3.1.1 CIM API (QL226-96591, July 2012)
class TPD_DeltaReplicaStoragePoolGrowLimitAlert: CIM_AlertIndication
{
};
[Indication,
Description (
"Indication specifying that a delta replica storage pool "
"has failed to grow.")
]
class TPD_DeltaReplicaStoragePoolGrowFailureAlert: CIM_AlertIndication
{
};
[Indication,
Description (
"Indication indicating that the previous alert condition "
"regarding a dynamic storage pool has cleared.")
]
class TPD_StoragePoolCapacityClearAlert: CIM_AlertIndication
{
};
[Indication,
Description (
"Indication indicating that the previous alert condition "
"regarding a storage volume has cleared.")
]
class TPD_StorageVolumeCapacityClearAlert: CIM_AlertIndication
{
};
[Indication,
Description (
"Indication indicating that the previous alert condition "
"regarding a delta replica storage pool has cleared.")
]
class TPD_DeltaReplicaStoragePoolCapacityClearAlert: CIM_AlertIndication
{
};
[Indication,
Description (
"Indication specifying that a storage volume has has failed to "
"allocate snapshot space for user data.")
]
class TPD_SnapshotUserSpaceAlert : CIM_AlertIndication
{
};
// ==================================================================
// 3PAR System and ControllerConfigurationService association.
// ==================================================================
[Association,
Description (
"TPD_SystemHostedCCS is an association between TPD_StorageSystem "
"and TPD_ControllerConfigurationService. The cardinality of "
"this association is 1-to-1. A System may host only one "
"ControllerConfigurationService. ")]
class TPD_SystemHostedCCS : CIM_HostedService {
[Override ( "Antecedent" ), Min ( 1 ), Max ( 1 ), Description (
"The InServ StorageSystem.")]
TPD_StorageSystem REF Antecedent;
3PAR_TPD.mof 213