Class: Ansible::Ruby::Modules::Bigip_software_update

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

Overview

Manage the software update settings of 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

#auto_checkSymbol?

Returns Specifies whether to automatically check for updates on the F5 Networks downloads server.

Returns:

  • (Symbol, nil)

    Specifies whether to automatically check for updates on the F5 Networks downloads server.



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

attribute :auto_check

#auto_phone_homeSymbol?

Returns Specifies whether to automatically send phone home data to the F5 Networks PhoneHome server.

Returns:

  • (Symbol, nil)

    Specifies whether to automatically send phone home data to the F5 Networks PhoneHome server.



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

attribute :auto_phone_home

#frequency:daily, ...

Returns Specifies the schedule for the automatic update check.

Returns:

  • (:daily, :monthly, :weekly, nil)

    Specifies the schedule for the automatic update check.



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

attribute :frequency