Microsoft.SystemCenter.VirtualMachineManager.PrivateCloudCloud privato

Microsoft.SystemCenter.VirtualMachineManager.PrivateCloud (ClassType)

Questo tipo astratto è il tipo di base per tutti i cloud privati VMM

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 (ITA) Description (ITA) Key Max Length Min Length Case Sensitive Default Value EnumType
System.Entity:
DisplayName  string  Nome visualizzato Nome visualizzato dell'oggetto. false 4000  False     
System.ConfigItem:
ObjectStatus  enum  Stato oggetto Stato dell'oggetto false 256    System.ConfigItem.ObjectStatusEnum.Active  System.ConfigItem.ObjectStatusEnum 
AssetStatus  enum  Stato risorsa Stato della risorsa false 256      System.ConfigItem.AssetStatusEnum 
Notes  richtext  Note Note false 4000       
Microsoft.SystemCenter.VirtualMachineManager.PrivateCloud:
VMMId  string  ID oggetto VMM true 256  False     
MaximumVMCount  string  Conteggio macchine virtuali massimo false 256  False     
MaximumVCPUCount  string  Conteggio CPU virtuali massimo false 256  False     
CustomQuota  string  Quota personalizzata false 256  False     
MaximumStorage  string  Archiviazione massima false 256  False     
MaximumMemory  string  Memoria massima false 256  False     
VMMServer  string  Server Virtual Machine Manager false 256  False     
ClusterNames  string  Elenco nomi cluster false 65535  False     
ClassificationNames  string  Classificazioni di archiviazione false 65535  False     
Description  string  Descrizione 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>