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 (JPN) Description (JPN) 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 オブジェクト ID true 256  False     
MaximumVMCount  string  最大バーチャル マシン数 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     
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="Description" Type="string" Key="false" Length="65535"/>
</ClassType>