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, #initialize, remove_existing_validations, #to_h, validates
Constructor Details
This class inherits a constructor from Ansible::Ruby::Models::Base
Instance Method Details
#active ⇒ Boolean?
40 |
# File 'lib/ansible/ruby/modules/generated/network/junos/junos_static_route.rb', line 40 attribute :active |
#address ⇒ String
12 |
# File 'lib/ansible/ruby/modules/generated/network/junos/junos_static_route.rb', line 12 attribute :address |
#aggregate ⇒ Array<Hash>, ...
32 |
# File 'lib/ansible/ruby/modules/generated/network/junos/junos_static_route.rb', line 32 attribute :aggregate |
#next_hop ⇒ String
16 |
# File 'lib/ansible/ruby/modules/generated/network/junos/junos_static_route.rb', line 16 attribute :next_hop |
#preference ⇒ Integer?
24 |
# File 'lib/ansible/ruby/modules/generated/network/junos/junos_static_route.rb', line 24 attribute :preference |
#qualified_next_hop ⇒ String?
20 |
# File 'lib/ansible/ruby/modules/generated/network/junos/junos_static_route.rb', line 20 attribute :qualified_next_hop |
#qualified_preference ⇒ Integer?
28 |
# File 'lib/ansible/ruby/modules/generated/network/junos/junos_static_route.rb', line 28 attribute :qualified_preference |
#state ⇒ :present, ...
36 |
# File 'lib/ansible/ruby/modules/generated/network/junos/junos_static_route.rb', line 36 attribute :state |