Microsoft.SystemCenter.VirtualMachineManager.Network.VNicВиртуальный сетевой адаптер

Microsoft.SystemCenter.VirtualMachineManager.Network.VNic (ClassType)

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

Element properties:

Base ClassMicrosoft.SystemCenter.VirtualMachineManager.Network.VirtualNetworkAdapter
AbstractTrue
HostedTrue
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementIdba265335-b546-af6a-8ef4-4b9c6ccce3d0

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.Network.VirtualNetworkAdapter:
DeviceId  string  ИД устройства true 256  False     
Microsoft.SystemCenter.VirtualMachineManager.Network.VNic:
VMId  string  ИД виртуальной машины false 256  False     
MACAddress  string  MAC-адрес false 256  False     
VLANEnabled  bool  Виртуальная ЛС включена false 256       
VLANId  string  ИД виртуальной ЛС false 256  False     
LogicalNetwork  string  Логическая сеть false 1024  False     
VMNetwork  string  Сеть виртуальной машины false 1024  False     
MACAddressType  string  Тип MAC-адреса false 256  False     
IPv4AddressType  string  Тип IPv4-адреса false 256  False     
IPv6AddressType  string  Тип IPv6-адреса false 256  False     

Health Model:

Source Code:

<ClassType ID="Microsoft.SystemCenter.VirtualMachineManager.Network.VNic" Accessibility="Public" Abstract="true" Base="Microsoft.SystemCenter.VirtualMachineManager.Network.VirtualNetworkAdapter" Hosted="true" Singleton="false">
<Property ID="VMId" Type="string" Key="false"/>
<Property ID="MACAddress" Type="string" Key="false"/>
<Property ID="VLANEnabled" Type="bool" Key="false"/>
<Property ID="VLANId" Type="string" Key="false"/>
<Property ID="LogicalNetwork" Type="string" Key="false" Length="1024"/>
<Property ID="VMNetwork" Type="string" Key="false" Length="1024"/>
<Property ID="MACAddressType" Type="string" Key="false"/>
<Property ID="IPv4AddressType" Type="string" Key="false"/>
<Property ID="IPv6AddressType" Type="string" Key="false"/>
</ClassType>