Class: Ansible::Ruby::Modules::Vmware_guest_boot_manager

Inherits:
Base show all
Defined in:
lib/ansible/ruby/modules/generated/cloud/vmware/vmware_guest_boot_manager.rb

Overview

This module can be used to manage boot options for the given virtual machine.

Instance Method Summary collapse

Methods inherited from Base

#ansible_name, #to_h

Methods inherited from Ansible::Ruby::Models::Base

attr_option, attr_options, attribute, fix_inclusion, #initialize, remove_existing_validations, #to_h, validates

Constructor Details

This class inherits a constructor from Ansible::Ruby::Models::Base

Instance Method Details

#boot_delayInteger?

Returns Delay in milliseconds before starting the boot sequence.

Returns:

  • (Integer, nil)

    Delay in milliseconds before starting the boot sequence.



26
# File 'lib/ansible/ruby/modules/generated/cloud/vmware/vmware_guest_boot_manager.rb', line 26

attribute :boot_delay

#boot_firmware:bios, ...

Returns Choose which firmware should be used to boot the virtual machine.

Returns:

  • (:bios, :efi, nil)

    Choose which firmware should be used to boot the virtual machine.



42
# File 'lib/ansible/ruby/modules/generated/cloud/vmware/vmware_guest_boot_manager.rb', line 42

attribute :boot_firmware

#boot_orderObject?

Returns List of the boot devices.

Returns:

  • (Object, nil)

    List of the boot devices.



19
# File 'lib/ansible/ruby/modules/generated/cloud/vmware/vmware_guest_boot_manager.rb', line 19

attribute :boot_order

#boot_retry_delayInteger?

Returns Specify the time in milliseconds between virtual machine boot failure and subsequent attempt to boot again.,If set, will automatically set C(boot_retry_enabled) to C(True) as this parameter is required.

Returns:

  • (Integer, nil)

    Specify the time in milliseconds between virtual machine boot failure and subsequent attempt to boot again.,If set, will automatically set C(boot_retry_enabled) to C(True) as this parameter is required.



38
# File 'lib/ansible/ruby/modules/generated/cloud/vmware/vmware_guest_boot_manager.rb', line 38

attribute :boot_retry_delay

#boot_retry_enabledSymbol?

Returns If set to C(True), the virtual machine that fails to boot, will try to boot again after C(boot_retry_delay) is expired.,If set to C(False), the virtual machine waits indefinitely for user intervention.

Returns:

  • (Symbol, nil)

    If set to C(True), the virtual machine that fails to boot, will try to boot again after C(boot_retry_delay) is expired.,If set to C(False), the virtual machine waits indefinitely for user intervention.



34
# File 'lib/ansible/ruby/modules/generated/cloud/vmware/vmware_guest_boot_manager.rb', line 34

attribute :boot_retry_enabled

#enter_bios_setupSymbol?

Returns If set to C(True), the virtual machine automatically enters BIOS setup the next time it boots.,The virtual machine resets this flag, so that the machine boots proceeds normally.

Returns:

  • (Symbol, nil)

    If set to C(True), the virtual machine automatically enters BIOS setup the next time it boots.,The virtual machine resets this flag, so that the machine boots proceeds normally.



30
# File 'lib/ansible/ruby/modules/generated/cloud/vmware/vmware_guest_boot_manager.rb', line 30

attribute :enter_bios_setup

#nameString?

Returns Name of the VM to work with.,This is required if C(uuid) parameter is not supplied.

Returns:

  • (String, nil)

    Name of the VM to work with.,This is required if C(uuid) parameter is not supplied.



12
# File 'lib/ansible/ruby/modules/generated/cloud/vmware/vmware_guest_boot_manager.rb', line 12

attribute :name

#name_match:first, ...

Returns If multiple virtual machines matching the name, use the first or last found.

Returns:

  • (:first, :last, nil)

    If multiple virtual machines matching the name, use the first or last found.



22
# File 'lib/ansible/ruby/modules/generated/cloud/vmware/vmware_guest_boot_manager.rb', line 22

attribute :name_match

#uuidObject?

Returns UUID of the instance to manage if known, this is VMware’s BIOS UUID.,This is required if C(name) parameter is not supplied.

Returns:

  • (Object, nil)

    UUID of the instance to manage if known, this is VMware’s BIOS UUID.,This is required if C(name) parameter is not supplied.



16
# File 'lib/ansible/ruby/modules/generated/cloud/vmware/vmware_guest_boot_manager.rb', line 16

attribute :uuid