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 (KOR) Description (KOR) 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.ComputerTier:
VMMId  string  VMM 개체 ID true 256  False     
Release  string  릴리스 false 256  False     
ServiceTemplate  string  서비스 템플릿 false 256  False     
VMTemplate  string  VM 템플릿 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>