Class: Ansible::Ruby::Modules::Edgeos_config

Inherits:
Base show all
Defined in:
lib/ansible/ruby/modules/generated/network/edgeos/edgeos_config.rb

Overview

This module provides configuration file management of EdgeOS devices. It provides arguments for managing both the configuration file and state of the active configuration. All configuration statements are based on ‘set` and `delete` commands in the device configuration. This is a network module and requires the C(connection: network_cli) in order to work properly. For more information please see the L(Network Guide,../network/getting_started/index.html).

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

#backup:yes, ...



26
# File 'lib/ansible/ruby/modules/generated/network/edgeos/edgeos_config.rb', line 26

attribute :backup

#commentString?



30
# File 'lib/ansible/ruby/modules/generated/network/edgeos/edgeos_config.rb', line 30

attribute :comment

#configObject?



34
# File 'lib/ansible/ruby/modules/generated/network/edgeos/edgeos_config.rb', line 34

attribute :config

#linesArray<String>, ...



14
# File 'lib/ansible/ruby/modules/generated/network/edgeos/edgeos_config.rb', line 14

attribute :lines

#match:line, ...



22
# File 'lib/ansible/ruby/modules/generated/network/edgeos/edgeos_config.rb', line 22

attribute :match

#save:yes, ...



37
# File 'lib/ansible/ruby/modules/generated/network/edgeos/edgeos_config.rb', line 37

attribute :save

#srcString?



18
# File 'lib/ansible/ruby/modules/generated/network/edgeos/edgeos_config.rb', line 18

attribute :src