Class: Ansible::Ruby::Modules::Aci_l3out

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

Overview

Manage Layer 3 Outside (L3Out) 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, #initialize, remove_existing_validations, #to_h, validates

Constructor Details

This class inherits a constructor from Ansible::Ruby::Models::Base

Instance Method Details

#descriptionString?

Returns Description for the L3Out.

Returns:

  • (String, nil)

    Description for the L3Out.



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

attribute :description

#domainString

Returns Name of the external L3 domain being associated with the L3Out.

Returns:

  • (String)

    Name of the external L3 domain being associated with the L3Out.



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

attribute :domain

#dscp:AF11, ...

Returns The target Differentiated Service (DSCP) value.,The APIC defaults to C(unspecified) when unset during creation.

Returns:

  • (:AF11, :AF12, :AF13, :AF21, :AF22, :AF23, :AF31, :AF32, :AF33, :AF41, :AF42, :AF43, :CS0, :CS1, :CS2, :CS3, :CS4, :CS5, :CS6, :CS7, :EF, :VA, :unspecified, nil)

    The target Differentiated Service (DSCP) value.,The APIC defaults to C(unspecified) when unset during creation.



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

attribute :dscp

#l3outObject

Returns Name of L3Out being created.

Returns:

  • (Object)

    Name of L3Out being created.



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

attribute :l3out

#l3protocol:static, ...

Returns Routing protocol for the L3Out.

Returns:

  • (:static, :bgp, :ospf, :pim, nil)

    Routing protocol for the L3Out



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

attribute :l3protocol

#route_control:export, ...

Returns Route Control enforcement direction. The only allowed values are export or import,export.

Returns:

  • (:export, :import, nil)

    Route Control enforcement direction. The only allowed values are export or import,export.



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

attribute :route_control

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



44
# File 'lib/ansible/ruby/modules/generated/network/aci/aci_l3out.rb', line 44

attribute :state

#tenantString

Returns Name of an existing tenant.

Returns:

  • (String)

    Name of an existing tenant.



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

attribute :tenant

#vrfString

Returns Name of the VRF being associated with the L3Out.

Returns:

  • (String)

    Name of the VRF being associated with the L3Out.



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

attribute :vrf