Class: Ansible::Ruby::Modules::Bigip_qkview

Inherits:
Base show all
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

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

#asm_request_logSymbol?

Returns When C(True), includes the ASM request log data. When C(False), excludes the ASM request log data.

Returns:

  • (Symbol, nil)

    When C(True), includes the ASM request log data. When C(False), excludes the ASM request log data.



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

attribute :asm_request_log

#complete_informationSymbol?

Returns Include complete information in the qkview.

Returns:

  • (Symbol, nil)

    Include complete information in the qkview.



28
# File 'lib/ansible/ruby/modules/generated/network/f5/bigip_qkview.rb', line 28

attribute :complete_information

#destString

Returns Destination on your local filesystem when you want to save the qkview.

Returns:

  • (String)

    Destination on your local filesystem when you want to save the qkview.



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

attribute :dest

#exclude:all, ...

Returns Exclude various file from the qkview.

Returns:

  • (:all, :audit, :secure, :bash_history, nil)

    Exclude various file from the qkview.



36
# File 'lib/ansible/ruby/modules/generated/network/f5/bigip_qkview.rb', line 36

attribute :exclude

#exclude_coreSymbol?

Returns Exclude core files from the qkview.

Returns:

  • (Symbol, nil)

    Exclude core files from the qkview.



32
# File 'lib/ansible/ruby/modules/generated/network/f5/bigip_qkview.rb', line 32

attribute :exclude_core

#filenameString?

Returns Name of the qkview to create on the remote BIG-IP.

Returns:

  • (String, nil)

    Name of the qkview to create on the remote BIG-IP.



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

attribute :filename

#forceBoolean?

Returns If C(no), the file will only be transferred if the destination does not exist.

Returns:

  • (Boolean, nil)

    If C(no), the file will only be transferred if the destination does not exist.



40
# File 'lib/ansible/ruby/modules/generated/network/f5/bigip_qkview.rb', line 40

attribute :force

#max_file_sizeInteger?

Returns Max file size, in bytes, of the qkview to create. By default, no max file size is specified.

Returns:

  • (Integer, nil)

    Max file size, in bytes, of the qkview to create. By default, no max file size is specified.



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

attribute :max_file_size