Class: Ansible::Ruby::Modules::Bigip_qkview
- Inherits:
-
Base
- Object
- Ansible::Ruby::Models::Base
- Base
- Ansible::Ruby::Modules::Bigip_qkview
- Defined in:
- lib/ansible/ruby/modules/generated/network/f5/bigip_qkview.rb
Overview
Manages creating and downloading qkviews from a BIG-IP. Various options can be provided when creating qkviews. The qkview is important when dealing with F5 support. It may be required that you upload this qkview to the supported channels during resolution of an SRs that you may have opened.
Instance Method Summary collapse
-
#asm_request_log ⇒ Symbol?
When C(True), includes the ASM request log data.
-
#complete_information ⇒ Symbol?
Include complete information in the qkview.
-
#dest ⇒ String
Destination on your local filesystem when you want to save the qkview.
-
#exclude ⇒ :all, ...
Exclude various file from the qkview.
-
#exclude_core ⇒ Symbol?
Exclude core files from the qkview.
-
#filename ⇒ String?
Name of the qkview to create on the remote BIG-IP.
-
#force ⇒ Boolean?
If C(no), the file will only be transferred if the destination does not exist.
-
#max_file_size ⇒ Integer?
Max file size, in bytes, of the qkview to create.
Methods inherited from Base
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
#asm_request_log ⇒ Symbol?
20 |
# File 'lib/ansible/ruby/modules/generated/network/f5/bigip_qkview.rb', line 20 attribute :asm_request_log |
#complete_information ⇒ Symbol?
28 |
# File 'lib/ansible/ruby/modules/generated/network/f5/bigip_qkview.rb', line 28 attribute :complete_information |
#dest ⇒ String
16 |
# File 'lib/ansible/ruby/modules/generated/network/f5/bigip_qkview.rb', line 16 attribute :dest |
#exclude ⇒ :all, ...
36 |
# File 'lib/ansible/ruby/modules/generated/network/f5/bigip_qkview.rb', line 36 attribute :exclude |
#exclude_core ⇒ Symbol?
32 |
# File 'lib/ansible/ruby/modules/generated/network/f5/bigip_qkview.rb', line 32 attribute :exclude_core |
#filename ⇒ String?
12 |
# File 'lib/ansible/ruby/modules/generated/network/f5/bigip_qkview.rb', line 12 attribute :filename |
#force ⇒ Boolean?
40 |
# File 'lib/ansible/ruby/modules/generated/network/f5/bigip_qkview.rb', line 40 attribute :force |
#max_file_size ⇒ Integer?
24 |
# File 'lib/ansible/ruby/modules/generated/network/f5/bigip_qkview.rb', line 24 attribute :max_file_size |