Microsoft.SystemCenter.VirtualMachineManager.VMNetworkСеть виртуальной машины

Microsoft.SystemCenter.VirtualMachineManager.VMNetwork (ClassType)

Этот абстрактный тип является базовым типом для сетей виртуальных машин в VMM

Element properties:

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

Class Hierarchy:

Class Properties:

Property Name Type Display Name (RUS) Description (RUS) 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  Идентификатор сети виртуальной машины 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" Length="65535"/>
</ClassType>