Class: Ansible::Ruby::Modules::Dellos6_config

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

Overview

OS6 configurations use a simple block indent file syntax for segmenting configuration into sections. This module provides an implementation for working with OS6 configuration sections in a deterministic way.

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

#afterObject?



27
# File 'lib/ansible/ruby/modules/generated/network/dellos6/dellos6_config.rb', line 27

attribute :after

#backup:yes, ...



49
# File 'lib/ansible/ruby/modules/generated/network/dellos6/dellos6_config.rb', line 49

attribute :backup

#beforeArray<String>, ...



23
# File 'lib/ansible/ruby/modules/generated/network/dellos6/dellos6_config.rb', line 23

attribute :before

#configObject?



46
# File 'lib/ansible/ruby/modules/generated/network/dellos6/dellos6_config.rb', line 46

attribute :config

#linesArray<String>, ...



12
# File 'lib/ansible/ruby/modules/generated/network/dellos6/dellos6_config.rb', line 12

attribute :lines

#match:line, ...



30
# File 'lib/ansible/ruby/modules/generated/network/dellos6/dellos6_config.rb', line 30

attribute :match

#parentsArray<String>, ...



16
# File 'lib/ansible/ruby/modules/generated/network/dellos6/dellos6_config.rb', line 16

attribute :parents

#replace:line, ...



34
# File 'lib/ansible/ruby/modules/generated/network/dellos6/dellos6_config.rb', line 34

attribute :replace

#save:yes, ...



42
# File 'lib/ansible/ruby/modules/generated/network/dellos6/dellos6_config.rb', line 42

attribute :save

#srcObject?



20
# File 'lib/ansible/ruby/modules/generated/network/dellos6/dellos6_config.rb', line 20

attribute :src

#update:merge, ...



38
# File 'lib/ansible/ruby/modules/generated/network/dellos6/dellos6_config.rb', line 38

attribute :update