Class: Ansible::Ruby::Modules::Aci_bd

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

Overview

Manages Bridge Domains (BD) 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

#arp_floodingSymbol?

Returns Determines if the Bridge Domain should flood ARP traffic.,The APIC defaults to C(no) when unset during creation.

Returns:

  • (Symbol, nil)

    Determines if the Bridge Domain should flood ARP traffic.,The APIC defaults to C(no) when unset during creation.



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

attribute :arp_flooding

#bdString?

Returns The name of the Bridge Domain.

Returns:

  • (String, nil)

    The name of the Bridge Domain.



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

attribute :bd

#bd_type:ethernet, ...

Returns The type of traffic on the Bridge Domain.,The APIC defaults to C(ethernet) when unset during creation.

Returns:

  • (:ethernet, :fc, nil)

    The type of traffic on the Bridge Domain.,The APIC defaults to C(ethernet) when unset during creation.



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

attribute :bd_type

#descriptionObject?

Returns Description for the Bridge Domain.

Returns:

  • (Object, nil)

    Description for the Bridge Domain.



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

attribute :description

#enable_multicastSymbol?

Returns Determines if PIM is enabled.,The APIC defaults to C(no) when unset during creation.

Returns:

  • (Symbol, nil)

    Determines if PIM is enabled.,The APIC defaults to C(no) when unset during creation.



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

attribute :enable_multicast

#enable_routingSymbol?

Returns Determines if IP forwarding should be allowed.,The APIC defaults to C(yes) when unset during creation.

Returns:

  • (Symbol, nil)

    Determines if IP forwarding should be allowed.,The APIC defaults to C(yes) when unset during creation.



31
# File 'lib/ansible/ruby/modules/generated/network/aci/aci_bd.rb', line 31

attribute :enable_routing

#endpoint_clearSymbol?

Returns Clears all End Points in all Leaves when C(yes).,The value is not reset to disabled once End Points have been cleared; that requires a second task.,The APIC defaults to C(no) when unset during creation.

Returns:

  • (Symbol, nil)

    Clears all End Points in all Leaves when C(yes).,The value is not reset to disabled once End Points have been cleared; that requires a second task.,The APIC defaults to C(no) when unset during creation.



35
# File 'lib/ansible/ruby/modules/generated/network/aci/aci_bd.rb', line 35

attribute :endpoint_clear

#endpoint_move_detect:default, ...

Returns Determines if GARP should be enabled to detect when End Points move.,The APIC defaults to C(garp) when unset during creation.

Returns:

  • (:default, :garp, nil)

    Determines if GARP should be enabled to detect when End Points move.,The APIC defaults to C(garp) when unset during creation.



39
# File 'lib/ansible/ruby/modules/generated/network/aci/aci_bd.rb', line 39

attribute :endpoint_move_detect

#endpoint_retention_action:inherit, ...

Returns Determines if the Bridge Domain should inherit or resolve the End Point Retention Policy.,The APIC defaults to C(resolve) when unset during creation.

Returns:

  • (:inherit, :resolve, nil)

    Determines if the Bridge Domain should inherit or resolve the End Point Retention Policy.,The APIC defaults to C(resolve) when unset during creation.



43
# File 'lib/ansible/ruby/modules/generated/network/aci/aci_bd.rb', line 43

attribute :endpoint_retention_action

#endpoint_retention_policyObject?

Returns The name of the End Point Retention Policy the Bridge Domain should use when overriding the default End Point Retention Policy.

Returns:

  • (Object, nil)

    The name of the End Point Retention Policy the Bridge Domain should use when overriding the default End Point Retention Policy.



47
# File 'lib/ansible/ruby/modules/generated/network/aci/aci_bd.rb', line 47

attribute :endpoint_retention_policy

#igmp_snoop_policyObject?

Returns The name of the IGMP Snooping Policy the Bridge Domain should use when overriding the default IGMP Snooping Policy.

Returns:

  • (Object, nil)

    The name of the IGMP Snooping Policy the Bridge Domain should use when overriding the default IGMP Snooping Policy.



