Class: Ansible::Ruby::Modules::Ios_l3_interface
- Inherits:
-
Base
- Object
- Ansible::Ruby::Models::Base
- Base
- Ansible::Ruby::Modules::Ios_l3_interface
- Defined in:
- lib/ansible/ruby/modules/generated/network/ios/ios_l3_interface.rb
Overview
This module provides declarative management of Layer-3 interfaces on IOS network devices.
Instance Method Summary collapse
-
#aggregate ⇒ Array<Hash>, ...
List of Layer-3 interfaces definitions.
-
#ipv4 ⇒ String?
IPv4 address to be set for the Layer-3 interface mentioned in I(name) option.
-
#ipv6 ⇒ String?
IPv6 address to be set for the Layer-3 interface mentioned in I(name) option.
-
#name ⇒ String?
Name of the Layer-3 interface to be configured eg.
-
#state ⇒ :present, ...
State of the Layer-3 interface 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
#aggregate ⇒ Array<Hash>, ...
24 |
# File 'lib/ansible/ruby/modules/generated/network/ios/ios_l3_interface.rb', line 24 attribute :aggregate |
#ipv4 ⇒ String?
16 |
# File 'lib/ansible/ruby/modules/generated/network/ios/ios_l3_interface.rb', line 16 attribute :ipv4 |
#ipv6 ⇒ String?
20 |
# File 'lib/ansible/ruby/modules/generated/network/ios/ios_l3_interface.rb', line 20 attribute :ipv6 |
#name ⇒ String?
12 |
# File 'lib/ansible/ruby/modules/generated/network/ios/ios_l3_interface.rb', line 12 attribute :name |
#state ⇒ :present, ...
28 |
# File 'lib/ansible/ruby/modules/generated/network/ios/ios_l3_interface.rb', line 28 attribute :state |