Microsoft.SystemCenter.VirtualMachineManager.VMHostVMHost

Microsoft.SystemCenter.VirtualMachineManager.VMHost (ClassType)

Esse tipo abstrato é o tipo base para todos os hosts gerenciados pelo 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 Default Value EnumType
System.Entity:
DisplayName  string  Nome para exibição Nome para exibição do objeto. false 4000  False     
System.ConfigItem:
ObjectStatus  enum  Status do Objeto Status do objeto false 256    System.ConfigItem.ObjectStatusEnum.Active  System.ConfigItem.ObjectStatusEnum 
AssetStatus  enum  Status do Ativo Status do ativo false 256      System.ConfigItem.AssetStatusEnum 
Notes  richtext  Notas Notas false 4000       
Microsoft.SystemCenter.VirtualMachineManager.VMHost:
VMMId  string  ID de Objeto 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  RAM Total (Bytes) false 256  False     
NoOfVMsDeployed  string  Número 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 físicos false 256  False     
NumberOfCores  int  Número de núcleos por processadores físicos false 256       
SMBiosGuid  string  Identificador SMBIOS false 256  False     
OperatingSystem  string  Sistema Operacional false 256  False     
OperatingSystemVersion  string  Versão do Sistema Operacional 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>