|
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_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 () |
The Com::Vmware::Vcenter::Vm::Hardware::Ethernet::UpdateSpec class describes the updates to be made to the configuration of a virtual Ethernet adapter.
| public method Com::Vmware::Vcenter::Vm::Hardware::Ethernet::UpdateSpec::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. Optional# |
Code:
| public method Com::Vmware::Vcenter::Vm::Hardware::Ethernet::UpdateSpec::get_backing | ( | ) |
Gets the value of 'backing' property.
| 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:
| public method Com::Vmware::Vcenter::Vm::Hardware::Ethernet::UpdateSpec::get_mac_address | ( | ) |
Gets the value of 'mac_address' property.
| 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:
| public method Com::Vmware::Vcenter::Vm::Hardware::Ethernet::UpdateSpec::get_mac_type | ( | ) |
Gets the value of 'mac_type' property.
| 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:
| public method Com::Vmware::Vcenter::Vm::Hardware::Ethernet::UpdateSpec::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. Optional# |
Code:
| public method Com::Vmware::Vcenter::Vm::Hardware::Ethernet::UpdateSpec::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 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:
| public method Com::Vmware::Vcenter::Vm::Hardware::Ethernet::UpdateSpec::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 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:
| public method Com::Vmware::Vcenter::Vm::Hardware::Ethernet::UpdateSpec::new | ( | ) |
Constructor to initialize the Com::Vmware::Vcenter::Vm::Hardware::Ethernet::UpdateSpec structure
| Blessed | object |
Code:
| public method Com::Vmware::Vcenter::Vm::Hardware::Ethernet::UpdateSpec::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::UpdateSpec::set_backing | ( | ) |
Sets the given value for 'backing' property.
| 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:
| public method Com::Vmware::Vcenter::Vm::Hardware::Ethernet::UpdateSpec::set_mac_address | ( | ) |
Sets the given value for 'mac_address' property.
| 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:
| public method Com::Vmware::Vcenter::Vm::Hardware::Ethernet::UpdateSpec::set_mac_type | ( | ) |
Sets the given value for 'mac_type' property.
| 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:
| public method Com::Vmware::Vcenter::Vm::Hardware::Ethernet::UpdateSpec::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::UpdateSpec::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 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:
| public method Com::Vmware::Vcenter::Vm::Hardware::Ethernet::UpdateSpec::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 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: