Table of Contents

Class VMwareVirtualEthernetCardDeviceBase

Namespace
CENTREL.XIA.Configuration.Types
Assembly
CENTREL.XIA.Configuration.Types.dll

Represents the base ethernet controller class for a ethernet card in a VMware virtual machine.

public abstract class VMwareVirtualEthernetCardDeviceBase : VMwareVirtualConnectableDeviceBase, IComparable<VMwareVirtualHardwareDeviceBase>
Inheritance
VMwareVirtualEthernetCardDeviceBase
Implements
Derived
Inherited Members

Constructors

VMwareVirtualEthernetCardDeviceBase()

protected VMwareVirtualEthernetCardDeviceBase()

Properties

AddressType

Gets or sets the address type for the ethernet card.

public VMwareVirtualEthernetCardAddressType AddressType { get; set; }

Property Value

VMwareVirtualEthernetCardAddressType

AddressTypeString

Gets the address type for the ethernet card.

public string AddressTypeString { get; set; }

Property Value

string

AdvancedViewOnly

Gets whether this item type is displayed in advanced view only.

public override bool AdvancedViewOnly { get; }

Property Value

bool

MacAddress

Gets or sets the MAC address for the virtual ethernet card - for example "00-50-56-98-37-e8".

public string MacAddress { get; set; }

Property Value

string

Network

Gets or sets the network to which this network card is connected.

public VMwareManagedObjectReference Network { get; set; }

Property Value

VMwareManagedObjectReference

WakeOnLanEnabled

Gets or sets whether wake-on-LAN (WoL) is enabled for this virtual ethernet card.

public BooleanOption WakeOnLanEnabled { get; set; }

Property Value

BooleanOption