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::Info Class Reference
Inheritance diagram for Com::Vmware::Vcenter::Vm::Hardware::Ethernet::Info:

Avaliable Methods

public method get_wake_on_lan_enabled ()
 
public method set_pci_slot_number ()
 
public method get_pci_slot_number ()
 
public method set_type ()
 
public method get_label ()
 
public method set_allow_guest_control ()
 
public method set_state ()
 
public method set_backing ()
 
public method new ()
 
public method set_mac_type ()
 
public method get_state ()
 
public method get_mac_address ()
 
public method get_mac_type ()
 
public method set_wake_on_lan_enabled ()
 
public method get_backing ()
 
public method set_mac_address ()
 
public method set_start_connected ()
 
public method set_label ()
 
public method get_upt_compatibility_enabled ()
 
public method get_start_connected ()
 
public method get_allow_guest_control ()
 
public method get_type ()
 
public method set_upt_compatibility_enabled ()
 

Detailed Description

The Com::Vmware::Vcenter::Vm::Hardware::Ethernet::Info class contains information about a virtual Ethernet adapter.

Member Function Documentation

public method Com::Vmware::Vcenter::Vm::Hardware::Ethernet::Info::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. boolean#
Code:
click to view
public method Com::Vmware::Vcenter::Vm::Hardware::Ethernet::Info::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. BackingInfo#
Code:
click to view
public method Com::Vmware::Vcenter::Vm::Hardware::Ethernet::Info::get_label ( )

Gets the value of 'label' property.

Return values
label- The current value of the field. Device label. String#
Code:
click to view
public method Com::Vmware::Vcenter::Vm::Hardware::Ethernet::Info::get_mac_address ( )

Gets the value of 'mac_address' property.

Return values
mac_address- The current value of the field. MAC address. Optional#
Code:
click to view
public method Com::Vmware::Vcenter::Vm::Hardware::Ethernet::Info::get_mac_type ( )

Gets the value of 'mac_type' property.

Return values
mac_type- The current value of the field. MAC address type. MacAddressType#
Code:
click to view
public method Com::Vmware::Vcenter::Vm::Hardware::Ethernet::Info::get_pci_slot_number ( )

Gets the value of 'pci_slot_number' property.

Return values
pci_slot_number- The current value of the field. 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. Optional#
Code:
click to view
public method Com::Vmware::Vcenter::Vm::Hardware::Ethernet::Info::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. boolean#
Code:
click to view
public method Com::Vmware::Vcenter::Vm::Hardware::Ethernet::Info::get_state ( )

Gets the value of 'state' property.

Return values
state- The current value of the field. Connection status of the virtual device. ConnectionState#
Code:
click to view
public method Com::Vmware::Vcenter::Vm::Hardware::Ethernet::Info::get_type ( )

Gets the value of 'type' property.

Return values
type- The current value of the field. Ethernet adapter emulation type. EmulationType#
Code:
click to view
public method Com::Vmware::Vcenter::Vm::Hardware::Ethernet::Info::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 is enabled on this virtual Ethernet adapter. optional#
Code:
click to view
public method Com::Vmware::Vcenter::Vm::Hardware::Ethernet::Info::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 is enabled on this virtual Ethernet adapter. boolean#
Code:
click to view
public method Com::Vmware::Vcenter::Vm::Hardware::Ethernet::Info::new ( )

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

Return values
Blessedobject
Code:
click to view
public method Com::Vmware::Vcenter::Vm::Hardware::Ethernet::Info::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::Info::set_backing ( )

Sets the given value for 'backing' property.

Parameters
backing- New value for the field. Physical resource backing for the virtual Ethernet adapter.
Code:
click to view
public method Com::Vmware::Vcenter::Vm::Hardware::Ethernet::Info::set_label ( )

Sets the given value for 'label' property.

Parameters
label- New value for the field. Device label.
Code:
click to view
public method Com::Vmware::Vcenter::Vm::Hardware::Ethernet::Info::set_mac_address ( )

Sets the given value for 'mac_address' property.

Parameters
mac_address- New value for the field. MAC address.
Code:
click to view
public method Com::Vmware::Vcenter::Vm::Hardware::Ethernet::Info::set_mac_type ( )

Sets the given value for 'mac_type' property.

Parameters
mac_type- New value for the field. MAC address type.
Code:
click to view
public method Com::Vmware::Vcenter::Vm::Hardware::Ethernet::Info::set_pci_slot_number ( )

Sets the given value for 'pci_slot_number' property.

Parameters
pci_slot_number- New value for the field. 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.
Code:
click to view
public method Com::Vmware::Vcenter::Vm::Hardware::Ethernet::Info::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::Info::set_state ( )

Sets the given value for 'state' property.

Parameters
state- New value for the field. Connection status of the virtual device.
Code:
click to view
public method Com::Vmware::Vcenter::Vm::Hardware::Ethernet::Info::set_type ( )

Sets the given value for 'type' property.

Parameters
type- New value for the field. Ethernet adapter emulation type.
Code:
click to view
public method Com::Vmware::Vcenter::Vm::Hardware::Ethernet::Info::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 is enabled on this virtual Ethernet adapter.
Code:
click to view
public method Com::Vmware::Vcenter::Vm::Hardware::Ethernet::Info::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 is enabled on this virtual Ethernet adapter.
Code:
click to view

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