Microsoft.SystemCenter.VirtualMachineManager.PrivateCloud私人雲端

Microsoft.SystemCenter.VirtualMachineManager.PrivateCloud (ClassType)

此抽象類型是所有 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 (CHT) Description (CHT) Key Max Length Min Length Case Sensitive Default Value EnumType
System.Entity:
DisplayName  string  顯示名稱 顯示物件的名稱。 false 4000  False     
System.ConfigItem:
ObjectStatus  enum  物件狀態 物件狀態 false 256    System.ConfigItem.ObjectStatusEnum.Active  System.ConfigItem.ObjectStatusEnum 
AssetStatus  enum  資產狀態 資產狀態 false 256      System.ConfigItem.AssetStatusEnum 
Notes  richtext  附註 附註 false 4000       
Microsoft.SystemCenter.VirtualMachineManager.PrivateCloud:
VMMId  string  VMM 物件識別碼 true 256  False     
MaximumVMCount  string  最大 VM 計數 false 256  False     
MaximumVCPUCount  string  最大 vCPU 計數 false 256  False     
CustomQuota  string  自訂配額 false 256  False     
MaximumStorage  string  最大儲存量 false 256  False     
MaximumMemory  string  記憶體上限 false 256  False     
VMMServer  string  Virtual Machine Manager 伺服器 false 256  False     
ClusterNames  string  叢集名稱清單 false 65535  False     
ClassificationNames  string  存放裝置分類 false 65535  False     
Description  string  描述 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>