Class: Ansible::Ruby::Modules::Bigiq_application_https_waf

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

Overview

Manages BIG-IQ applications used for load balancing an HTTPS application on port 443 with a Web Application Firewall (WAF) using an ASM Rapid Deployment policy.

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

#add_analyticsSymbol?

Returns Collects statistics of the BIG-IP that the application is deployed to.,This parameter is only relevant when specifying a C(service_environment) which is a BIG-IP; not an SSG.

Returns:

  • (Symbol, nil)

    Collects statistics of the BIG-IP that the application is deployed to.,This parameter is only relevant when specifying a C(service_environment) which is a BIG-IP; not an SSG.



39
# File 'lib/ansible/ruby/modules/generated/network/f5/bigiq_application_https_waf.rb', line 39

attribute :add_analytics

#client_ssl_profileObject?

Returns Specifies the SSL profile for managing client-side SSL traffic.

Returns:

  • (Object, nil)

    Specifies the SSL profile for managing client-side SSL traffic.



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

attribute :client_ssl_profile

#descriptionString?

Returns Description of the application.

Returns:

  • (String, nil)

    Description of the application.



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

attribute :description

#domain_namesObject?

Returns Specifies host names that are used to access the web application that this security policy protects.,When creating a new application, this parameter is required.

Returns:

  • (Object, nil)

    Specifies host names that are used to access the web application that this security policy protects.,When creating a new application, this parameter is required.



43
# File 'lib/ansible/ruby/modules/generated/network/f5/bigiq_application_https_waf.rb', line 43

attribute :domain_names

#inbound_virtualHash?

Returns Settings to configure the virtual which will receive the inbound connection.,This virtual will be used to host the HTTPS endpoint of the application.,Traffic destined to the C(redirect_virtual) will be offloaded to this parameter to ensure that proper redirection from insecure, to secure, occurs.

Returns:

  • (Hash, nil)

    Settings to configure the virtual which will receive the inbound connection.,This virtual will be used to host the HTTPS endpoint of the application.,Traffic destined to the C(redirect_virtual) will be offloaded to this parameter to ensure that proper redirection from insecure, to secure, occurs.



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

attribute :inbound_virtual

#nameString

Returns Name of the new application.

Returns:

  • (String)

    Name of the new application.



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

attribute :name

#redirect_virtualHash?

Returns Settings to configure the virtual which will receive the connection to be redirected.,This virtual will be used to host the HTTP endpoint of the application.,Traffic destined to this parameter will be offloaded to the C(inbound_virtual) parameter to ensure that proper redirection from insecure, to secure, occurs.

Returns:

  • (Hash, nil)

    Settings to configure the virtual which will receive the connection to be redirected.,This virtual will be used to host the HTTP endpoint of the application.,Traffic destined to this parameter will be offloaded to the C(inbound_virtual) parameter to ensure that proper redirection from insecure, to secure, occurs.



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

attribute :redirect_virtual

#serversArray<Hash>, ...

Returns A list of servers that the application is hosted on.,If you are familiar with other BIG-IP setting, you might also refer to this list as the list of pool members.,When creating a new application, at least one server is required.

Returns:

  • (Array<Hash>, Hash, nil)

    A list of servers that the application is hosted on.,If you are familiar with other BIG-IP setting, you might also refer to this list as the list of pool members.,When creating a new application, at least one server is required.



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

attribute :servers

#service_environmentString?

Returns Specifies the name of service environment that the application will be deployed to.,When creating a new application, this parameter is required.

Returns:

  • (String, nil)

    Specifies the name of service environment that the application will be deployed to.,When creating a new application, this parameter is required.



35
# File 'lib/ansible/ruby/modules/generated/network/f5/bigiq_application_https_waf.rb', line 35

attribute :service_environment

#state:absent, ...

Returns The state of the resource on the system.,When C(present), guarantees that the resource exists with the provided attributes.,When C(absent), removes the resource from the system.

Returns:

  • (:absent, :present, nil)

    The state of the resource on the system.,When C(present), guarantees that the resource exists with the provided attributes.,When C(absent), removes the resource from the system.



46
# File 'lib/ansible/ruby/modules/generated/network/f5/bigiq_application_https_waf.rb', line 46

attribute :state

#waitBoolean?

Returns If the module should wait for the application to be created, deleted or updated.

Returns:

  • (Boolean, nil)

    If the module should wait for the application to be created, deleted or updated.



50
# File 'lib/ansible/ruby/modules/generated/network/f5/bigiq_application_https_waf.rb', line 50

attribute :wait