Microsoft.SystemCenter.VirtualMachineManager.VirtualMachineVirtualMachine

Microsoft.SystemCenter.VirtualMachineManager.VirtualMachine (ClassType)

Этот абстрактный тип является базовым типом для всех управляемых виртуальных машин VMM

Element properties:

Base ClassSystem.VirtualMachine
AbstractTrue
HostedFalse
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementId9774052d-8d1c-f6fd-129b-aeaa0431bacb

Class Hierarchy:

Class Properties:

Property Name Type Display Name (RUS) Description (RUS) Key Max Length Min Length Case Sensitive Default Value EnumType
System.Entity:
DisplayName  string  Отображаемое имя Отображаемое имя объекта. false 4000  False     
System.ConfigItem:
ObjectStatus  enum  Состояние объекта Состояние объекта false 256    System.ConfigItem.ObjectStatusEnum.Active  System.ConfigItem.ObjectStatusEnum 
AssetStatus  enum  Состояние актива Состояние актива false 256      System.ConfigItem.AssetStatusEnum 
Notes  richtext  Примечания Примечания false 4000       
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     
OwnerUserRole  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  Количество процессоров (CPUCount, нерекомендуемый) Количество процессоров (CPUCount, нерекомендуемый) 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     
MaxMemoryMBytes  int  Максимальный объем памяти (МБ) false 256       
VirtualProcCount  int  Количество процессоров (VirtualProcCount) Количество процессоров (VirtualProcCount) false 256       
TotalVirtualDiskSizeMBytes  int  Суммарный объем выделенного диска (МБ) false 256       
OperatingSystem  string  Операционная система false 1024  False     
OperatingSystemVersion  string      false 256  False     
IsHighlyAvailable  bool  Высокодоступные false 256       
ServiceTemplateId  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="OwnerUserRole" Type="string"/>
<Property ID="Description" Type="string" Key="false" MaxLength="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" MaxLength="1024"/>
<Property ID="OperatingSystemVersion" Type="string" Key="false"/>
<Property ID="IsHighlyAvailable" Type="bool" Key="false"/>
<Property ID="ServiceTemplateId" Type="string" Key="false"/>
</ClassType>