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
ElementId85b78b9a-85de-74b4-a266-430c39aafe3d

Class Hierarchy:

Class Properties:

Property Name Type Display Name (CHS) Description (CHS) 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>