Class: Ansible::Ruby::Modules::Junos_template
- Inherits:
-
Base
- Object
- Ansible::Ruby::Models::Base
- Base
- Ansible::Ruby::Modules::Junos_template
- Defined in:
- lib/ansible/ruby/modules/generated/core/network/junos/junos_template.rb
Instance Method Summary collapse
-
#action ⇒ :merge, ...
The C(action) argument specifies how the module will apply changes.
-
#backup ⇒ Boolean?
When this argument is configured true, the module will backup the configuration from the node prior to making any changes.
-
#comment ⇒ String?
The C(comment) argument specifies a text string to be used when committing the configuration.
-
#config_format ⇒ :text, ...
The C(format) argument specifies the format of the configuration template specified in C(src).
-
#confirm ⇒ Integer?
The C(confirm) argument will configure a time out value for the commit to be confirmed before it is automatically rolled back.
-
#src ⇒ String
The path to the config source.
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
#action ⇒ :merge, ...
26 |
# File 'lib/ansible/ruby/modules/generated/core/network/junos/junos_template.rb', line 26 attribute :action |
#backup ⇒ Boolean?
14 |
# File 'lib/ansible/ruby/modules/generated/core/network/junos/junos_template.rb', line 14 attribute :backup |
#comment ⇒ String?
22 |
# File 'lib/ansible/ruby/modules/generated/core/network/junos/junos_template.rb', line 22 attribute :comment |
#config_format ⇒ :text, ...
30 |
# File 'lib/ansible/ruby/modules/generated/core/network/junos/junos_template.rb', line 30 attribute :config_format |
#confirm ⇒ Integer?
18 |
# File 'lib/ansible/ruby/modules/generated/core/network/junos/junos_template.rb', line 18 attribute :confirm |
#src ⇒ String
10 |
# File 'lib/ansible/ruby/modules/generated/core/network/junos/junos_template.rb', line 10 attribute :src |