3PAR CIM API Programming Reference for InForm OS 2.3.1 (320-200164 Rev B, February 2010)

A.90
3PAR_TPDNode.mof
CIM API Programming Reference InForm OS Version 2.3.1
A.5 3PAR_TPDNode.mof
This MOF contains 3PAR Node (MCS) classes that loaded into the root/tpd namespace.
//
//
//%////////////////////////////////////////////////////////////////////////
///////////////////////////////////////////////////////////////////////////
//
// File : 3PAR_TPDNode.mof
//
// Purpose :
//
// Date created: 8/10/2005
//
///////////////////////////////////////////////////////////////////////////
// ==================================================================
// 3PAR NodeSystem
// ==================================================================
[Description (
"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;