Class: Ansible::Ruby::Modules::Meraki_config_template

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

Overview

Allows for querying, deleting, binding, and unbinding of configuration templates.

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

#auto_bindSymbol?

Returns Optional boolean indicating whether the network’s switches should automatically bind to profiles of the same model.,This option only affects switch networks and switch templates.,Auto-bind is not valid unless the switch template has at least one profile and has at most one profile per switch model.

Returns:

  • (Symbol, nil)

    Optional boolean indicating whether the network’s switches should automatically bind to profiles of the same model.,This option only affects switch networks and switch templates.,Auto-bind is not valid unless the switch template has at least one profile and has at most one profile per switch model.



34
# File 'lib/ansible/ruby/modules/generated/network/meraki/meraki_config_template.rb', line 34

attribute :auto_bind

#config_templateString?

Returns Name of the configuration template within an organization to manipulate.

Returns:

  • (String, nil)

    Name of the configuration template within an organization to manipulate.



23
# File 'lib/ansible/ruby/modules/generated/network/meraki/meraki_config_template.rb', line 23

attribute :config_template

#net_idObject?

Returns ID of the network to bind or unbind configuration template to.

Returns:

  • (Object, nil)

    ID of the network to bind or unbind configuration template to.



31
# File 'lib/ansible/ruby/modules/generated/network/meraki/meraki_config_template.rb', line 31

attribute :net_id

#net_nameString?

Returns Name of the network to bind or unbind configuration template to.

Returns:

  • (String, nil)

    Name of the network to bind or unbind configuration template to.



27
# File 'lib/ansible/ruby/modules/generated/network/meraki/meraki_config_template.rb', line 27

attribute :net_name

#org_idObject?

Returns ID of organization associated to a configuration template.

Returns:

  • (Object, nil)

    ID of organization associated to a configuration template.



20
# File 'lib/ansible/ruby/modules/generated/network/meraki/meraki_config_template.rb', line 20

attribute :org_id

#org_nameString?

Returns Name of organization containing the configuration template.

Returns:

  • (String, nil)

    Name of organization containing the configuration template.



16
# File 'lib/ansible/ruby/modules/generated/network/meraki/meraki_config_template.rb', line 16

attribute :org_name

#state:absent, ...

Returns Specifies whether configuration template information should be queried, modified, or deleted.

Returns:

  • (:absent, :query, :present, nil)

    Specifies whether configuration template information should be queried, modified, or deleted.



12
# File 'lib/ansible/ruby/modules/generated/network/meraki/meraki_config_template.rb', line 12

attribute :state