Microsoft.SystemCenter.VirtualMachineManager.VMHostHost de VM

Microsoft.SystemCenter.VirtualMachineManager.VMHost (ClassType)

Esse tipo abstrato é o tipo base para todos os hosts gerenciados do 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 (PTB) Description (PTB) Key Max Length Min Length Case Sensitive
System.Entity:
DisplayName  string  Nome para Exibição Nome para exibição do objeto de monitoramento. false 256  False 
Microsoft.SystemCenter.VirtualMachineManager.VMHost:
VMMId  string  ID de Objeto do VMM true 256  False 
VMMServer  string  Servidor do Virtual Machine Manager false 256  False 
Description  string  Descrição false 65535  False 
HostGroup  string  Nome do Grupo de Hosts false 256  False 
HostName  string  Nome do Host false 256  False 
TotalRAM  string  Total de RAM (Byte) false 256  False 
NoOfVMsDeployed  string  Número total de VMs Implantadas false 256  False 
NoOfVMsRunning  string  Número de VMs em Execução false 256  False 
State  string  Estado Geral false 256  False 
VirtualizationStackVersionState  string  Estado da versão da pilha de virtualização false 256  False 
AgentVersionState  string  Estado da versão do agente do VMM false 256  False 
VirtualizationPlatform  string  Plataforma de virtualização false 256  False 
NumberOfProcessors  string  Número de processadores 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>