Class: Ansible::Ruby::Modules::Junos_static_route
- Inherits:
-
Base
- Object
- Ansible::Ruby::Models::Base
- Base
- Ansible::Ruby::Modules::Junos_static_route
- Defined in:
- lib/ansible/ruby/modules/generated/network/junos/junos_static_route.rb
Overview
This module provides declarative management of static IP routes on Juniper JUNOS network devices.
Instance Method Summary collapse
-
#active ⇒ Boolean?
Specifies whether or not the configuration is active or deactivated.
-
#address ⇒ String
Network address with prefix of the static route.
-
#aggregate ⇒ Array<Hash>, ...
List of static route definitions.
-
#next_hop ⇒ String
Next hop IP of the static route.
-
#preference ⇒ Integer?
Global admin preference of the static route.
-
#qualified_next_hop ⇒ String?
Qualified next hop IP of the static route.
-
#qualified_preference ⇒ Integer?
Assign preference for qualified next hop.
-
#state ⇒ :present, ...
State of the static route configuration.
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
#active ⇒ Boolean?
Returns Specifies whether or not the configuration is active or deactivated.
40 |
# File 'lib/ansible/ruby/modules/generated/network/junos/junos_static_route.rb', line 40 attribute :active |
#address ⇒ String
Returns Network address with prefix of the static route.
12 |
# File 'lib/ansible/ruby/modules/generated/network/junos/junos_static_route.rb', line 12 attribute :address |
#aggregate ⇒ Array<Hash>, ...
Returns List of static route definitions.
32 |
# File 'lib/ansible/ruby/modules/generated/network/junos/junos_static_route.rb', line 32 attribute :aggregate |
#next_hop ⇒ String
Returns Next hop IP of the static route.
16 |
# File 'lib/ansible/ruby/modules/generated/network/junos/junos_static_route.rb', line 16 attribute :next_hop |
#preference ⇒ Integer?
Returns Global admin preference of the static route.
24 |
# File 'lib/ansible/ruby/modules/generated/network/junos/junos_static_route.rb', line 24 attribute :preference |
#qualified_next_hop ⇒ String?
Returns Qualified next hop IP of the static route. Qualified next hops allow to associate preference with a particular next-hop address.
20 |
# File 'lib/ansible/ruby/modules/generated/network/junos/junos_static_route.rb', line 20 attribute :qualified_next_hop |
#qualified_preference ⇒ Integer?
Returns Assign preference for qualified next hop.
28 |
# File 'lib/ansible/ruby/modules/generated/network/junos/junos_static_route.rb', line 28 attribute :qualified_preference |
#state ⇒ :present, ...
Returns State of the static route configuration.
36 |
# File 'lib/ansible/ruby/modules/generated/network/junos/junos_static_route.rb', line 36 attribute :state |