3PAR CIM API Programming Reference for InForm OS 2.3.1 (320-200164 Rev B, February 2010)
A.7
3PAR_TPD.mof
InForm OS Version 2.3.1 CIM API Programming Reference
};
// ==================================================================
// 3PAR Profiles and Subprofiles software identity
// ==================================================================
[Association,
Description (
"3PAR ObjMgrSoftwareIdentity and RegisteredProfile"
" and RegisteredSubProfile mapping")]
class TPD_ProfileSoftwareIdentity : CIM_ElementSoftwareIdentity {
[Override ( "Antecedent" ), Description (
"The software that is needed to instrument the providers for "
"the RegisterdProfiles and RegisteredSubProfiles.")]
TPD_ObjMgrSoftwareIdentity REF Antecedent;
[Override ( "Dependent" ), Description (
"The RegisterdProfile or RegisteredSubProfile.")]
CIM_RegisteredProfile REF Dependent;
};
A.2 3PAR_TPD.mof
This MOF contains 3PAR classes that loaded into the root/tpd namespace.
// ==================================================================
// 3PAR SCSIController
// ==================================================================
[Description (
"3PAR Data SCSI ProtocolController ")]
class TPD_SCSIController: CIM_SCSIProtocolController
{
};
// ==================================================================
// 3PAR StoragePool
// ==================================================================
[Description (
"3PAR Data StoragePool ")]
class TPD_StoragePool: CIM_StoragePool
{
[Description (
"Type of disk drives that are in this pool. Not applicable "