IBM.FlexSystem.ModuleIBM Flex System Module (Base Class)

IBM.FlexSystem.Module (ClassType)

Element properties:

Base ClassSystem.PhysicalEntity
AbstractTrue
HostedTrue
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementIdc9bfcf52-e6b4-348e-eeb7-e24f6e77c3a2

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.FlexSystem.Module:
Description  string  IBM Flex System Module Description false 256  False 
MachineTypeModel  string      false 256  False 
SerialNumber  string      false 256  False 
PartNumber  string  IBM Flex System Module PartNumber false 256  False 
FRUNumber  string  IBM Flex System Module FRUNumber false 256  False 
FRUSerialNumber  string  IBM Flex System Module FRU S/N false 256  False 
BayNumber  string  IBM Flex System Module Bay(s) false 256  False 
ManufacturingID  string      false 256  False 
ChassisUUID  string  IBM Flex System Chassis UUID false 256  False 
UUID  string  IBM Flex System Module UUID false 256  False 
ModuleBay  string  (IBM Internal) IBM Flex System Module Bay Name true 256  False 
ComponentID  string  (IBM Internal) IBM Flex System Module Component ID false 256  False 
PrimaryMMIPAddress  string  IBM Flex System Primary MM IP Address false 256  False 
CommunityString  string  IBM Flex System Community String false 256  False 

Health Model:

Source Code:

<ClassType ID="IBM.FlexSystem.Module" Accessibility="Public" Abstract="true" Base="System!System.PhysicalEntity" Hosted="true" Singleton="false">
<Property ID="Description" Type="string" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="MachineTypeModel" Type="string" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="SerialNumber" Type="string" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="PartNumber" Type="string" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="FRUNumber" Type="string" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="FRUSerialNumber" Type="string" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="BayNumber" Type="string" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="ManufacturingID" 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-->
<!--ModuleBay is used to match the event source ID:1.3.6.1.4.1.2.6.158.3.1.1.15-->
<Property ID="ModuleBay" Type="string" Key="true" CaseSensitive="false" Length="256" MinLength="0"/>
<!--ComponentID is used to match the event component ID :1.3.6.1.4.1.2.6.158.3.1.1.24
Chassis: CHASSIS[1]
MM: CHASSIS[1]/MGT_MOD[2]
Power: CHASSIS[1]/POWER[2]
Blade: CHASSIS[1]/BLADE[14]
IO: CHASSIS[1]/IO_MOD[1]
Cooling: CHASSIS[1]/COOLING[1]
FanMux : CHASSIS[1]/FANMUX[1]
LED: CHASSIS[1]/LED_MOD[1]
-->
<Property ID="ComponentID" Type="string" Key="false" 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>