Microsoft.SystemCenter.VirtualMachineManager.VirtualMachineVirtuele machine

Microsoft.SystemCenter.VirtualMachineManager.VirtualMachine (ClassType)

Dit type abstract is het basistype voor alle door VMM beheerde virtuele machines

Element properties:

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

Class Hierarchy:

Class Properties:

Property Name Type Display Name (NLD) Description (NLD) Key Max Length Min Length Case Sensitive Default Value EnumType
System.Entity:
DisplayName  string  Weergavenaam Weergavenaam van het object. false 4000  False     
System.ConfigItem:
ObjectStatus  enum  Objectstatus Objectstatus false 256    System.ConfigItem.ObjectStatusEnum.Active  System.ConfigItem.ObjectStatusEnum 
AssetStatus  enum  Activumstatus Activumstatus false 256      System.ConfigItem.AssetStatusEnum 
Notes  richtext  Notities Notities false 4000       
System.ComputerHardware:
Model  string  Model Model false 256  False     
Manufacturer  string  Fabrikant Fabrikant false 256  False     
NumberOfProcessors  int  Aantal processors Aantal processors false 256       
Microsoft.SystemCenter.VirtualMachineManager.VirtualMachine:
VMMId  string  VMM-object-id true 256  False     
Owner  string  Eigenaar false 256  False     
OwnerUserRole  string  Eigenaargebruikersrol false 256  False     
Description  string  Beschrijving false 65535  False     
CreationDate  string  Aanmaakdatum false 256  False     
TotalRAM  string  Totaal RAM (MB) false 256  False     
DynamicMemory  bool  Dynamisch geheugen false 256       
MaxMemoryMB  string  Maximaal geheugen (MB) (afgeschaft) false 256  False     
Cloud  string  Cloud false 256  False     
CPUCount  string  Aantal processors (CPUCount, verouderd) Aantal processors (CPUCount, verouderd) false 256  False     
DeploymentLocation  string  Implementatielocatie false 256  False     
CostCenter  string  Kostenplaats false 256  False     
HostName  string  Hostnaam false 256  False     
GuestFQDN  string  Computernaam false 256  False     
VGS  string  IC / toevoegingen false 256  False     
NoOfVirtualDisks  string  Aantal virtuele schijven false 256  False     
NoOfNICs  string  Aantal netwerkadapters false 256  False     
TotalSizeOfVirtualDisks  string  Totale toegewezen grootte van alle virtuele schijven (bytes) (afgeschaft) false 256  False     
VMMServer  string  Virtual Machine Manager-server false 256  False     
State  string  Virtuele-machinestatus false 256  False     
MaxMemoryMBytes  int  Maximaal geheugen (MB) false 256       
VirtualProcCount  int  Aantal processors (VirtualProcCount) Aantal processors (VirtualProcCount) false 256       
TotalVirtualDiskSizeMBytes  int  Totale toegewezen schijfgrootte (MB) false 256       
OperatingSystem  string  Besturingssysteem false 1024  False     
OperatingSystemVersion  string      false 256  False     
IsHighlyAvailable  bool  Maximaal beschikbaar false 256       
ServiceTemplateId  string  Servicesjabloon-id 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>