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

The Ethernet.UpdateSpec class describes the updates to be made to the configuration of a virtual Ethernet adapter. More...

List of all members.

Public Member Functions

 UpdateSpec ()
 Creates a default new instance.
bool GetUptCompatibilityEnabled ()
 Flag indicating whether Universal Pass-Through (UPT) compatibility should be enabled on this virtual Ethernet adapter.
void SetUptCompatibilityEnabled (bool?uptCompatibilityEnabled)
 Flag indicating whether Universal Pass-Through (UPT) compatibility should be 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.
bool GetWakeOnLanEnabled ()
 Flag indicating whether wake-on-LAN shoud be enabled on this virtual Ethernet adapter.
void SetWakeOnLanEnabled (bool?wakeOnLanEnabled)
 Flag indicating whether wake-on-LAN shoud be enabled on this virtual Ethernet adapter.
vmware.vcenter.vm.hardware.EthernetTypes.BackingSpec GetBacking ()
 Physical resource backing for the virtual Ethernet adapter.
void SetBacking (vmware.vcenter.vm.hardware.EthernetTypes.BackingSpec backing)
 Physical resource backing for the virtual Ethernet adapter.
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.UpdateSpec class describes the updates to be made to the configuration of a virtual Ethernet adapter.


Constructor & Destructor Documentation

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

Creates a default new instance.


Member Function Documentation

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

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

vmware.vcenter.vm.hardware.EthernetTypes.BackingSpec vmware::vcenter::vm::hardware::EthernetTypes::UpdateSpec::GetBacking ( ) [inline]

Physical resource backing for the virtual Ethernet adapter.

This field may be modified at any time, and changes will be applied the next time the virtual machine is powered on.

override int vmware::vcenter::vm::hardware::EthernetTypes::UpdateSpec::GetHashCode ( ) [inline]
string vmware::vcenter::vm::hardware::EthernetTypes::UpdateSpec::GetMacAddress ( ) [inline]

MAC address.

This field may be modified at any time, and changes will be applied the next time the virtual machine is powered on.

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

MAC address type.

This field may be modified at any time, and changes will be applied the next time the virtual machine is powered on.

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

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

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

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

This field may be modified at any time, and changes will be applied the next time the virtual machine is powered on.

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

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

This field may be modified at any time, and changes will be applied the next time the virtual machine is powered on.

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

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

void vmware::vcenter::vm::hardware::EthernetTypes::UpdateSpec::SetBacking ( vmware.vcenter.vm.hardware.EthernetTypes.BackingSpec  backing) [inline]

Physical resource backing for the virtual Ethernet adapter.

This field may be modified at any time, and changes will be applied the next time the virtual machine is powered on.

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

MAC address.

This field may be modified at any time, and changes will be applied the next time the virtual machine is powered on.

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

MAC address type.

This field may be modified at any time, and changes will be applied the next time the virtual machine is powered on.

void vmware::vcenter::vm::hardware::EthernetTypes::UpdateSpec::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::UpdateSpec::SetUptCompatibilityEnabled ( bool?  uptCompatibilityEnabled) [inline]

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

This field may be modified at any time, and changes will be applied the next time the virtual machine is powered on.

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

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

This field may be modified at any time, and changes will be applied the next time the virtual machine is powered on.

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

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