Class: Ansible::Ruby::Modules::Bigip_software_install
- Inherits:
-
Base
- Object
- Ansible::Ruby::Models::Base
- Base
- Ansible::Ruby::Modules::Bigip_software_install
- 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
-
#image ⇒ String?
Image to install on the remote device.
-
#state ⇒ :activated, ...
When C(installed), ensures that the software is installed on the volume and the volume is set to be booted from.
-
#volume ⇒ String?
The volume to install the software image to.
Methods inherited from Base
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
#image ⇒ String?
12 |
# File 'lib/ansible/ruby/modules/generated/network/f5/bigip_software_install.rb', line 12 attribute :image |
#state ⇒ :activated, ...
20 |
# File 'lib/ansible/ruby/modules/generated/network/f5/bigip_software_install.rb', line 20 attribute :state |
#volume ⇒ String?
16 |
# File 'lib/ansible/ruby/modules/generated/network/f5/bigip_software_install.rb', line 16 attribute :volume |