50
# File 'lib/ansible/ruby/modules/generated/network/aci/aci_bd.rb', line 50

attribute :igmp_snoop_policy

#ip_learningSymbol?

Returns Determines if the Bridge Domain should learn End Point IPs.,The APIC defaults to C(yes) when unset during creation.

Returns:

  • (Symbol, nil)

    Determines if the Bridge Domain should learn End Point IPs.,The APIC defaults to C(yes) when unset during creation.



53
# File 'lib/ansible/ruby/modules/generated/network/aci/aci_bd.rb', line 53

attribute :ip_learning

#ipv6_nd_policyObject?

Returns The name of the IPv6 Neighbor Discovery Policy the Bridge Domain should use when overridding the default IPV6 ND Policy.

Returns:

  • (Object, nil)

    The name of the IPv6 Neighbor Discovery Policy the Bridge Domain should use when overridding the default IPV6 ND Policy.



57
# File 'lib/ansible/ruby/modules/generated/network/aci/aci_bd.rb', line 57

attribute :ipv6_nd_policy

#l2_unknown_unicast:proxy, ...

Returns Determines what forwarding method to use for unknown l2 destinations.,The APIC defaults to C(proxy) when unset during creation.

Returns:

  • (:proxy, :flood, nil)

    Determines what forwarding method to use for unknown l2 destinations.,The APIC defaults to C(proxy) when unset during creation.



60
# File 'lib/ansible/ruby/modules/generated/network/aci/aci_bd.rb', line 60

attribute :l2_unknown_unicast

#l3_unknown_multicast:flood, ...

Returns Determines the forwarding method to use for unknown multicast destinations.,The APIC defaults to C(flood) when unset during creation.

Returns:

  • (:flood, :"opt-flood", nil)

    Determines the forwarding method to use for unknown multicast destinations.,The APIC defaults to C(flood) when unset during creation.



64
# File 'lib/ansible/ruby/modules/generated/network/aci/aci_bd.rb', line 64

attribute :l3_unknown_multicast

#limit_ip_learnSymbol?

Returns Determines if the BD should limit IP learning to only subnets owned by the Bridge Domain.,The APIC defaults to C(yes) when unset during creation.

Returns:

  • (Symbol, nil)

    Determines if the BD should limit IP learning to only subnets owned by the Bridge Domain.,The APIC defaults to C(yes) when unset during creation.



68
# File 'lib/ansible/ruby/modules/generated/network/aci/aci_bd.rb', line 68

attribute :limit_ip_learn

#mac_addressString?

Returns The MAC Address to assign to the C(bd) instead of using the default.,The APIC defaults to C(00:22:BD:F8:19:FF) when unset during creation.

Returns:

  • (String, nil)

    The MAC Address to assign to the C(bd) instead of using the default.,The APIC defaults to C(00:22:BD:F8:19:FF) when unset during creation.



72
# File 'lib/ansible/ruby/modules/generated/network/aci/aci_bd.rb', line 72

attribute :mac_address

#multi_dest:"bd-flood", ...

Returns Determines the forwarding method for L2 multicast, broadcast, and link layer traffic.,The APIC defaults to C(bd-flood) when unset during creation.

Returns:

  • (:"bd-flood", :drop, :"encap-flood", nil)

    Determines the forwarding method for L2 multicast, broadcast, and link layer traffic.,The APIC defaults to C(bd-flood) when unset during creation.



76
# File 'lib/ansible/ruby/modules/generated/network/aci/aci_bd.rb', line 76

attribute :multi_dest

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



80
# File 'lib/ansible/ruby/modules/generated/network/aci/aci_bd.rb', line 80

attribute :state

#tenantString?

Returns The name of the Tenant.

Returns:

  • (String, nil)

    The name of the Tenant.



84
# File 'lib/ansible/ruby/modules/generated/network/aci/aci_bd.rb', line 84

attribute :tenant

#vrfString?

Returns The name of the VRF.

Returns:

  • (String, nil)

    The name of the VRF.



88
# File 'lib/ansible/ruby/modules/generated/network/aci/aci_bd.rb', line 88

attribute :vrf