HP 3PAR InForm OS 3.1.1 CIM API (QL226-96591, July 2012)
[Override ( "SystemElement" ), Description (
"NodePairSystem associated to the NodeRedundancySet")]
TPD_NodePairSystem REF SystemElement;
[Override ( "SameElement" ), Description (
"NodeRedundancySet for a NodePairSystem.")]
TPD_NodeRedundancySet REF SameElement;
};
// ==================================================================
// 3PAR NodePairSetIdentity
// ==================================================================
[Association, Description (
"TPD_NodePairSetIdentity associates two elements representing "
"different aspects of the same underlying entity: TPD_StorageSystem"
" and TPD_NodePairRedundancySet.")]
class TPD_NodePairSetIdentity : CIM_ConcreteIdentity {
[Override ( "SystemElement" ), Description (
"StorageSystem associated to the NodePairRedundancySet")]
TPD_StorageSystem REF SystemElement;
[Override ( "SameElement" ), Description (
"NodePairRedundancySet for a StorageSystem.")]
TPD_NodePairRedundancySet REF SameElement;
};
// ===================================================================
// NodePairComponentCS
// ===================================================================
[Association, Aggregation, Composition,
Description (
"A ComputerSystem can aggregate another ComputerSystem. This"
"class groups together TPD_StorageSystem and TPD_NodePairSystem.")]
class TPD_NodePairComponentCS : CIM_ComponentCS {
[Aggregate, Override ( "GroupComponent" ), Description (
"The ComputerSystem that contains and/or aggregates other "
"Systems.")]
TPD_StorageSystem REF GroupComponent;
[Override ( "PartComponent" ), Description (
"The contained (Sub)ComputerSystem.")]
TPD_NodePairSystem REF PartComponent;
};
// ===================================================================
// NodeComponentCS
// ===================================================================
[Association, Aggregation, Composition,
Description (
"A ComputerSystem can aggregate another ComputerSystem. This"
"class groups together TPD_StorageSystem and TPD_NodeSystem.")]
class TPD_NodeComponentCS : CIM_ComponentCS {
[Aggregate, Override ( "GroupComponent" ), Description (
"The ComputerSystem that contains and/or aggregates other "
"Systems.")]
TPD_StorageSystem REF GroupComponent;
[Override ( "PartComponent" ), Description (
"The contained (Sub)ComputerSystem.")]
TPD_NodeSystem REF PartComponent;
};
// =================================================================
236 Managed Object Format Files