|
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 | set_enter_setup_mode () |
| public method | get_delay () |
| public method | set_retry () |
| public method | set_type () |
| public method | get_retry () |
| public method | set_efi_legacy_boot () |
| public method | set_retry_delay () |
| public method | set_network_protocol () |
| public method | get_network_protocol () |
| public method | new () |
| public method | get_type () |
| public method | set_delay () |
| public method | get_enter_setup_mode () |
| public method | get_retry_delay () |
| public method | get_efi_legacy_boot () |
The Com::Vmware::Vcenter::Vm::Hardware::Boot::Info class contains information about the virtual machine boot process.
| public method Com::Vmware::Vcenter::Vm::Hardware::Boot::Info::get_delay | ( | ) |
Gets the value of 'delay' property.
| delay | - The current value of the field. Delay in milliseconds before beginning the firmware boot process when the virtual machine is powered on. This delay may be used to provide a time window for users to connect to the virtual machine console and enter BIOS setup mode. long# |
Code:
| public method Com::Vmware::Vcenter::Vm::Hardware::Boot::Info::get_efi_legacy_boot | ( | ) |
Gets the value of 'efi_legacy_boot' property.
| efi_legacy_boot | - The current value of the field. Flag indicating whether to use EFI legacy boot mode. optional# |
Code:
| public method Com::Vmware::Vcenter::Vm::Hardware::Boot::Info::get_enter_setup_mode | ( | ) |
Gets the value of 'enter_setup_mode' property.
| enter_setup_mode | - The current value of the field. Flag indicating whether the firmware boot process will automatically enter setup mode the next time the virtual machine boots. Note that this flag will automatically be reset to false once the virtual machine enters setup mode. boolean# |
Code:
| public method Com::Vmware::Vcenter::Vm::Hardware::Boot::Info::get_network_protocol | ( | ) |
Gets the value of 'network_protocol' property.
| network_protocol | - The current value of the field. Protocol to use when attempting to boot the virtual machine over the network. optional# |
Code:
| public method Com::Vmware::Vcenter::Vm::Hardware::Boot::Info::get_retry | ( | ) |
Gets the value of 'retry' property.
| retry | - The current value of the field. Flag indicating whether the virtual machine will automatically retry the boot process after a failure. boolean# |
Code:
| public method Com::Vmware::Vcenter::Vm::Hardware::Boot::Info::get_retry_delay | ( | ) |
Gets the value of 'retry_delay' property.
| retry_delay | - The current value of the field. Delay in milliseconds before retrying the boot process after a failure; applicable only when :attr:Com::Vmware::Vcenter::Vm::Hardware::Boot::Info.retry is true. long# |
Code:
| public method Com::Vmware::Vcenter::Vm::Hardware::Boot::Info::get_type | ( | ) |
Gets the value of 'type' property.
| type | - The current value of the field. Firmware type used by the virtual machine. Type# |
Code:
| public method Com::Vmware::Vcenter::Vm::Hardware::Boot::Info::new | ( | ) |
Constructor to initialize the Com::Vmware::Vcenter::Vm::Hardware::Boot::Info structure
| Blessed | object |
Code:
| public method Com::Vmware::Vcenter::Vm::Hardware::Boot::Info::set_delay | ( | ) |
Sets the given value for 'delay' property.
| delay | - New value for the field. Delay in milliseconds before beginning the firmware boot process when the virtual machine is powered on. This delay may be used to provide a time window for users to connect to the virtual machine console and enter BIOS setup mode. |
Code:
| public method Com::Vmware::Vcenter::Vm::Hardware::Boot::Info::set_efi_legacy_boot | ( | ) |
Sets the given value for 'efi_legacy_boot' property.
| efi_legacy_boot | - New value for the field. Flag indicating whether to use EFI legacy boot mode. |
Code:
| public method Com::Vmware::Vcenter::Vm::Hardware::Boot::Info::set_enter_setup_mode | ( | ) |
Sets the given value for 'enter_setup_mode' property.
| enter_setup_mode | - New value for the field. Flag indicating whether the firmware boot process will automatically enter setup mode the next time the virtual machine boots. Note that this flag will automatically be reset to false once the virtual machine enters setup mode. |
Code:
| public method Com::Vmware::Vcenter::Vm::Hardware::Boot::Info::set_network_protocol | ( | ) |
Sets the given value for 'network_protocol' property.
| network_protocol | - New value for the field. Protocol to use when attempting to boot the virtual machine over the network. |
Code:
| public method Com::Vmware::Vcenter::Vm::Hardware::Boot::Info::set_retry | ( | ) |
Sets the given value for 'retry' property.
| retry | - New value for the field. Flag indicating whether the virtual machine will automatically retry the boot process after a failure. |
Code:
| public method Com::Vmware::Vcenter::Vm::Hardware::Boot::Info::set_retry_delay | ( | ) |
Sets the given value for 'retry_delay' property.
| retry_delay | - New value for the field. Delay in milliseconds before retrying the boot process after a failure; applicable only when :attr:Com::Vmware::Vcenter::Vm::Hardware::Boot::Info.retry is true. |
Code:
| public method Com::Vmware::Vcenter::Vm::Hardware::Boot::Info::set_type | ( | ) |
Sets the given value for 'type' property.
| type | - New value for the field. Firmware type used by the virtual machine. |
Code: