Class: Ansible::Ruby::Modules::Ftd_configuration
- Inherits:
-
Base
- Object
- Ansible::Ruby::Models::Base
- Base
- Ansible::Ruby::Modules::Ftd_configuration
- Defined in:
- lib/ansible/ruby/modules/generated/network/ftd/ftd_configuration.rb
Overview
Manages configuration on Cisco FTD devices including creating, updating, removing configuration objects, scheduling and staring jobs, deploying pending changes, etc. All operation are performed over REST API.
Instance Method Summary collapse
-
#data ⇒ Hash?
Key-value pairs that should be sent as body parameters in a REST API call.
-
#filters ⇒ Object?
Key-value dict that represents equality filters.
-
#operation ⇒ String
The name of the operation to execute.
-
#path_params ⇒ Hash?
Key-value pairs that should be sent as path parameters in a REST API call.
-
#query_params ⇒ Object?
Key-value pairs that should be sent as query parameters in a REST API call.
-
#register_as ⇒ String?
Specifies Ansible fact name that is used to register received response from the FTD device.
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
#data ⇒ Hash?
16 |
# File 'lib/ansible/ruby/modules/generated/network/ftd/ftd_configuration.rb', line 16 attribute :data |
#filters ⇒ Object?
31 |
# File 'lib/ansible/ruby/modules/generated/network/ftd/ftd_configuration.rb', line 31 attribute :filters |
#operation ⇒ String
12 |
# File 'lib/ansible/ruby/modules/generated/network/ftd/ftd_configuration.rb', line 12 attribute :operation |
#path_params ⇒ Hash?
23 |
# File 'lib/ansible/ruby/modules/generated/network/ftd/ftd_configuration.rb', line 23 attribute :path_params |
#query_params ⇒ Object?
20 |
# File 'lib/ansible/ruby/modules/generated/network/ftd/ftd_configuration.rb', line 20 attribute :query_params |
#register_as ⇒ String?
27 |
# File 'lib/ansible/ruby/modules/generated/network/ftd/ftd_configuration.rb', line 27 attribute :register_as |