Class: Ansible::Ruby::Modules::Avi_tenant

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

Overview

This module is used to configure Tenant object more examples at U(github.com/avinetworks/devops)

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

#avi_api_patch_op:add, ...

Returns Patch operation to use when using avi_api_update_method as patch.

Returns:

  • (:add, :replace, :delete, nil)

    Patch operation to use when using avi_api_update_method as patch.



21
# File 'lib/ansible/ruby/modules/generated/network/avi/avi_tenant.rb', line 21

attribute :avi_api_patch_op

#avi_api_update_method:put, ...

Returns Default method for object update is HTTP PUT.,Setting to patch will override that behavior to use HTTP PATCH.

Returns:

  • (:put, :patch, nil)

    Default method for object update is HTTP PUT.,Setting to patch will override that behavior to use HTTP PATCH.



17
# File 'lib/ansible/ruby/modules/generated/network/avi/avi_tenant.rb', line 17

attribute :avi_api_update_method

#config_settingsHash?

Returns Tenantconfiguration settings for tenant.

Returns:

  • (Hash, nil)

    Tenantconfiguration settings for tenant.



25
# File 'lib/ansible/ruby/modules/generated/network/avi/avi_tenant.rb', line 25

attribute :config_settings

#created_byObject?

Returns Creator of this tenant.

Returns:

  • (Object, nil)

    Creator of this tenant.



29
# File 'lib/ansible/ruby/modules/generated/network/avi/avi_tenant.rb', line 29

attribute :created_by

#descriptionArray<String>, ...

Returns User defined description for the object.

Returns:

  • (Array<String>, String, nil)

    User defined description for the object.



32
# File 'lib/ansible/ruby/modules/generated/network/avi/avi_tenant.rb', line 32

attribute :description

#localSymbol?

Returns Boolean flag to set local.,Default value when not specified in API or module is interpreted by Avi Controller as True.

Returns:

  • (Symbol, nil)

    Boolean flag to set local.,Default value when not specified in API or module is interpreted by Avi Controller as True.



36
# File 'lib/ansible/ruby/modules/generated/network/avi/avi_tenant.rb', line 36

attribute :local

#nameString

Returns Name of the object.

Returns:

  • (String)

    Name of the object.



40
# File 'lib/ansible/ruby/modules/generated/network/avi/avi_tenant.rb', line 40

attribute :name

#state:absent, ...

Returns The state that should be applied on the entity.

Returns:

  • (:absent, :present, nil)

    The state that should be applied on the entity.



13
# File 'lib/ansible/ruby/modules/generated/network/avi/avi_tenant.rb', line 13

attribute :state

#urlObject?

Returns Avi controller URL of the object.

Returns:

  • (Object, nil)

    Avi controller URL of the object.



44
# File 'lib/ansible/ruby/modules/generated/network/avi/avi_tenant.rb', line 44

attribute :url

#uuidObject?

Returns Unique object identifier of the object.

Returns:

  • (Object, nil)

    Unique object identifier of the object.



47
# File 'lib/ansible/ruby/modules/generated/network/avi/avi_tenant.rb', line 47

attribute :uuid