Microsoft.SystemCenter.VirtualMachineManager.VMNetworkVM 网络

Microsoft.SystemCenter.VirtualMachineManager.VMNetwork (ClassType)

此抽象类型是 VMM 中 VM 网络的基本类型

Element properties:

Base ClassSystem.LogicalEntity
AbstractTrue
HostedFalse
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementId27169774-a670-a8c9-1a33-e9c94f13ed96

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.VMNetwork:
VMNetworkId  string  VM 网络标识符 true 256  False     
IsolationType  string  隔离类型 false 256  False     
VMMServer  string  VMM 服务器 false 256  False     
Description  string  说明 false 65535  False     

Health Model:

Source Code:

<ClassType ID="Microsoft.SystemCenter.VirtualMachineManager.VMNetwork" Accessibility="Public" Abstract="true" Base="System!System.LogicalEntity" Hosted="false" Singleton="false">
<Property ID="VMNetworkId" Type="string" Key="true"/>
<Property ID="IsolationType" Type="string" Key="false"/>
<Property ID="VMMServer" Type="string" Key="false" Comment="VMM Server FQDN"/>
<Property ID="Description" Type="string" Key="false" MaxLength="65535"/>
</ClassType>