Class: Ansible::Ruby::Modules::Bigip_tunnel

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

Overview

Manages tunnels on a BIG-IP. Tunnels are usually based upon a tunnel profile which defines both default arguments and constraints for the tunnel. Due to this, this module exposes a number of settings that may or may not be related to the type of tunnel you are working with. It is important that you take this into consideration when declaring your tunnel config. If a specific tunnel does not support the parameter you are considering, the documentation of the parameter will usually make mention of this. Otherwise, when configuring that parameter on the device, the device will notify you.

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

#auto_last_hop:default, ...



51
# File 'lib/ansible/ruby/modules/generated/network/f5/bigip_tunnel.rb', line 51

attribute :auto_last_hop

#descriptionObject?



18
# File 'lib/ansible/ruby/modules/generated/network/f5/bigip_tunnel.rb', line 18

attribute :description

#keyInteger?



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

attribute :key

#local_addressString?



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

attribute :local_address

#mode:bidirectional, ...



59
# File 'lib/ansible/ruby/modules/generated/network/f5/bigip_tunnel.rb', line 59

attribute :mode

#mtuInteger?



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

attribute :mtu

#nameString



14
# File 'lib/ansible/ruby/modules/generated/network/f5/bigip_tunnel.rb', line 14

attribute :name

#partitionString?



67
# File 'lib/ansible/ruby/modules/generated/network/f5/bigip_tunnel.rb', line 67

attribute :partition

#profileObject?



21
# File 'lib/ansible/ruby/modules/generated/network/f5/bigip_tunnel.rb', line 21

attribute :profile

#remote_addressObject?



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

attribute :remote_address

#secondary_addressString?



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

attribute :secondary_address

#state:present, ...



71
# File 'lib/ansible/ruby/modules/generated/network/f5/bigip_tunnel.rb', line 71

attribute :state

#tosString?



47
# File 'lib/ansible/ruby/modules/generated/network/f5/bigip_tunnel.rb', line 47

attribute :tos

#traffic_groupString?



55
# File 'lib/ansible/ruby/modules/generated/network/f5/bigip_tunnel.rb', line 55

attribute :traffic_group

#transparentSymbol?



63
# File 'lib/ansible/ruby/modules/generated/network/f5/bigip_tunnel.rb', line 63

attribute :transparent

#use_pmtuSymbol?



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

attribute :use_pmtu