IBM.FlexSystem.ModuleMódulo do Lenovo Flex System (Classe Base)

IBM.FlexSystem.Module (ClassType)

Element properties:

Base ClassSystem.PhysicalEntity
AbstractTrue
HostedTrue
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementId2378d17f-cc93-3559-2fa9-7c49f352374a

Class Hierarchy:

Class Properties:

Property Name Type Display Name (PTB) Description (PTB) Key Max Length Min Length Case Sensitive
System.Entity:
DisplayName  string  Nome para Exibição Nome para exibição do objeto de monitoramento. false 256  False 
IBM.FlexSystem.Module:
Description  string  Descrição do Módulo do Lenovo Flex System false 1024  False 
MachineTypeModel  string  Tipo de máquina e número de modelo do Lenovo Flex System Chassis false 256  False 
SerialNumber  string      false 256  False 
PartNumber  string  Número de Peça do Módulo do Lenovo Flex System false 256  False 
FRUNumber  string  Número de FRU do Módulo do Lenovo Flex System false 256  False 
FRUSerialNumber  string  FRU S/N do Módulo do Lenovo Flex System false 256  False 
BayNumber  string  Compartimentos do Módulo do Lenovo Flex System false 256  False 
ManufacturingID  string      false 256  False 
ChassisUUID  string  Lenovo Flex System Chassis UUID false 256  False 
UUID  string  UUID do Módulo do Lenovo Flex System false 256  False 
ModuleBay  string  (Lenovo interno) Nome do Compartimento do Módulo do Lenovo Flex System true 256  False 
ComponentID  string  (Lenovo interno) ID do Componente do Módulo do Lenovo Flex System false 256  False 
PrimaryMMIPAddress  string  Endereço IP MM Primário do Lenovo Flex System false 256  False 
CommunityString  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="1024" 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>