Veeam.Virt.Extensions.HyperV.vNetworkAdapterHyper-V Host Virtual Network Adapter (Veeam MP)

Veeam.Virt.Extensions.HyperV.vNetworkAdapter (ClassType)

Virtual Network Adapter on Hyper-V Host

Element properties:

Base ClassVeeam.Virt.Extensions.HyperV.Base
AbstractFalse
HostedFalse
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementIdf167fb16-1771-95dd-f0ac-c6b17d187d7a

Class Hierarchy:

Class Properties:

Property Name Type Display Name (ENU) Description (ENU) Key Max Length Min Length Case Sensitive Default Value EnumType
System.Entity:
DisplayName  string  Display Name Display name of the object. false 4000  False     
System.ConfigItem:
ObjectStatus  enum  Object Status Object status false 256    System.ConfigItem.ObjectStatusEnum.Active  System.ConfigItem.ObjectStatusEnum 
AssetStatus  enum  Asset Status Asset status false 256      System.ConfigItem.AssetStatusEnum 
Notes  richtext  Notes Notes false 4000       
Veeam.Virt.Extensions.HyperV.vNetworkAdapter:
id  string  id true 255  False     
HostName  string  Host Name false 255  False     
AdapterName  string  Adapter false 255  False     
Duplex  string  Duplex false 255  False     
SpeedMb  int  Speed Mb false 65536       
MACAddress  string  MAC Address false 255  False     
IPAddress  string  IP Address false 255  False     
SwitchName  string  Switch Name false 255  False     
Enabled  bool  Enabled false 255       

Health Model:

Source Code:

<ClassType ID="Veeam.Virt.Extensions.HyperV.vNetworkAdapter" Accessibility="Public" Abstract="false" Base="Veeam.Virt.Extensions.HyperV.Base" Hosted="false" Singleton="false">
<Property ID="id" Type="string" Key="true" CaseSensitive="false" MaxLength="255" MinLength="0"/>
<Property ID="HostName" Type="string" Key="false" CaseSensitive="false" MaxLength="255" MinLength="0"/>
<Property ID="AdapterName" Type="string" Key="false" CaseSensitive="false" MaxLength="255" MinLength="0"/>
<Property ID="Duplex" Type="string" Key="false" CaseSensitive="false" MaxLength="255" MinLength="0"/>
<Property ID="SpeedMb" Type="int" Key="false" CaseSensitive="false" MaxLength="65536" MinLength="0"/>
<Property ID="MACAddress" Type="string" Key="false" CaseSensitive="false" MaxLength="255" MinLength="0"/>
<Property ID="IPAddress" Type="string" Key="false" CaseSensitive="false" MaxLength="255" MinLength="0"/>
<Property ID="SwitchName" Type="string" Key="false" CaseSensitive="false" MaxLength="255" MinLength="0"/>
<Property ID="Enabled" Type="bool" Key="false" CaseSensitive="false" MaxLength="255" MinLength="0"/>
</ClassType>