Microsoft.SystemCenter.VirtualMachineManager.VMHostVMHost

Microsoft.SystemCenter.VirtualMachineManager.VMHost (ClassType)

This abstract type is the base type for all VMM managed hosts

Element properties:

Base ClassSystem.LogicalEntity
AbstractTrue
HostedTrue
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementId77a099ac-0edf-55a1-a34c-5a263775be65

Class Hierarchy:

Class Properties:

Property Name Type Display Name (ENU) Description (ENU) Key Max Length Min Length Case Sensitive Default Value EnumType
System.Entity:
DisplayName  string  Display Name Display name of the object. false 4000  False     
System.ConfigItem:
ObjectStatus  enum  Object Status Object status false 256    System.ConfigItem.ObjectStatusEnum.Active  System.ConfigItem.ObjectStatusEnum 
AssetStatus  enum  Asset Status Asset status false 256      System.ConfigItem.AssetStatusEnum 
Notes  richtext  Notes Notes false 4000       
Microsoft.SystemCenter.VirtualMachineManager.VMHost:
VMMId  string  VMM Object Id true 256  False     
VMMServer  string  Virtual Machine Manager Server false 256  False     
Description  string  Description false 65535  False     
HostGroup  string  Host Group Name false 256  False     
HostName  string  Host Name false 256  False     
TotalRAM  string  Total RAM (Byte) false 256  False     
NoOfVMsDeployed  string  Number of VMs Deployed false 256  False     
NoOfVMsRunning  string  Number of VMs Running false 256  False     
State  string  Overall State false 256  False     
VirtualizationStackVersionState  string  Virtualization stack version state false 256  False     
AgentVersionState  string  VMM agent version state false 256  False     
VirtualizationPlatform  string  Virtualization platform false 256  False     
NumberOfProcessors  string  Number of physical processors false 256  False     
NumberOfCores  int  Number of cores per physical processors false 256       
SMBiosGuid  string  SMBIOS Identifier false 256  False     
OperatingSystem  string  Operating System false 256  False     
OperatingSystemVersion  string  Operating System Version false 256  False     

Health Model:

Source Code:

<ClassType ID="Microsoft.SystemCenter.VirtualMachineManager.VMHost" Accessibility="Public" Abstract="true" Base="System!System.LogicalEntity" Hosted="true" Singleton="false">
<Property ID="VMMId" Type="string" Key="true"/>
<Property ID="VMMServer" Type="string" Key="false"/>
<Property ID="Description" Type="string" Key="false" MaxLength="65535"/>
<Property ID="HostGroup" Type="string" Key="false"/>
<Property ID="HostName" Type="string" Key="false"/>
<Property ID="TotalRAM" Type="string" Key="false"/>
<Property ID="NoOfVMsDeployed" Type="string" Key="false"/>
<Property ID="NoOfVMsRunning" Type="string" Key="false"/>
<Property ID="State" Type="string" Key="false"/>
<Property ID="VirtualizationStackVersionState" Type="string" Key="false"/>
<Property ID="AgentVersionState" Type="string" Key="false"/>
<Property ID="VirtualizationPlatform" Type="string" Key="false"/>
<Property ID="NumberOfProcessors" Type="string" Key="false" Comment="Physical Processor count"/>
<Property ID="NumberOfCores" Type="int" Key="false" Comment="Number of cores per physical processor"/>
<Property ID="SMBiosGuid" Type="string" Key="false" Comment="SMBios Identifier"/>
<Property ID="OperatingSystem" Type="string" Key="false"/>
<Property ID="OperatingSystemVersion" Type="string" Key="false"/>
</ClassType>