HP 3PAR InForm OS 3.1.1 CIM API (QL226-96591, July 2012)

[Description ("Kernel Version in String format.") ]
string KernelVersion;
[Description ("Major part of BIOS version.") ]
uint16 BiosMajor;
[Description ("Minor part of BIOS version.") ]
uint16 BiosMinor;
[Description ("Revision part of BIOS version.") ]
uint16 BiosRevision;
[Description ("Build part of BIOS version.") ]
uint16 BiosBuild;
[Description ("BIOS Version in String format.") ]
string BiosVersion;
[Description ("System LED status."),
ValueMap {"0", "1", "2", "3", "4", "5"},
Values {"Unknown", "Off", "Green", "Green Blinking", "Amber", "Amber Blinking"} ]
uint16 SystemLED;
[Description ("Percentage of the node cache enabled.") ]
uint16 CacheEnabled;
[Description ("3PAR specific operational state for the disk"),
ValueMap {"0", "1", "2", "3", "4", "5", "6", "7"},
Values {"Unknown", "OK/Inited", "Error/Offline", "New",
"Defunct, mismatched kernel revisions",
"Defunct, node ide partition bad",
"Defunct, node is rebooting",
"Defunct, node is being shutdown"} ]
uint16 OtherOperationalStatus;
};
// ==================================================================
// 3PAR NodePackage
// ==================================================================
[Description (
"3PAR Controller Node Package for Vendor, Model, and Serial Number")]
class TPD_NodePackage : CIM_PhysicalPackage {
};
// ==================================================================
// 3PAR NodeSystem and NodePackage association
// ==================================================================
[Association,
Description (
"3PAR InServ NodeSystem and NodePackage Association.") ]
class TPD_NodeSystemPackage : CIM_ComputerSystemPackage
{
[Override ("Antecedent"),
Description ("The InServ's Node physical package.") ]
TPD_NodePackage REF Antecedent;
[Override ("Dependent"), Description (
"The InServ Node system.") ]
TPD_NodeSystem REF Dependent;
};
// ==================================================================
// 3PAR NodeRedundancySet
// ==================================================================
[Description (
"3PAR Controller Node redundancy set. It is associated with a max of "
234 Managed Object Format Files