Class: Ansible::Ruby::Modules::Meraki_organization

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

Overview

Allows for creation, management, and visibility into organizations within Meraki.

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

#cloneString?

Returns Organization to clone to a new organization.

Returns:

  • (String, nil)

    Organization to clone to a new organization.



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

attribute :clone

#org_idInteger?

Returns ID of organization.

Returns:

  • (Integer, nil)

    ID of organization.



24
# File 'lib/ansible/ruby/modules/generated/network/meraki/meraki_organization.rb', line 24

attribute :org_id

#org_nameString?

Returns Name of organization.,If C(clone) is specified, C(org_name) is the name of the new organization.

Returns:

  • (String, nil)

    Name of organization.,If C(clone) is specified, C(org_name) is the name of the new organization.



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

attribute :org_name

#state:present, ...

Returns Create or modify an organization.

Returns:

  • (:present, :query, nil)

    Create or modify an organization.



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

attribute :state