Infront.Virtual.Machine.BaseBoardVirtual Machine Baseboard

Infront.Virtual.Machine.BaseBoard (ClassType)

Baseboard of a virtual computer system

Element properties:

Base ClassSystem.VirtualHardwareComponent
AbstractTrue
HostedFalse
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementId25b516ac-ec87-72f5-39ca-36fbbd2a9d1c

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 
Infront.Virtual.Machine.BaseBoard:
PhysicalHostPlatform  string  Virtualization Platform Vendor platform of the physical host false 255  False 
PhysicalHostNameFullyQualified  string  Physical Host FQDN false 255  False 
BaseBoardSerialNumber  string  Serial Number false 255  False 
BaseBoardUUID  string  UUID false 255  False 
VirtualMachineIsEnlightened  bool  Tools Installed false 256   
VirtualMachineToolVersion  string  Tools Version false 255  False 

Health Model:

Source Code:

<ClassType ID="Infront.Virtual.Machine.BaseBoard" Accessibility="Public" Abstract="true" Base="VirtLib!System.VirtualHardwareComponent" Hosted="false" Singleton="false">
<Property ID="PhysicalHostPlatform" Type="string" Key="false" CaseSensitive="false" Length="255" MinLength="0"/>
<Property ID="PhysicalHostNameFullyQualified" Type="string" Key="false" CaseSensitive="false" Length="255" MinLength="0"/>
<Property ID="BaseBoardSerialNumber" Type="string" Key="false" CaseSensitive="false" Length="255" MinLength="0"/>
<Property ID="BaseBoardUUID" Type="string" Key="false" CaseSensitive="false" Length="255" MinLength="0"/>
<Property ID="VirtualMachineIsEnlightened" Type="bool" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="VirtualMachineToolVersion" Type="string" Key="false" CaseSensitive="false" Length="255" MinLength="0"/>
</ClassType>