Class: Ansible::Ruby::Modules::Bigip_management_route
- Inherits:
-
Base
- Object
- Ansible::Ruby::Models::Base
- Base
- Ansible::Ruby::Modules::Bigip_management_route
- 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
-
#description ⇒ String?
Description of the management route.
-
#gateway ⇒ String?
Specifies that the system forwards packets to the destination through the gateway with the specified IP address.
-
#name ⇒ String
Specifies the name of the management route.
-
#network ⇒ String?
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.
-
#partition ⇒ String?
Device partition to manage resources on.
-
#state ⇒ :present, ...
When C(present), ensures that the resource exists.,When C(absent), ensures the resource is removed.
Methods inherited from Base
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
#description ⇒ String?
Returns Description of the management route.
16 |
# File 'lib/ansible/ruby/modules/generated/network/f5/bigip_management_route.rb', line 16 attribute :description |
#gateway ⇒ String?
Returns 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 |
#name ⇒ String
Returns Specifies the name of the management route.
12 |
# File 'lib/ansible/ruby/modules/generated/network/f5/bigip_management_route.rb', line 12 attribute :name |
#network ⇒ String?
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.
24 |
# File 'lib/ansible/ruby/modules/generated/network/f5/bigip_management_route.rb', line 24 attribute :network |
#partition ⇒ String?
Returns 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.
32 |
# File 'lib/ansible/ruby/modules/generated/network/f5/bigip_management_route.rb', line 32 attribute :state |