HP 3PAR InForm OS 3.1.1 CIM API (QL226-96591, July 2012)
};
// ==================================================================
// ManagementServicesForAuthorizedPrivilege association
// ==================================================================
[Association,
Description (
"TPD_ManagementServiceForAuthorizedPrivilege is an association "
"between TPD_PrivilegeManagementService and "
"TPD_AuthorizedPrivilege.") ]
class TPD_ManagementServiceForAuthorizedPrivilege : CIM_ConcreteDependency
{
[Override ( "Antecedent" ), Description (
"The privilege management service which supports "
"authorized privilege.")]
TPD_PrivilegeManagementService REF Antecedent;
[Override ( "Dependent" ), Description (
"The authorized privilege which uses the management service.")]
TPD_AuthorizedPrivilege REF Dependent;
};
// ==================================================================
// Indication
// ==================================================================
[Indication,
Description (
"Indication specifying that the operational status of an FC "
"port has changed.")
]
class TPD_FCPortInstModification : CIM_InstModification
{
};
// ==================================================================
// 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.")
]
3PAR_TPD.mof 211