Class: Ansible::Ruby::Modules::Ops_config
- Inherits:
-
Base
- Object
- Ansible::Ruby::Models::Base
- Base
- Ansible::Ruby::Modules::Ops_config
- Defined in:
- lib/ansible/ruby/modules/generated/core/network/openswitch/ops_config.rb
Instance Method Summary collapse
-
#after ⇒ Object?
The ordered set of commands to append to the end of the command stack if a changed needs to be made.
-
#before ⇒ Object?
The ordered set of commands to push on to the command stack if a change needs to be made.
-
#config ⇒ Object?
The module, by default, will connect to the remote device and retrieve the current running-config to use as a base for comparing against the contents of source.
-
#force ⇒ Boolean?
The force argument instructs the module to not consider the current devices running-config.
-
#lines ⇒ Object
The ordered set of commands that should be configured in the section.
-
#match ⇒ :line, ...
Instructs the module on the way to perform the matching of the set of commands against the current device config.
-
#parents ⇒ Object?
The ordered set of parents that uniquely identify the section the commands should be checked against.
-
#replace ⇒ :line, ...
Instructs the module on the way to perform the configuration on the device.
Methods inherited from Base
Methods inherited from Ansible::Ruby::Models::Base
attr_option, attr_options, attribute, #initialize, #to_h, validates
Constructor Details
This class inherits a constructor from Ansible::Ruby::Models::Base
Instance Method Details
#after ⇒ Object?
20 |
# File 'lib/ansible/ruby/modules/generated/core/network/openswitch/ops_config.rb', line 20 attribute :after |
#before ⇒ Object?
17 |
# File 'lib/ansible/ruby/modules/generated/core/network/openswitch/ops_config.rb', line 17 attribute :before |
#config ⇒ Object?
35 |
# File 'lib/ansible/ruby/modules/generated/core/network/openswitch/ops_config.rb', line 35 attribute :config |
#force ⇒ Boolean?
31 |
# File 'lib/ansible/ruby/modules/generated/core/network/openswitch/ops_config.rb', line 31 attribute :force |
#lines ⇒ Object
10 |
# File 'lib/ansible/ruby/modules/generated/core/network/openswitch/ops_config.rb', line 10 attribute :lines |
#match ⇒ :line, ...
23 |
# File 'lib/ansible/ruby/modules/generated/core/network/openswitch/ops_config.rb', line 23 attribute :match |
#parents ⇒ Object?
14 |
# File 'lib/ansible/ruby/modules/generated/core/network/openswitch/ops_config.rb', line 14 attribute :parents |
#replace ⇒ :line, ...
27 |
# File 'lib/ansible/ruby/modules/generated/core/network/openswitch/ops_config.rb', line 27 attribute :replace |