Class: Ansible::Ruby::Modules::Aci_encap_pool

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

Overview

Manage vlan, vxlan, and vsan pools 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 Description for the C(pool).

Returns:

  • (String, nil)

    Description for the C(pool).



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

attribute :description

#poolString?

Returns The name of the pool.

Returns:

  • (String, nil)

    The name of the pool.



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

attribute :pool

#pool_allocation_mode:dynamic, ...

Returns The method used for allocating encaps to resources.,Only vlan and vsan support allocation modes.

Returns:

  • (:dynamic, :static, nil)

    The method used for allocating encaps to resources.,Only vlan and vsan support allocation modes.



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

attribute :pool_allocation_mode

#pool_type:vlan, ...

Returns The encap type of C(pool).

Returns:

  • (:vlan, :vxlan, :vsan)

    The encap type of C(pool).



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

attribute :pool_type

#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_encap_pool.rb', line 28

attribute :state