Class: Ansible::Ruby::Modules::Bigip_profile_tcp

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

Overview

Manage TCP profiles on a BIG-IP. Many TCP profiles; each with their own adjustments to the standard C(tcp) profile. Users of this module should be aware that many of the adjustable knobs have no module default. Instead, the default is assigned by the BIG-IP system itself which, in most cases, is acceptable.

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

#idle_timeoutInteger?

Returns Specifies the length of time that a connection is idle (has no traffic) before the connection is eligible for deletion.,When creating a new profile, if this parameter is not specified, the remote device will choose a default value appropriate for the profile, based on its C(parent) profile.,When a number is specified, indicates the number of seconds that the TCP connection can remain idle before the system deletes it.,When C(0), or C(indefinite), specifies that the system does not delete TCP connections regardless of how long they remain idle.

Returns:

  • (Integer, nil)

    Specifies the length of time that a connection is idle (has no traffic) before the connection is eligible for deletion.,When creating a new profile, if this parameter is not specified, the remote device will choose a default value appropriate for the profile, based on its C(parent) profile.,When a number is specified, indicates the number of seconds that the TCP connection can remain idle before the system deletes it.,When C(0), or C(indefinite), specifies that the system does not delete TCP connections regardless of how long they remain idle.



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

attribute :idle_timeout

#nameString

Returns Specifies the name of the profile.

Returns:

  • (String)

    Specifies the name of the profile.



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

attribute :name

#parentString?

Returns Specifies the profile from which this profile inherits settings.,When creating a new profile, if this parameter is not specified, the default is the system-supplied C(tcp) profile.

Returns:

  • (String, nil)

    Specifies the profile from which this profile inherits settings.,When creating a new profile, if this parameter is not specified, the default is the system-supplied C(tcp) profile.



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

attribute :parent

#partitionString?

Returns Device partition to manage resources on.

Returns:

  • (String, nil)

    Device partition to manage resources on.



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

attribute :partition

#state:present, ...

Returns When C(present), ensures that the profile exists.,When C(absent), ensures the profile is removed.

Returns:

  • (:present, :absent, nil)

    When C(present), ensures that the profile exists.,When C(absent), ensures the profile is removed.



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

attribute :state

#time_wait_recycleSymbol?

Returns Specifies that connections in a TIME-WAIT state are reused, if a SYN packet, indicating a request for a new connection, is received.,When C(no), connections in a TIME-WAIT state remain unused for a specified length of time.,When creating a new profile, if this parameter is not specified, the default is provided by the parent profile.

Returns:

  • (Symbol, nil)

    Specifies that connections in a TIME-WAIT state are reused, if a SYN packet, indicating a request for a new connection, is received.,When C(no), connections in a TIME-WAIT state remain unused for a specified length of time.,When creating a new profile, if this parameter is not specified, the default is provided by the parent profile.



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

attribute :time_wait_recycle