Class: Ansible::Ruby::Modules::Aci_bd_to_l3out

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

Overview

Bind Bridge Domain to L3 Out 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

#bdObject?

Returns The name of the Bridge Domain.

Returns:

  • (Object, nil)

    The name of the Bridge Domain.



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

attribute :bd

#l3outObject?

Returns The name of the l3out to associate with th Bridge Domain.

Returns:

  • (Object, nil)

    The name of the l3out to associate with th Bridge Domain.



15
# File 'lib/ansible/ruby/modules/generated/network/aci/aci_bd_to_l3out.rb', line 15

attribute :l3out

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



21
# File 'lib/ansible/ruby/modules/generated/network/aci/aci_bd_to_l3out.rb', line 21

attribute :state

#tenantObject?

Returns The name of the Tenant.

Returns:

  • (Object, nil)

    The name of the Tenant.



18
# File 'lib/ansible/ruby/modules/generated/network/aci/aci_bd_to_l3out.rb', line 18

attribute :tenant