HP 3PAR CIM API Programming Reference (OS 3.1.2 MU2) (QL226-97015, June 2013)

TPD_StorageVolume REF Dependent;
};
3PAR_TPDNode.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_TPDNode.mof
//
// Purpose : This MOF contains HP 3PAR Node (MCS) classes that will be loaded
// into root/tpd namespace.
//
// Date created: 8/10/2005
//
///////////////////////////////////////////////////////////////////////////
// ==================================================================
// HP 3PAR NodeSystem
// ==================================================================
[Description (
"HP 3PAR Controller Node ")]
class TPD_NodeSystem : CIM_ComputerSystem
{
[Description ("Position of the Node.") ]
uint16 Position;
[Description ("If this node is Master, set to TRUE.") ]
boolean IsMaster;
[Description ("If this node is Online, set to TRUE.") ]
boolean IsOnline;
[Description ("If this node is in Cluster, set to TRUE.") ]
boolean IsInCluster;
[Description ("Major part of kernel version.") ]
uint16 KernelMajor;
[Description ("Minor part of kernel version.") ]
uint16 KernelMinor;
[Description ("Revision part of kernel version.") ]
uint16 KernelRevision;
[Description ("Build part of kernel version.") ]
uint16 KernelBuild;
[Description ("Kernel Version in String format.") ]
string KernelVersion;
[Description ("Major part of BIOS version.") ]
uint16 BiosMajor;
3PAR_TPDNode.mof 255