Class: Ansible::Ruby::Modules::Eos_template

Inherits:
Base show all
Defined in:
lib/ansible/ruby/modules/generated/core/network/eos/eos_template.rb

Overview

Manages network device configurations over SSH or eAPI. This module allows implementors to work with the device running-config. It provides a way to push a set of commands onto a network device by evaluting the current running-config and only pushing configuration commands that are not already configured. The config source can be a set of commands or a template.

Instance Method Summary collapse

Methods inherited from Base

#ansible_name, #to_h

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

#backupBoolean?



23
# File 'lib/ansible/ruby/modules/generated/core/network/eos/eos_template.rb', line 23

attribute :backup

#configString?



31
# File 'lib/ansible/ruby/modules/generated/core/network/eos/eos_template.rb', line 31

attribute :config

#forceBoolean?



15
# File 'lib/ansible/ruby/modules/generated/core/network/eos/eos_template.rb', line 15

attribute :force

#include_defaultsBoolean?



19
# File 'lib/ansible/ruby/modules/generated/core/network/eos/eos_template.rb', line 19

attribute :include_defaults

#replaceBoolean?



27
# File 'lib/ansible/ruby/modules/generated/core/network/eos/eos_template.rb', line 27

attribute :replace

#srcString



11
# File 'lib/ansible/ruby/modules/generated/core/network/eos/eos_template.rb', line 11

attribute :src