Class: Ansible::Ruby::Modules::Aci_l3out_route_tag_policy

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

Overview

Manage route tag policies 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

#descriptionString?

Returns The description for the route tag policy.

Returns:

  • (String, nil)

    The description for the route tag policy.



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

attribute :description

#rtpString

Returns The name of the route tag policy.

Returns:

  • (String)

    The name of the route tag policy.



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

attribute :rtp

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



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

attribute :state

#tagInteger?

Returns The value of the route tag.,Accepted values range between C(0) and C(4294967295).,The APIC defaults to C(4294967295) when unset during creation.

Returns:

  • (Integer, nil)

    The value of the route tag.,Accepted values range between C(0) and C(4294967295).,The APIC defaults to C(4294967295) when unset during creation.



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

attribute :tag

#tenantString

Returns The name of the tenant.

Returns:

  • (String)

    The name of the tenant.



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

attribute :tenant