VMware vSphere Automation SDK for .NET 6.5.0
vmware::vcenter::vm::hardware::EthernetTypes::Info Class Reference

The Ethernet.Info class contains information about a virtual Ethernet adapter. More...

List of all members.

Public Member Functions

 Info ()
 Creates a default new instance.
string GetLabel ()
 Device label.
void SetLabel (string label)
 Device label.
vmware.vcenter.vm.hardware.EthernetTypes.EmulationType Get_Type ()
 Ethernet adapter emulation type.
void SetType (vmware.vcenter.vm.hardware.EthernetTypes.EmulationType type)
 Ethernet adapter emulation type.
bool GetUptCompatibilityEnabled ()
 Flag indicating whether Universal Pass-Through (UPT) compatibility is enabled on this virtual Ethernet adapter.
void SetUptCompatibilityEnabled (bool?uptCompatibilityEnabled)
 Flag indicating whether Universal Pass-Through (UPT) compatibility is enabled on this virtual Ethernet adapter.
vmware.vcenter.vm.hardware.EthernetTypes.MacAddressType GetMacType ()
 MAC address type.
void SetMacType (vmware.vcenter.vm.hardware.EthernetTypes.MacAddressType macType)
 MAC address type.
string GetMacAddress ()
 MAC address.
void SetMacAddress (string macAddress)
 MAC address.
long GetPciSlotNumber ()
 Address of the virtual Ethernet adapter on the PCI bus.
void SetPciSlotNumber (long?pciSlotNumber)
 Address of the virtual Ethernet adapter on the PCI bus.
bool GetWakeOnLanEnabled ()
 Flag indicating whether wake-on-LAN is enabled on this virtual Ethernet adapter.
void SetWakeOnLanEnabled (bool wakeOnLanEnabled)
 Flag indicating whether wake-on-LAN is enabled on this virtual Ethernet adapter.
vmware.vcenter.vm.hardware.EthernetTypes.BackingInfo GetBacking ()
 Physical resource backing for the virtual Ethernet adapter.
void SetBacking (vmware.vcenter.vm.hardware.EthernetTypes.BackingInfo backing)
 Physical resource backing for the virtual Ethernet adapter.
vmware.vcenter.vm.hardware.ConnectionState GetState ()
 Connection status of the virtual device.
void SetState (vmware.vcenter.vm.hardware.ConnectionState state)
 Connection status of the virtual device.
bool GetStartConnected ()
 Flag indicating whether the virtual device should be connected whenever the virtual machine is powered on.
void SetStartConnected (bool startConnected)
 Flag indicating whether the virtual device should be connected whenever the virtual machine is powered on.
bool GetAllowGuestControl ()
 Flag indicating whether the guest can connect and disconnect the device.
void SetAllowGuestControl (bool allowGuestControl)
 Flag indicating whether the guest can connect and disconnect the device.
vmware.vapi.bindings.type.StructType _GetType ()
vmware.vapi.data.StructValue _GetDataValue ()
void _Validate ()
bool _HasTypeNameOf< T > ()
_ConvertTo< T > ()
override bool Equals (object obj)
override int GetHashCode ()
override string ToString ()

Detailed Description

The Ethernet.Info class contains information about a virtual Ethernet adapter.


Constructor & Destructor Documentation

vmware::vcenter::vm::hardware::EthernetTypes::Info::Info ( ) [inline]

Creates a default new instance.


Member Function Documentation

T vmware::vcenter::vm::hardware::EthernetTypes::Info::_ConvertTo< T > ( ) [inline]
Type Constraints
T :vmware.vapi.bindings.IStructure 
vmware.vapi.data.StructValue vmware::vcenter::vm::hardware::EthernetTypes::Info::_GetDataValue ( ) [inline]
vmware.vapi.bindings.type.StructType vmware::vcenter::vm::hardware::EthernetTypes::Info::_GetType ( ) [inline]
bool vmware::vcenter::vm::hardware::EthernetTypes::Info::_HasTypeNameOf< T > ( ) [inline]
Type Constraints
T :vmware.vapi.bindings.IStructure 
void vmware::vcenter::vm::hardware::EthernetTypes::Info::_Validate ( ) [inline]
override bool vmware::vcenter::vm::hardware::EthernetTypes::Info::Equals ( object  obj) [inline]
vmware.vcenter.vm.hardware.EthernetTypes.EmulationType vmware::vcenter::vm::hardware::EthernetTypes::Info::Get_Type ( ) [inline]

Ethernet adapter emulation type.

