Class: Ansible::Ruby::Modules::Bigip_software_image

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

Overview

Manages software images on a BIG-IP. These images may include both base images and hotfix images.

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

#forceSymbol?

Returns When C(yes), will upload the file every time and replace the file on the device.,When C(no), the file will only be uploaded if it does not already exist.,Generally should be C(yes) only in cases where you have reason to believe that the image was corrupted during upload.

Returns:

  • (Symbol, nil)

    When C(yes), will upload the file every time and replace the file on the device.,When C(no), the file will only be uploaded if it does not already exist.,Generally should be C(yes) only in cases where you have reason to believe that the image was corrupted during upload.



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

attribute :force

#imageString?

Returns The image to put on the remote device.,This may be an absolute or relative location on the Ansible controller.,Image names, whether they are base ISOs or hotfix ISOs, B(must) be unique.

Returns:

  • (String, nil)

    The image to put on the remote device.,This may be an absolute or relative location on the Ansible controller.,Image names, whether they are base ISOs or hotfix ISOs, B(must) be unique.



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

attribute :image

#state:absent, ...

Returns When C(present), ensures that the image is uploaded.,When C(absent), ensures that the image is removed.

Returns:

  • (:absent, :present, nil)

    When C(present), ensures that the image is uploaded.,When C(absent), ensures that the image is removed.



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

attribute :state