Dell.ModularChassis.CMCSlotDell CMC Slot

Dell.ModularChassis.CMCSlot (ClassType)

Managed Dell Chassis Management Controller (CMC) slot

Element properties:

Base ClassSystem.PhysicalEntity
AbstractFalse
HostedTrue
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementId2ebad177-ae86-5380-efa2-509282ff4c82

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 
Dell.ModularChassis.CMCSlot:
PowerStatus  string  Power Status Power status of the blade present in the slot false 256  False 
ServiceTag  string  Service Tag Service tag of blade occupying the slot false 256  False 
FormFactor  string  Form Factor Form factor of the blade in the chassis false 256  False 
PrimarySlot  string  Primary Slot location Primary slot occupied by the blade in the chassis true 256  False 
ExtensionSlot  string  Extension Slot location Extension slot occupied by the blade in the chassis false 256  False 

Health Model:

Source Code:

<ClassType ID="Dell.ModularChassis.CMCSlot" Accessibility="Public" Abstract="false" Base="System!System.PhysicalEntity" Hosted="true" Singleton="false">
<Property ID="PowerStatus" Type="string" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="ServiceTag" Type="string" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="FormFactor" Type="string" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="PrimarySlot" Type="string" Key="true" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="ExtensionSlot" Type="string" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
</ClassType>