bool vmware::vcenter::vm::hardware::EthernetTypes::Info::GetAllowGuestControl ( ) [inline]

Flag indicating whether the guest can connect and disconnect the device.

vmware.vcenter.vm.hardware.EthernetTypes.BackingInfo vmware::vcenter::vm::hardware::EthernetTypes::Info::GetBacking ( ) [inline]

Physical resource backing for the virtual Ethernet adapter.

override int vmware::vcenter::vm::hardware::EthernetTypes::Info::GetHashCode ( ) [inline]
string vmware::vcenter::vm::hardware::EthernetTypes::Info::GetLabel ( ) [inline]

Device label.

string vmware::vcenter::vm::hardware::EthernetTypes::Info::GetMacAddress ( ) [inline]

MAC address.

vmware.vcenter.vm.hardware.EthernetTypes.MacAddressType vmware::vcenter::vm::hardware::EthernetTypes::Info::GetMacType ( ) [inline]

MAC address type.

long vmware::vcenter::vm::hardware::EthernetTypes::Info::GetPciSlotNumber ( ) [inline]

Address of the virtual Ethernet adapter on the PCI bus.

If the PCI address is invalid, the server will change it when the VM is started or as the device is hot added.

bool vmware::vcenter::vm::hardware::EthernetTypes::Info::GetStartConnected ( ) [inline]

Flag indicating whether the virtual device should be connected whenever the virtual machine is powered on.

vmware.vcenter.vm.hardware.ConnectionState vmware::vcenter::vm::hardware::EthernetTypes::Info::GetState ( ) [inline]

Connection status of the virtual device.

bool vmware::vcenter::vm::hardware::EthernetTypes::Info::GetUptCompatibilityEnabled ( ) [inline]

Flag indicating whether Universal Pass-Through (UPT) compatibility is enabled on this virtual Ethernet adapter.

bool vmware::vcenter::vm::hardware::EthernetTypes::Info::GetWakeOnLanEnabled ( ) [inline]

Flag indicating whether wake-on-LAN is enabled on this virtual Ethernet adapter.

void vmware::vcenter::vm::hardware::EthernetTypes::Info::SetAllowGuestControl ( bool  allowGuestControl) [inline]

Flag indicating whether the guest can connect and disconnect the device.

void vmware::vcenter::vm::hardware::EthernetTypes::Info::SetBacking ( vmware.vcenter.vm.hardware.EthernetTypes.BackingInfo  backing) [inline]

Physical resource backing for the virtual Ethernet adapter.

void vmware::vcenter::vm::hardware::EthernetTypes::Info::SetLabel ( string  label) [inline]

Device label.

void vmware::vcenter::vm::hardware::EthernetTypes::Info::SetMacAddress ( string  macAddress) [inline]

MAC address.

void vmware::vcenter::vm::hardware::EthernetTypes::Info::SetMacType ( vmware.vcenter.vm.hardware.EthernetTypes.MacAddressType  macType) [inline]

MAC address type.

void vmware::vcenter::vm::hardware::EthernetTypes::Info::SetPciSlotNumber ( long?  pciSlotNumber) [inline]

Address of the virtual Ethernet adapter on the PCI bus.

If the PCI address is invalid, the server will change it when the VM is started or as the device is hot added.

void vmware::vcenter::vm::hardware::EthernetTypes::Info::SetStartConnected ( bool  startConnected) [inline]

Flag indicating whether the virtual device should be connected whenever the virtual machine is powered on.

void vmware::vcenter::vm::hardware::EthernetTypes::Info::SetState ( vmware.vcenter.vm.hardware.ConnectionState  state) [inline]

Connection status of the virtual device.

void vmware::vcenter::vm::hardware::EthernetTypes::Info::SetType ( vmware.vcenter.vm.hardware.EthernetTypes.EmulationType  type) [inline]

Ethernet adapter emulation type.

void vmware::vcenter::vm::hardware::EthernetTypes::Info::SetUptCompatibilityEnabled ( bool?  uptCompatibilityEnabled) [inline]

Flag indicating whether Universal Pass-Through (UPT) compatibility is enabled on this virtual Ethernet adapter.

void vmware::vcenter::vm::hardware::EthernetTypes::Info::SetWakeOnLanEnabled ( bool  wakeOnLanEnabled) [inline]

Flag indicating whether wake-on-LAN is enabled on this virtual Ethernet adapter.

override string vmware::vcenter::vm::hardware::EthernetTypes::Info::ToString ( ) [inline]

The documentation for this class was generated from the following file: