Class: Ansible::Ruby::Modules::Bigip_software_install

Inherits:
Base show all
Defined in:
lib/ansible/ruby/modules/generated/network/f5/bigip_software_install.rb

Overview

Install new images on a BIG-IP.

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

#imageString?

Returns Image to install on the remote device.

Returns:

  • (String, nil)

    Image to install on the remote device.



12
# File 'lib/ansible/ruby/modules/generated/network/f5/bigip_software_install.rb', line 12

attribute :image

#state:activated, ...

Returns When C(installed), ensures that the software is installed on the volume and the volume is set to be booted from. The device is B(not) rebooted into the new software.,When C(activated), performs the same operation as C(installed), but the system is rebooted to the new software.

Returns:

  • (:activated, :installed, nil)

    When C(installed), ensures that the software is installed on the volume and the volume is set to be booted from. The device is B(not) rebooted into the new software.,When C(activated), performs the same operation as C(installed), but the system is rebooted to the new software.



20
# File 'lib/ansible/ruby/modules/generated/network/f5/bigip_software_install.rb', line 20

attribute :state

#volumeString?

Returns The volume to install the software image to.

Returns:

  • (String, nil)

    The volume to install the software image to.



16
# File 'lib/ansible/ruby/modules/generated/network/f5/bigip_software_install.rb', line 16

attribute :volume