Microsoft.SystemCenter.VirtualMachineManager.Extended.VMTemplate가상 컴퓨터 템플릿

Microsoft.SystemCenter.VirtualMachineManager.Extended.VMTemplate (ClassType)

Virtual Machine Manager의 가상 컴퓨터 템플릿

Element properties:

Base ClassMicrosoft.SystemCenter.VirtualMachineManager.Extended.LibraryObject
AbstractFalse
HostedFalse
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementId6f5b38fe-d8fe-687b-796d-be324dfe836f

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.Extended.LibraryObject:
VMMId  string  Virtual Machine Manager ID Virtual Machine Manager의 ID true 256  False     
VMMServer  string  Virtual Machine Manager 서버 Virtual Machine Manager 서버 false 256  False     
Name  string  이름 이름 false 256  False     
Description  string  설명 설명 false 256  False     
Microsoft.SystemCenter.VirtualMachineManager.Extended.VMTemplate:
CPUCount  string  CPU 개수 CPU 개수 false 256  False     
OperatingSystemName  string  운영 체제 이름 운영 체제 이름 false 256  False     
Memory  int  메모리(MB) 메모리(MB) false 256       
Size  int  크기(GB) 모든 가상 하드 디스크의 총 크기(GB) false 256       
Tag  string  태그 태그 false 256  False     

Health Model:

Source Code:

<ClassType ID="Microsoft.SystemCenter.VirtualMachineManager.Extended.VMTemplate" Accessibility="Public" Abstract="false" Base="Microsoft.SystemCenter.VirtualMachineManager.Extended.LibraryObject" Hosted="false" Singleton="false">
<Property ID="CPUCount" Type="string" Key="false" CaseSensitive="false" MaxLength="256" MinLength="0"/>
<Property ID="OperatingSystemName" Type="string" Key="false" CaseSensitive="false" MaxLength="256" MinLength="0"/>
<Property ID="Memory" Type="int" Key="false"/>
<Property ID="Size" Type="int" Key="false"/>
<Property ID="Tag" Type="string" Key="false" CaseSensitive="false" MaxLength="256" MinLength="0"/>
</ClassType>