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 (CHH) Description (CHH) Key Max Length Min Length Case Sensitive Default Value EnumType
System.Entity:
DisplayName  string  Display Name Display name of the object. false 4000  False     
System.ConfigItem:
ObjectStatus  enum  Object Status Object status false 256    System.ConfigItem.ObjectStatusEnum.Active  System.ConfigItem.ObjectStatusEnum 
AssetStatus  enum  Asset Status Asset status false 256      System.ConfigItem.AssetStatusEnum 
Notes  richtext  Notes Notes 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" Length="65535"/>
<Property ID="ClassificationNames" Type="string" Key="false" Length="65535"/>
<Property ID="Description" Type="string" Key="false" Length="65535"/>
</ClassType>