|
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
|
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 () |
The Com::Vmware::Vcenter::Vm::Hardware::Ethernet::Info class contains information about a virtual Ethernet adapter.
| public method Com::Vmware::Vcenter::Vm::Hardware::Ethernet::Info::get_allow_guest_control | ( | ) |
Gets the value of 'allow_guest_control' property.
| allow_guest_control | - The current value of the field. Flag indicating whether the guest can connect and disconnect the device. boolean# |
Code:
| public method Com::Vmware::Vcenter::Vm::Hardware::Ethernet::Info::get_backing | ( | ) |
Gets the value of 'backing' property.
| backing | - The current value of the field. Physical resource backing for the virtual Ethernet adapter. BackingInfo# |
Code:
| public method Com::Vmware::Vcenter::Vm::Hardware::Ethernet::Info::get_label | ( | ) |
Gets the value of 'label' property.
| label | - The current value of the field. Device label. String# |
Code:
| public method Com::Vmware::Vcenter::Vm::Hardware::Ethernet::Info::get_mac_address | ( | ) |
Gets the value of 'mac_address' property.
| mac_address | - The current value of the field. MAC address. Optional# |
Code:
| public method Com::Vmware::Vcenter::Vm::Hardware::Ethernet::Info::get_mac_type | ( | ) |
Gets the value of 'mac_type' property.
| mac_type | - The current value of the field. MAC address type. MacAddressType# |
Code:
| public method Com::Vmware::Vcenter::Vm::Hardware::Ethernet::Info::get_pci_slot_number | ( | ) |
Gets the value of 'pci_slot_number' property.
| 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:
| public method Com::Vmware::Vcenter::Vm::Hardware::Ethernet::Info::get_start_connected | ( | ) |
Gets the value of 'start_connected' property.
| 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:
| public method Com::Vmware::Vcenter::Vm::Hardware::Ethernet::Info::get_state | ( | ) |
Gets the value of 'state' property.
| state | - The current value of the field. Connection status of the virtual device. ConnectionState# |
Code:
| public method Com::Vmware::Vcenter::Vm::Hardware::Ethernet::Info::get_type | ( | ) |
Gets the value of 'type' property.
| type | - The current value of the field. Ethernet adapter emulation type. EmulationType# |
Code:
| public method Com::Vmware::Vcenter::Vm::Hardware::Ethernet::Info::get_upt_compatibility_enabled | ( | ) |
Gets the value of 'upt_compatibility_enabled' property.
| 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:
| public method Com::Vmware::Vcenter::Vm::Hardware::Ethernet::Info::get_wake_on_lan_enabled | ( | ) |
Gets the value of 'wake_on_lan_enabled' property.
| 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:
| public method Com::Vmware::Vcenter::Vm::Hardware::Ethernet::Info::new | ( | ) |
Constructor to initialize the Com::Vmware::Vcenter::Vm::Hardware::Ethernet::Info structure
| Blessed | object |
Code:
| public method Com::Vmware::Vcenter::Vm::Hardware::Ethernet::Info::set_allow_guest_control | ( | ) |
Sets the given value for 'allow_guest_control' property.
| allow_guest_control | - New value for the field. Flag indicating whether the guest can connect and disconnect the device. |
Code:
| public method Com::Vmware::Vcenter::Vm::Hardware::Ethernet::Info::set_backing | ( | ) |
Sets the given value for 'backing' property.
| backing | - New value for the field. Physical resource backing for the virtual Ethernet adapter. |
Code:
| public method Com::Vmware::Vcenter::Vm::Hardware::Ethernet::Info::set_label | ( | ) |
Sets the given value for 'label' property.
| label | - New value for the field. Device label. |
Code:
| public method Com::Vmware::Vcenter::Vm::Hardware::Ethernet::Info::set_mac_address | ( | ) |
Sets the given value for 'mac_address' property.
| mac_address | - New value for the field. MAC address. |
Code:
| public method Com::Vmware::Vcenter::Vm::Hardware::Ethernet::Info::set_mac_type | ( | ) |
Sets the given value for 'mac_type' property.
| mac_type | - New value for the field. MAC address type. |
Code:
| public method Com::Vmware::Vcenter::Vm::Hardware::Ethernet::Info::set_pci_slot_number | ( | ) |
| public method Com::Vmware::Vcenter::Vm::Hardware::Ethernet::Info::set_start_connected | ( | ) |
Sets the given value for 'start_connected' property.
| start_connected | - New value for the field. Flag indicating whether the virtual device should be connected whenever the virtual machine is powered on. |
Code:
| public method Com::Vmware::Vcenter::Vm::Hardware::Ethernet::Info::set_state | ( | ) |
Sets the given value for 'state' property.
| state | - New value for the field. Connection status of the virtual device. |
Code:
| public method Com::Vmware::Vcenter::Vm::Hardware::Ethernet::Info::set_type | ( | ) |
Sets the given value for 'type' property.
| type | - New value for the field. Ethernet adapter emulation type. |
Code:
| public method Com::Vmware::Vcenter::Vm::Hardware::Ethernet::Info::set_upt_compatibility_enabled | ( | ) |
Sets the given value for 'upt_compatibility_enabled' property.
| upt_compatibility_enabled | - New value for the field. Flag indicating whether Universal Pass-Through (UPT) compatibility is enabled on this virtual Ethernet adapter. |
Code:
| public method Com::Vmware::Vcenter::Vm::Hardware::Ethernet::Info::set_wake_on_lan_enabled | ( | ) |
Sets the given value for 'wake_on_lan_enabled' property.
| wake_on_lan_enabled | - New value for the field. Flag indicating whether wake-on-LAN is enabled on this virtual Ethernet adapter. |
Code: