3PAR CIM API Programming Reference for InForm OS 2.3.1 (320-200164 Rev B, February 2010)
A.99
3PAR_TPDNode.mof
InForm OS Version 2.3.1 CIM API Programming Reference
Description (
"The NodePackage that contains IDE Drive(s).")]
TPD_NodePackage REF GroupComponent;
[Override ( "PartComponent" ), Description (
"The IDE Drive which is contained in the NodePackage.")]
TPD_IDEDrive REF PartComponent;
};
// ==================================================================
// TPD PCI Card
// ==================================================================
[Description (
"3PAR PCI Card.")]
class TPD_PCICard : CIM_Card
{
[Description ("Node slot the card is in.") ]
uint16 Slot;
[Description ("Firmware version on the PCI Card.") ]
string FirmwareVersion;
[Description ("Revision code.") ]
String Revision;
[Description ("Type of the PCI Card."),
ValueMap {"0", "1", "2", "3"},
Values {"Unknown", "FC", "Ethernet", "iSCSI"} ]
uint16 Type;
};
// ==================================================================
// 3PAR Node Package and PCI Card association
// ==================================================================
[Association, Aggregation,
Description (
"3PAR Node Package and PCI Card association")]
class TPD_PCICardInNode : CIM_Container {
[Aggregate, Override ( "GroupComponent" ), Max ( 1 ),
Description (
"The Node Package that contains PCI cards")]
TPD_NodePackage REF GroupComponent;
[Override ( "PartComponent" ), Description (