Class: Ansible::Ruby::Modules::Aos_blueprint_param

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

Overview

Apstra AOS Blueprint Parameter module let you manage your Blueprint Parameter easily. You can create access, define and delete Blueprint Parameter. The list of Parameters supported is different per Blueprint. The option I(get_param_list) can help you to access the list of supported Parameters for your blueprint. This module is idempotent and support the I(check) mode. It’s using the AOS REST API.

Instance Method Summary collapse

Methods inherited from Base

#ansible_name, #to_h

Methods inherited from Ansible::Ruby::Models::Base

attr_option, attr_options, attribute, fix_inclusion, #initialize, remove_existing_validations, #to_h, validates

Constructor Details

This class inherits a constructor from Ansible::Ruby::Models::Base

Instance Method Details

#blueprintString



16
# File 'lib/ansible/ruby/modules/generated/network/aos/aos_blueprint_param.rb', line 16

attribute :blueprint

#get_param_listBoolean?



28
# File 'lib/ansible/ruby/modules/generated/network/aos/aos_blueprint_param.rb', line 28

attribute :get_param_list

#nameString?



20
# File 'lib/ansible/ruby/modules/generated/network/aos/aos_blueprint_param.rb', line 20

attribute :name

#param_mapHash?



36
# File 'lib/ansible/ruby/modules/generated/network/aos/aos_blueprint_param.rb', line 36

attribute :param_map

#sessionString



12
# File 'lib/ansible/ruby/modules/generated/network/aos/aos_blueprint_param.rb', line 12

attribute :session

#state:present, ...



32
# File 'lib/ansible/ruby/modules/generated/network/aos/aos_blueprint_param.rb', line 32

attribute :state

#valueHash?



24
# File 'lib/ansible/ruby/modules/generated/network/aos/aos_blueprint_param.rb', line 24

attribute :value