Class: Ansible::Ruby::Modules::Bigip_management_route

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

Overview

Configures route settings for the management interface of a BIG-IP.

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

#descriptionString?

Returns Description of the management route.

Returns:

  • (String, nil)

    Description of the management route.



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

attribute :description

#gatewayString?

Returns Specifies that the system forwards packets to the destination through the gateway with the specified IP address.

Returns:

  • (String, nil)

    Specifies that the system forwards packets to the destination through the gateway with the specified IP address.



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

attribute :gateway

#nameString

Returns Specifies the name of the management route.

Returns:

  • (String)

    Specifies the name of the management route.



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

attribute :name

#networkString?

Returns The subnet and netmask to be used for the route.,To specify that the route is the default route for the system, provide the value C(default).,Only one C(default) entry is allowed.,This parameter cannot be changed after it is set. Therefore, if you do need to change it, it is required that you delete and create a new route.

Returns:

  • (String, nil)

    The subnet and netmask to be used for the route.,To specify that the route is the default route for the system, provide the value C(default).,Only one C(default) entry is allowed.,This parameter cannot be changed after it is set. Therefore, if you do need to change it, it is required that you delete and create a new route.



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

attribute :network

#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_management_route.rb', line 28

attribute :partition

#state:present, ...

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

Returns:

  • (:present, :absent, nil)

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



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

attribute :state