Microsoft.SystemCenter.VirtualMachineManager.HostGroup主机组

Microsoft.SystemCenter.VirtualMachineManager.HostGroup (ClassType)

此抽象类型是所有 VMM 主机组的基本类型

Element properties:

Base ClassMicrosoft.SystemCenter.VirtualMachineManager.ResourceGroup
AbstractTrue
HostedFalse
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementId05395a63-f7b5-ef6f-af87-3a1ffb5fe72a

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.HostGroup:
VMMId  string  VMM 对象 Id true 256  False     
Path  string  路径 false 65535  False     
VMMServer  string  Virtual Machine Manager 服务器 true 256  False     
Description  string  说明 false 65535  False     

Health Model:

Source Code:

<ClassType ID="Microsoft.SystemCenter.VirtualMachineManager.HostGroup" Accessibility="Public" Abstract="true" Base="Microsoft.SystemCenter.VirtualMachineManager.ResourceGroup" Hosted="false" Singleton="false">
<Property ID="VMMId" Type="string" Key="true"/>
<Property ID="Path" Type="string" Key="false" MaxLength="65535"/>
<Property ID="VMMServer" Type="string" Key="true"/>
<Property ID="Description" Type="string" Key="false" MaxLength="65535"/>
</ClassType>