HP 3PAR CIM API Programming Reference (QL226-97722, March 2014)

[Association, Aggregation, Composition,
Description (
"HP 3PAR Node System and SCSI Controller Association ") ]
class TPD_SystemController : CIM_SystemDevice
{
[Override ("GroupComponent"), Aggregate, Max (1), Min (1),
Description("The HP 3PAR Storage System or node controller that associates with "
"the SCSI Protocol controller.")]
CIM_ComputerSystem REF GroupComponent;
[Override ("PartComponent"), Weak, Description (
"The SCSI controller on the node system.") ]
TPD_SCSIController REF PartComponent;
};
#pragma include ("3PAR_TPDCage.mof")
// ==================================================================
// HP 3PAR Node Pair System and Drive Cage Association
// ==================================================================
[Association, Aggregation, Composition,
Description (
"A DCN1 EBOD cage is installed in a EOS Node enclosure. This relateionship "
"is described by the TPD_NodePairCageComponent association.")]
class TPD_NodePairCageComponent : CIM_Component {
[Override ( "GroupComponent" ), Aggregate,
Description (
"The NodePairSystem that associates with the cage.")]
TPD_NodePairSystem REF GroupComponent;
[Override ( "PartComponent" ), Weak,
Description (
"The cage within the EOS node pair enclosure.")]
TPD_DriveCage REF PartComponent;
};
</max>
</min>
3PAR_TPDEnv.mof
//%////////////////////////////////////////////////////////////////////////
//
//
// Copyright 2011 HP 3PAR, Inc. All Rights Reserved.
// This software is the property of HP 3PAR, Inc. Distribution
// or deployment of the source or derived binaries of this
// software are not permitted.
//
//
//%////////////////////////////////////////////////////////////////////////
///////////////////////////////////////////////////////////////////////////
//
// File : HP 3PAR_TPDEnv.mof
//
// Purpose : This MOF contains HP 3PAR Environment classes that will be loaded
// into root/tpd namespace.
//
// Date created: 8/10/2005
//
///////////////////////////////////////////////////////////////////////////
// ==================================================================
// TPD Power Supply
3PAR_TPDEnv.mof 275