Class: Ansible::Ruby::Modules::Asa_acl
- Inherits:
-
Base
- Object
- Ansible::Ruby::Models::Base
- Base
- Ansible::Ruby::Modules::Asa_acl
- Defined in:
- lib/ansible/ruby/modules/generated/network/asa/asa_acl.rb
Overview
This module allows you to work with access-lists on a Cisco ASA device.
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 ⇒ String?
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 ⇒ :yes, ...
The force argument instructs the module to not consider the current devices running-config.
-
#lines ⇒ Array<String>, String
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.
-
#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, fix_inclusion, #initialize, remove_existing_validations, #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/network/asa/asa_acl.rb', line 20 attribute :after |
#before ⇒ String?
16 |
# File 'lib/ansible/ruby/modules/generated/network/asa/asa_acl.rb', line 16 attribute :before |
#config ⇒ Object?
35 |
# File 'lib/ansible/ruby/modules/generated/network/asa/asa_acl.rb', line 35 attribute :config |
#force ⇒ :yes, ...
31 |
# File 'lib/ansible/ruby/modules/generated/network/asa/asa_acl.rb', line 31 attribute :force |
#lines ⇒ Array<String>, String
12 |
# File 'lib/ansible/ruby/modules/generated/network/asa/asa_acl.rb', line 12 attribute :lines |
#match ⇒ :line, ...
23 |
# File 'lib/ansible/ruby/modules/generated/network/asa/asa_acl.rb', line 23 attribute :match |
#replace ⇒ :line, ...
27 |
# File 'lib/ansible/ruby/modules/generated/network/asa/asa_acl.rb', line 27 attribute :replace |