Microsoft.SystemCenter.VirtualMachineManager.ComputerTierコンピューター層

Microsoft.SystemCenter.VirtualMachineManager.ComputerTier (ClassType)

この抽象型は、すべての VMM コンピューター層の基本型です。

Element properties:

Base ClassSystem.LogicalEntity
AbstractTrue
HostedFalse
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementId48f3c8a9-0e7c-bbf0-4d1a-67a803df7fc1

Class Hierarchy:

Class Properties:

Property Name Type Display Name (JPN) Description (JPN) Key Max Length Min Length Case Sensitive
System.Entity:
DisplayName  string  表示名 監視オブジェクトの表示名。 false 256  False 
Microsoft.SystemCenter.VirtualMachineManager.ComputerTier:
VMMId  string  VMM オブジェクト ID true 256  False 
Release  string  リリース false 256  False 
ServiceTemplate  string  サービス テンプレート false 256  False 
VMTemplate  string  バーチャル マシン テンプレート false 256  False 
MinMachineCount  string  最小マシン数 false 256  False 
MaxMachineCount  string  最大マシン数 false 256  False 
CurrentMachineCount  string  現在のマシン数 false 256  False 

Health Model:

Source Code:

<ClassType ID="Microsoft.SystemCenter.VirtualMachineManager.ComputerTier" Accessibility="Public" Abstract="true" Base="System!System.LogicalEntity" Hosted="false" Singleton="false">
<Property ID="VMMId" Type="string" Key="true"/>
<Property ID="Release" Type="string" Key="false"/>
<Property ID="ServiceTemplate" Type="string" Key="false"/>
<Property ID="VMTemplate" Type="string" Key="false"/>
<Property ID="MinMachineCount" Type="string" Key="false"/>
<Property ID="MaxMachineCount" Type="string" Key="false"/>
<Property ID="CurrentMachineCount" Type="string" Key="false"/>
</ClassType>