Class: Ansible::Ruby::Modules::Aci_taboo_contract

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

Overview

Manage taboo contracts on Cisco ACI fabrics.

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

#descriptionObject?

Returns The description for the Taboo Contract.

Returns:

  • (Object, nil)

    The description for the Taboo Contract.



16
# File 'lib/ansible/ruby/modules/generated/network/aci/aci_taboo_contract.rb', line 16

attribute :description

#scope:"application-profile", ...

Returns The scope of a service contract.,The APIC defaults to C(context) when unset during creation.

Returns:

  • (:"application-profile", :context, :global, :tenant, nil)

    The scope of a service contract.,The APIC defaults to C(context) when unset during creation.



23
# File 'lib/ansible/ruby/modules/generated/network/aci/aci_taboo_contract.rb', line 23

attribute :scope

#state:absent, ...

Returns Use C(present) or C(absent) for adding or removing.,Use C(query) for listing an object or multiple objects.

Returns:

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

    Use C(present) or C(absent) for adding or removing.,Use C(query) for listing an object or multiple objects.



27
# File 'lib/ansible/ruby/modules/generated/network/aci/aci_taboo_contract.rb', line 27

attribute :state

#taboo_contractString

Returns The name of the Taboo Contract.

Returns:

  • (String)

    The name of the Taboo Contract.



12
# File 'lib/ansible/ruby/modules/generated/network/aci/aci_taboo_contract.rb', line 12

attribute :taboo_contract

#tenantString

Returns The name of the tenant.

Returns:

  • (String)

    The name of the tenant.



19
# File 'lib/ansible/ruby/modules/generated/network/aci/aci_taboo_contract.rb', line 19

attribute :tenant