Microsoft.SystemCenter.VirtualMachineManager.VMHostVMHost

Microsoft.SystemCenter.VirtualMachineManager.VMHost (ClassType)

Dieser abstrakte Typ ist der Basistyp für alle von VMM verwalteten Hosts.

Element properties:

Base ClassSystem.LogicalEntity
AbstractTrue
HostedTrue
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementId045fea45-483c-fdd4-4fcf-81cdb5cd3e03

Class Hierarchy:

Class Properties:

Property Name Type Display Name (DEU) Description (DEU) Key Max Length Min Length Case Sensitive
System.Entity:
DisplayName  string  Anzeigename Anzeigename des Überwachungsobjekts. false 256  False 
Microsoft.SystemCenter.VirtualMachineManager.VMHost:
VMMId  string  VMM-Objekt-ID true 256  False 
VMMServer  string  Virtual Machine Manager-Server false 256  False 
Description  string  Beschreibung false 65535  False 
HostGroup  string  Hostgruppenname false 256  False 
HostName  string  Hostname false 256  False 
TotalRAM  string  RAM gesamt (Byte) false 256  False 
NoOfVMsDeployed  string  Anzahl bereitgestellter virtueller Maschinen false 256  False 
NoOfVMsRunning  string  Anzahl ausgeführter virtueller Maschinen false 256  False 
State  string  Gesamtstatus false 256  False 
VirtualizationStackVersionState  string  Versionsstatus des Virtualisierungsstapels false 256  False 
AgentVersionState  string  Versionsstatus des VMM-Agents false 256  False 
VirtualizationPlatform  string  Virtualisierungsplattform false 256  False 
NumberOfProcessors  string  Anzahl der Prozessoren false 256  False 

Health Model:

Source Code:

<ClassType ID="Microsoft.SystemCenter.VirtualMachineManager.VMHost" Accessibility="Public" Abstract="true" Base="System!System.LogicalEntity" Hosted="true" Singleton="false">
<Property ID="VMMId" Type="string" Key="true"/>
<Property ID="VMMServer" Type="string" Key="false"/>
<Property ID="Description" Type="string" Key="false" Length="65535"/>
<Property ID="HostGroup" Type="string" Key="false"/>
<Property ID="HostName" Type="string" Key="false"/>
<Property ID="TotalRAM" Type="string" Key="false"/>
<Property ID="NoOfVMsDeployed" Type="string" Key="false"/>
<Property ID="NoOfVMsRunning" Type="string" Key="false"/>
<Property ID="State" Type="string" Key="false"/>
<Property ID="VirtualizationStackVersionState" Type="string" Key="false"/>
<Property ID="AgentVersionState" Type="string" Key="false"/>
<Property ID="VirtualizationPlatform" Type="string" Key="false"/>
<Property ID="NumberOfProcessors" Type="string" Key="false"/>
</ClassType>