Microsoft.SystemCenter.VirtualMachineManager.VMHostVMHost

Microsoft.SystemCenter.VirtualMachineManager.VMHost (ClassType)

此抽象類型是所有 VMM 受管理主機的基礎類型

Element properties:

Base ClassSystem.LogicalEntity
AbstractTrue
HostedTrue
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementId045fea45-483c-fdd4-4fcf-81cdb5cd3e03

Class Hierarchy:

Class Properties:

Property Name Type Display Name (CHH) Description (CHH) 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 物件識別碼 true 256  False     
VMMServer  string  Virtual Machine Manager 伺服器 false 256  False     
Description  string  描述 false 65535  False     
HostGroup  string  主機群組名稱 false 256  False     
HostName  string  主機名稱 false 256  False     
TotalRAM  string  RAM 總計 (位元組) false 256  False     
NoOfVMsDeployed  string  部署的 VM 數目 false 256  False     
NoOfVMsRunning  string  執行中 VM 數目 false 256  False     
State  string  整體狀態 false 256  False     
VirtualizationStackVersionState  string  虛擬化堆疊版本狀態 false 256  False     
AgentVersionState  string  VMM 代理程式版本狀態 false 256  False     
VirtualizationPlatform  string  虛擬化平台 false 256  False     
NumberOfProcessors  string  實體處理器數目 false 256  False     
NumberOfCores  int  每個實體處理器的核心數目 false 256       
SMBiosGuid  string  SMBIOS 識別項 false 256  False     
OperatingSystem  string  作業系統 false 256  False     
OperatingSystemVersion  string  作業系統版本 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" Length="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>