Class: Ansible::Ruby::Modules::Aci_encap_pool_range

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

Overview

Manage vlan, vxlan, and vsan ranges that are assigned to 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

#allocation_mode:dynamic, ...

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

Returns:

  • (:dynamic, :inherit, :static, nil)

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



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

attribute :allocation_mode

#descriptionObject?

Returns Description for the pool range.

Returns:

  • (Object, nil)

    Description for the pool range.



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

attribute :description

#poolString?

Returns The name of the pool that the range should be assigned to.

Returns:

  • (String, nil)

    The name of the pool that the range should be assigned to.



19
# File 'lib/ansible/ruby/modules/generated/network/aci/aci_encap_pool_range.rb', line 19

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.



23
# File 'lib/ansible/ruby/modules/generated/network/aci/aci_encap_pool_range.rb', line 23

attribute :pool_allocation_mode

#pool_type:vlan, ...

Returns The encap type of C(pool).

Returns:

  • (:vlan, :vxlan, :vsan)

    The encap type of C(pool).



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

attribute :pool_type

#range_endInteger?

Returns The end of encap range.

Returns:

  • (Integer, nil)

    The end of encap range.



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

attribute :range_end

#range_nameObject?

Returns The name to give to the encap range.

Returns:

  • (Object, nil)

    The name to give to the encap range.



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

attribute :range_name

#range_startInteger?

Returns The start of the encap range.

Returns:

  • (Integer, nil)

    The start of the encap range.



38
# File 'lib/ansible/ruby/modules/generated/network/aci/aci_encap_pool_range.rb', line 38

attribute :range_start

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



42
# File 'lib/ansible/ruby/modules/generated/network/aci/aci_encap_pool_range.rb', line 42

attribute :state