Class: Ansible::Ruby::Modules::Aci_epg_to_contract

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

Overview

Bind EPGs to 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

#apString?

Returns Name of an existing application network profile, that will contain the EPGs.

Returns:

  • (String, nil)

    Name of an existing application network profile, that will contain the EPGs.



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

attribute :ap

#contractString?

Returns The name of the contract.

Returns:

  • (String, nil)

    The name of the contract.



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

attribute :contract

#contract_type:consumer, :provider

Returns Determines if the EPG should Provide or Consume the Contract.

Returns:

  • (:consumer, :provider)

    Determines if the EPG should Provide or Consume the Contract.



20
# File 'lib/ansible/ruby/modules/generated/network/aci/aci_epg_to_contract.rb', line 20

attribute :contract_type

#epgString?

Returns The name of the end point group.

Returns:

  • (String, nil)

    The name of the end point group.



24
# File 'lib/ansible/ruby/modules/generated/network/aci/aci_epg_to_contract.rb', line 24

attribute :epg

#priority:level1, ...

Returns QoS class.,The APIC defaults to C(unspecified) when unset during creation.

Returns:

  • (:level1, :level2, :level3, :unspecified, nil)

    QoS class.,The APIC defaults to C(unspecified) when unset during creation.



28
# File 'lib/ansible/ruby/modules/generated/network/aci/aci_epg_to_contract.rb', line 28

attribute :priority

#provider_match:all, ...

Returns The matching algorithm for Provided Contracts.,The APIC defaults to C(at_least_one) when unset during creation.

Returns:

  • (:all, :at_least_one, :at_most_one, :none, nil)

    The matching algorithm for Provided Contracts.,The APIC defaults to C(at_least_one) when unset during creation.



32
# File 'lib/ansible/ruby/modules/generated/network/aci/aci_epg_to_contract.rb', line 32

attribute :provider_match

#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.



36
# File 'lib/ansible/ruby/modules/generated/network/aci/aci_epg_to_contract.rb', line 36

attribute :state

#tenantString?

Returns Name of an existing tenant.

Returns:

  • (String, nil)

    Name of an existing tenant.



40
# File 'lib/ansible/ruby/modules/generated/network/aci/aci_epg_to_contract.rb', line 40

attribute :tenant