Class: Ansible::Ruby::Modules::Bigip_config

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

Overview

Manages a BIG-IP configuration by allowing TMSH commands that modify running configuration, or merge SCF formatted files into the running configuration. Additionally, this module is of significant importance because it allows you to save your running configuration to disk. Since the F5 module only manipulate running configuration, it is important that you utilize this module to save that running config.

Instance Method Summary collapse

Methods inherited from Base

#ansible_name, #to_h

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

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

Constructor Details

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

Instance Method Details

#merge_contentString?



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

attribute :merge_content

#resetSymbol?



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

attribute :reset

#saveBoolean?



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

attribute :save

#verifySymbol?



24
# File 'lib/ansible/ruby/modules/generated/network/f5/bigip_config.rb', line 24

attribute :verify