Microsoft.SystemCenter.VirtualMachineManager.VirtualMachineVirtualMachine

Microsoft.SystemCenter.VirtualMachineManager.VirtualMachine (ClassType)

Ez az absztrakt típus a VMM által felügyelt összes virtuális gép alaptípusa.

Element properties:

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

Class Hierarchy:

Class Properties:

Property Name Type Display Name (HUN) Description (HUN) Key Max Length Min Length Case Sensitive Default Value EnumType
System.Entity:
DisplayName  string  Megjelenített név Az objektum megjelenített neve false 4000  False     
System.ConfigItem:
ObjectStatus  enum  Objektum állapota Objektum állapota false 256    System.ConfigItem.ObjectStatusEnum.Active  System.ConfigItem.ObjectStatusEnum 
AssetStatus  enum  Eszköz állapota Eszköz állapota false 256      System.ConfigItem.AssetStatusEnum 
Notes  richtext  Feljegyzések Feljegyzések false 4000       
System.ComputerHardware:
Model  string  Modell Modell false 256  False     
Manufacturer  string  Gyártó Gyártó false 256  False     
NumberOfProcessors  int  Processzorok száma Processzorok száma false 256       
Microsoft.SystemCenter.VirtualMachineManager.VirtualMachine:
VMMId  string  VMM-objektumazonosító true 256  False     
Owner  string  Tulajdonos false 256  False     
OwnerUserRole  string  Tulajdonos felhasználói szerepkör false 256  False     
Description  string  Leírás false 65535  False     
CreationDate  string  Létrehozás dátuma false 256  False     
TotalRAM  string  RAM mérete összesen (MB) false 256  False     
DynamicMemory  bool  Dinamikus memória false 256       
MaxMemoryMB  string  Maximális memória (MB) (elavult) false 256  False     
Cloud  string  Felhő false 256  False     
CPUCount  string  Processzorok száma (CPUCount, elavult) Processzorok száma (CPUCount, elavult) false 256  False     
DeploymentLocation  string  Rendszerbe állítás helye false 256  False     
CostCenter  string  Költséghely false 256  False     
HostName  string  Állomásnév false 256  False     
GuestFQDN  string  Számítógép neve false 256  False     
VGS  string  Illesztők/bővítések false 256  False     
NoOfVirtualDisks  string  Virtuális lemezek száma false 256  False     
NoOfNICs  string  Hálózati adapterek száma false 256  False     
TotalSizeOfVirtualDisks  string  Az összes virtuális lemez teljes lefoglalt mérete (bájt) (elavult) false 256  False     
VMMServer  string  Virtual Machine Manager-kiszolgáló false 256  False     
State  string  Virtuális gép állapota false 256  False     
MaxMemoryMBytes  int  Maximális memória (MB) false 256       
VirtualProcCount  int  Processzorok száma (VirtualProcCount) Processzorok száma (VirtualProcCount) false 256       
TotalVirtualDiskSizeMBytes  int  Teljes lefoglalt lemezméret (MB) false 256       
OperatingSystem  string  Operációs rendszer false 1024  False     
OperatingSystemVersion  string      false 256  False     
IsHighlyAvailable  bool  Magas rendelkezésre állású false 256       
ServiceTemplateId  string  Szolgáltatássablon azonosítója 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>