Microsoft.SystemCenter.VirtualMachineManager.VirtualMachineComputador Virtual

Microsoft.SystemCenter.VirtualMachineManager.VirtualMachine (ClassType)

Esse tipo abstrato é o tipo base para todas as máquinas virtuais gerenciadas do VMM

Element properties:

Base ClassSystem.VirtualMachine
AbstractTrue
HostedFalse
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementId7f91a2c3-c8f3-157d-05e9-30c7a6019a73

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       
System.ComputerHardware:
Model  string  Modelo Modelo false 256  False     
Manufacturer  string  Fabricante Fabricante false 256  False     
NumberOfProcessors  int  Número de Processadores Número de Processadores false 256       
Microsoft.SystemCenter.VirtualMachineManager.VirtualMachine:
VMMId  string  ID de Objeto do VMM true 256  False     
Owner  string  Proprietário false 256  False     
OwnerUserRole  string  Função de usuário do proprietário false 256  False     
Description  string  Descrição false 65535  False     
CreationDate  string  Data de Criação false 256  False     
TotalRAM  string  Total de RAM (MB) false 256  False     
DynamicMemory  bool  Memória Dinâmica false 256       
MaxMemoryMB  string  Memória Máxima (MB) (obsoleto) false 256  False     
Cloud  string  Nuvem false 256  False     
CPUCount  string  Número de processadores (CPUCount, preterido) Número de processadores (CPUCount, preterido) false 256  False     
DeploymentLocation  string  Localização da Implantação false 256  False     
CostCenter  string  Centro de Custo false 256  False     
HostName  string  Nome do Host false 256  False     
GuestFQDN  string  Nome do Computador false 256  False     
VGS  string  Placas de Interface/Adições false 256  False     
NoOfVirtualDisks  string  Número de Discos Virtuais false 256  False     
NoOfNICs  string  Número de Placas de Interface de Rede false 256  False     
TotalSizeOfVirtualDisks  string  Tamanho Total Alocado de Todos os Discos Virtuais (Byte) (obsoleto) false 256  False     
VMMServer  string  Servidor do Virtual Machine Manager false 256  False     
State  string  Estado da Máquina Virtual false 256  False     
MaxMemoryMBytes  int  Memória Máxima (MB) false 256       
VirtualProcCount  int  Número de processadores (VirtualProcCount) Número de processadores (VirtualProcCount) false 256       
TotalVirtualDiskSizeMBytes  int  Tamanho total de disco alocado(MB) false 256       
OperatingSystem  string  Sistema operacional false 1024  False     
OperatingSystemVersion  string      false 256  False     
IsHighlyAvailable  bool  Altamente Disponível false 256       
ServiceTemplateId  string  ID do Modelo de Serviço false 256  False     

Health Model:

Source Code:

<ClassType ID="Microsoft.SystemCenter.VirtualMachineManager.VirtualMachine" Accessibility="Public" Abstract="true" Base="SystemVirtLib!System.VirtualMachine" Hosted="false" Singleton="false">
<Property ID="VMMId" Type="string" Key="true"/>
<Property ID="Owner" Type="string" Key="false"/>
<Property ID="OwnerUserRole" Type="string"/>
<Property ID="Description" Type="string" Key="false" Length="65535"/>
<Property ID="CreationDate" Type="string" Key="false"/>
<Property ID="TotalRAM" Type="string" Key="false"/>
<Property ID="DynamicMemory" Type="bool" Key="false"/>
<Property ID="MaxMemoryMB" Type="string" Key="false"/>
<Property ID="Cloud" Type="string" Key="false"/>
<Property ID="CPUCount" Type="string" Key="false"/>
<Property ID="DeploymentLocation" Type="string" Key="false"/>
<Property ID="CostCenter" Type="string" Key="false"/>
<Property ID="HostName" Type="string" Key="false"/>
<Property ID="GuestFQDN" Type="string" Key="false"/>
<Property ID="VGS" Type="string" Key="false"/>
<Property ID="NoOfVirtualDisks" Type="string" Key="false"/>
<Property ID="NoOfNICs" Type="string" Key="false"/>
<Property ID="TotalSizeOfVirtualDisks" Type="string" Key="false" Comment="Total used space in bytes from all disks including the snapshots"/>
<Property ID="VMMServer" Type="string" Key="false"/>
<Property ID="State" Type="string" Key="false"/>
<Property ID="MaxMemoryMBytes" Type="int" Key="false"/>
<Property ID="VirtualProcCount" Type="int" Key="false"/>
<Property ID="TotalVirtualDiskSizeMBytes" Type="int" Key="false" Comment="Total max size of disks in Megabytes"/>
<Property ID="OperatingSystem" Type="string" Key="false" Length="1024"/>
<Property ID="OperatingSystemVersion" Type="string" Key="false"/>
<Property ID="IsHighlyAvailable" Type="bool" Key="false"/>
<Property ID="ServiceTemplateId" Type="string" Key="false"/>
</ClassType>