Microsoft.SystemCenter.VirtualMachineManager.VirtualMachineVirtualMachine

Microsoft.SystemCenter.VirtualMachineManager.VirtualMachine (ClassType)

Этот абстрактный тип является базовым типом для всех управляемых виртуальных машин 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 (RUS) Description (RUS) Key Max Length Min Length Case Sensitive
System.Entity:
DisplayName  string  Отображаемое имя Краткое имя объекта мониторинга. false 256  False 
System.ComputerHardware:
Model  string  Модель Модель false 256  False 
Manufacturer  string  Изготовитель Изготовитель false 256  False 
NumberOfProcessors  int  Число процессоров Число процессоров false 256   
Microsoft.SystemCenter.VirtualMachineManager.VirtualMachine:
VMMId  string  ИД объекта VMM true 256  False 
Owner  string  Владелец false 256  False 
Description  string  Описание false 65535  False 
CreationDate  string  Дата создания false 256  False 
TotalRAM  string  Общий объем ОЗУ (МБ) false 256  False 
DynamicMemory  bool  Динамическая память false 256   
MaxMemoryMB  string  Максимальный объем памяти (МБ) false 256  False 
Cloud  string  Облако false 256  False 
CPUCount  string  Число процессоров false 256  False 
DeploymentLocation  string  Место развертывания false 256  False 
CostCenter  string  Центр затрат false 256  False 
HostName  string  Имя узла false 256  False 
GuestFQDN  string  Имя компьютера false 256  False 
VGS  string  Интерфейсные платы / дополнения false 256  False 
NoOfVirtualDisks  string  Число виртуальных дисков false 256  False 
NoOfNICs  string  Число сетевых адаптеров false 256  False 
TotalSizeOfVirtualDisks  string  Суммарный выделенный объем всех виртуальных дисков (байт) false 256  False 
VMMServer  string  Сервер Virtual Machine Manager false 256  False 
State  string  Состояние виртуальной машины 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="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"/>
<Property ID="VMMServer" Type="string" Key="false"/>
<Property ID="State" Type="string" Key="false"/>
</ClassType>