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, #initialize, remove_existing_validations, #to_h, validates
Constructor Details
This class inherits a constructor from Ansible::Ruby::Models::Base
Instance Method Details
#description ⇒ String?
16 |
# File 'lib/ansible/ruby/modules/generated/network/f5/bigip_management_route.rb', line 16 attribute :description |
#gateway ⇒ String?
20 |
# File 'lib/ansible/ruby/modules/generated/network/f5/bigip_management_route.rb', line 20 attribute :gateway |
#name ⇒ String
12 |
# File 'lib/ansible/ruby/modules/generated/network/f5/bigip_management_route.rb', line 12 attribute :name |
#network ⇒ String?
24 |
# File 'lib/ansible/ruby/modules/generated/network/f5/bigip_management_route.rb', line 24 attribute :network |
#partition ⇒ String?
28 |
# File 'lib/ansible/ruby/modules/generated/network/f5/bigip_management_route.rb', line 28 attribute :partition |
#state ⇒ :present, ...
32 |
# File 'lib/ansible/ruby/modules/generated/network/f5/bigip_management_route.rb', line 32 attribute :state |