IBM.BladeCenter.ModuleIBM BladeCenter Module (Base Class)

IBM.BladeCenter.Module (ClassType)

Element properties:

Base ClassIBM.BladeCenter.Base
AbstractTrue
HostedFalse
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementId2f8db393-06a9-6a4c-a36b-46b7f3eaab84

Class Hierarchy:

Class Properties:

Property Name Type Display Name (ENU) Description (ENU) Key Max Length Min Length Case Sensitive
System.Entity:
DisplayName  string  Display Name Display name of monitoring object. false 256  False 
IBM.BladeCenter.Base:
Description  string  IBM B.C. Module Description false 256  False 
PartNumber  string  IBM B.C. Module PartNumber false 256  False 
FRUNumber  string  IBM B.C. Module FRUNumber false 256  False 
FRUSerialNumber  string  IBM B.C. Module FRU S/N false 256  False 
IBM.BladeCenter.Module:
BayNumber  string  IBM B.C. Module Bay(s) false 256  False 
ChassisUUID  string  IBM B.C. Chassis UUID false 256  False 
UUID  string  IBM B.C. Module UUID false 256  False 
ModuleBay  string  (IBM Internal) IBM B.C. Module Bay Name true 256  False 
PrimaryMMIPAddress  string  IBM B.C. Primary MM IP Address false 256  False 
CommunityString  string  IBM B.C. Community String false 256  False 

Health Model:

Source Code:

<ClassType ID="IBM.BladeCenter.Module" Accessibility="Public" Abstract="true" Base="IBM.BladeCenter.Base" Hosted="false" Singleton="false">
<Property ID="BayNumber" Type="string" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="ChassisUUID" Type="string" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="UUID" Type="string" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
<!--Internal property used for SNMP event monitoring-->
<Property ID="ModuleBay" Type="string" Key="true" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="PrimaryMMIPAddress" Type="string" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="CommunityString" Type="string" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
</ClassType>