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
AddressTypeString
Gets the address type for the ethernet card.
public string AddressTypeString { get; set; }
Property Value
AdvancedViewOnly
Gets whether this item type is displayed in advanced view only.
public override bool AdvancedViewOnly { get; }
Property Value
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
Network
Gets or sets the network to which this network card is connected.
public VMwareManagedObjectReference Network { get; set; }
Property Value
WakeOnLanEnabled
Gets or sets whether wake-on-LAN (WoL) is enabled for this virtual ethernet card.
public BooleanOption WakeOnLanEnabled { get; set; }