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 (CHS) Description (CHS) Key Max Length Min Length Case Sensitive
System.Entity:
DisplayName  string  显示名称 监视对象的显示名称。 false 256  False 
Microsoft.SystemCenter.VirtualMachineManager.VMHost:
VMMId  string  VMM 对象 ID 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 

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"/>
</ClassType>