Microsoft.SystemCenter.VirtualMachineManager.PrivateCloudPrivate Cloud

Microsoft.SystemCenter.VirtualMachineManager.PrivateCloud (ClassType)

Dieser abstrakte Typ ist der Basistyp für alle privaten VMM-Clouds.

Element properties:

Base ClassMicrosoft.SystemCenter.VirtualMachineManager.Cloud
AbstractTrue
HostedFalse
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementId027e744b-a041-4bd9-0e84-da0b7dffaa67

Class Hierarchy:

Class Properties:

Property Name Type Display Name (DEU) Description (DEU) Key Max Length Min Length Case Sensitive Default Value EnumType
System.Entity:
DisplayName  string  Anzeigename Anzeigenamen des Objekts false 4000  False     
System.ConfigItem:
ObjectStatus  enum  Objektstatus Objektstatus false 256    System.ConfigItem.ObjectStatusEnum.Active  System.ConfigItem.ObjectStatusEnum 
AssetStatus  enum  Bestandsstatus Bestandsstatus false 256      System.ConfigItem.AssetStatusEnum 
Notes  richtext  Anmerkungen Anmerkungen false 4000       
Microsoft.SystemCenter.VirtualMachineManager.PrivateCloud:
VMMId  string  VMM-Objekt-ID true 256  False     
MaximumVMCount  string  Maximale Anzahl virtueller Computer false 256  False     
MaximumVCPUCount  string  Maximale vCPU-Anzahl false 256  False     
CustomQuota  string  Benutzerdefiniertes Kontingent false 256  False     
MaximumStorage  string  Maximaler Speicher false 256  False     
MaximumMemory  string  Maximaler Arbeitsspeicher false 256  False     
VMMServer  string  Virtual Machine Manager-Server false 256  False     
ClusterNames  string  Clusternamenliste false 65535  False     
ClassificationNames  string  Speicherklassifizierungen false 65535  False     
Description  string  Beschreibung false 65535  False     

Health Model:

Source Code:

<ClassType ID="Microsoft.SystemCenter.VirtualMachineManager.PrivateCloud" Accessibility="Public" Abstract="true" Base="Microsoft.SystemCenter.VirtualMachineManager.Cloud" Hosted="false" Singleton="false">
<Property ID="VMMId" Type="string" Key="true"/>
<Property ID="MaximumVMCount" Type="string" Key="false"/>
<Property ID="MaximumVCPUCount" Type="string" Key="false"/>
<Property ID="CustomQuota" Type="string" Key="false"/>
<Property ID="MaximumStorage" Type="string" Key="false"/>
<Property ID="MaximumMemory" Type="string" Key="false"/>
<Property ID="VMMServer" Type="string" Key="false"/>
<Property ID="ClusterNames" Type="string" Key="false" MaxLength="65535"/>
<Property ID="ClassificationNames" Type="string" Key="false" MaxLength="65535"/>
<Property ID="Description" Type="string" Key="false" MaxLength="65535"/>
</ClassType>