Dell.ManagedServer.BIOSDell BIOS

Dell.ManagedServer.BIOS (ClassType)

Dell Managed Server BIOS

Element properties:

Base ClassSystem.LogicalEntity
AbstractFalse
HostedTrue
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementId9ecbfc70-915a-0af5-53af-958fae4850b4

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.ManagedServer.BIOS:
Name  string  Name Name of the BIOS false 256  False 
Manufacturer  string  Manufacturer Manufacturer of product false 256  False 
SerialNumber  string  Serial Number Service Tag of the system true 256  False 
BIOSVersion  string  BIOS Version BIOS Version false 256  False 
SMBIOSPresent  string  SMBIOS Present BIOS is present or not false 256  False 
BIOSReleaseDate  string  BIOS Release Date BIOS Release Date false 256  False 

Health Model:

Source Code:

<ClassType ID="Dell.ManagedServer.BIOS" Accessibility="Public" Abstract="false" Base="System!System.LogicalEntity" Hosted="true" Singleton="false">
<Property ID="Name" Type="string" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="Manufacturer" Type="string" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="SerialNumber" Type="string" Key="true" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="BIOSVersion" Type="string" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="SMBIOSPresent" Type="string" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="BIOSReleaseDate" Type="string" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
</ClassType>