VMware vSphere Automation SDK Perl
The VMware vSphere Automation SDK for Perl supports the client-side vSphere Automation API for access to vSphere services and capabilities
 All Classes Files Functions
List of all members
Com::Vmware::Vcenter::Vm::Hardware::Ethernet::UpdateSpec Class Reference
Inheritance diagram for Com::Vmware::Vcenter::Vm::Hardware::Ethernet::UpdateSpec:

Avaliable Methods

public method get_wake_on_lan_enabled ()
 
public method set_wake_on_lan_enabled ()
 
public method get_backing ()
 
public method set_mac_address ()
 
public method set_start_connected ()
 
public method set_allow_guest_control ()
 
public method get_upt_compatibility_enabled ()
 
public method get_start_connected ()
 
public method get_allow_guest_control ()
 
public method set_backing ()
 
public method new ()
 
public method set_mac_type ()
 
public method set_upt_compatibility_enabled ()
 
public method get_mac_type ()
 
public method get_mac_address ()
 

Detailed Description

The Com::Vmware::Vcenter::Vm::Hardware::Ethernet::UpdateSpec class describes the updates to be made to the configuration of a virtual Ethernet adapter.

Member Function Documentation

public method Com::Vmware::Vcenter::Vm::Hardware::Ethernet::UpdateSpec::get_allow_guest_control ( )

Gets the value of 'allow_guest_control' property.

Return values
allow_guest_control- The current value of the field. Flag indicating whether the guest can connect and disconnect the device. Optional#
Code:
click to view
public method Com::Vmware::Vcenter::Vm::Hardware::Ethernet::UpdateSpec::get_backing ( )

Gets the value of 'backing' property.

Return values
backing- The current value of the field. 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.

Optional#

Code:
click to view
public method Com::Vmware::Vcenter::Vm::Hardware::Ethernet::UpdateSpec::get_mac_address ( )

Gets the value of 'mac_address' property.

Return values
mac_address- The current value of the field. MAC address.

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

Optional#

Code:
click to view
public method Com::Vmware::Vcenter::Vm::Hardware::Ethernet::UpdateSpec::get_mac_type ( )

Gets the value of 'mac_type' property.

Return values
mac_type- The current value of the field. 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.

Optional#

Code:
click to view
public method Com::Vmware::Vcenter::Vm::Hardware::Ethernet::UpdateSpec::get_start_connected ( )

Gets the value of 'start_connected' property.

Return values
start_connected- The current value of the field. Flag indicating whether the virtual device should be connected whenever the virtual machine is powered on. Optional#
Code:
click to view
public method Com::Vmware::Vcenter::Vm::Hardware::Ethernet::UpdateSpec::get_upt_compatibility_enabled ( )

Gets the value of 'upt_compatibility_enabled' property.

Return values
upt_compatibility_enabled- The current value of the field. 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.

Optional#

Code:
click to view
public method Com::Vmware::Vcenter::Vm::Hardware::Ethernet::UpdateSpec::get_wake_on_lan_enabled ( )

Gets the value of 'wake_on_lan_enabled' property.

Return values
wake_on_lan_enabled- The current value of the field. 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.

Optional#

Code:
click to view
public method Com::Vmware::Vcenter::Vm::Hardware::Ethernet::UpdateSpec::new ( )

Constructor to initialize the Com::Vmware::Vcenter::Vm::Hardware::Ethernet::UpdateSpec structure

Return values
Blessedobject
Code:
click to view
public method Com::Vmware::Vcenter::Vm::Hardware::Ethernet::UpdateSpec::set_allow_guest_control ( )

Sets the given value for 'allow_guest_control' property.

Parameters
allow_guest_control- New value for the field. Flag indicating whether the guest can connect and disconnect the device.
Code:
click to view
public method Com::Vmware::Vcenter::Vm::Hardware::Ethernet::UpdateSpec::set_backing ( )

Sets the given value for 'backing' property.

Parameters
backing- New value for the field. 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.

Code:
click to view
public method Com::Vmware::Vcenter::Vm::Hardware::Ethernet::UpdateSpec::set_mac_address ( )

Sets the given value for 'mac_address' property.

Parameters
mac_address- New value for the field. MAC address.

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

Code:
click to view
public method Com::Vmware::Vcenter::Vm::Hardware::Ethernet::UpdateSpec::set_mac_type ( )

Sets the given value for 'mac_type' property.

Parameters
mac_type- New value for the field. 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.

Code:
click to view
public method Com::Vmware::Vcenter::Vm::Hardware::Ethernet::UpdateSpec::set_start_connected ( )

Sets the given value for 'start_connected' property.

Parameters
start_connected- New value for the field. Flag indicating whether the virtual device should be connected whenever the virtual machine is powered on.
Code:
click to view
public method Com::Vmware::Vcenter::Vm::Hardware::Ethernet::UpdateSpec::set_upt_compatibility_enabled ( )

Sets the given value for 'upt_compatibility_enabled' property.

Parameters
upt_compatibility_enabled- New value for the field. 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.

Code:
click to view
public method Com::Vmware::Vcenter::Vm::Hardware::Ethernet::UpdateSpec::set_wake_on_lan_enabled ( )

Sets the given value for 'wake_on_lan_enabled' property.

Parameters
wake_on_lan_enabled- New value for the field. 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.

Code:
click to view

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