Class: Ansible::Ruby::Modules::Aci_vlan_pool_encap_block

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

Overview

Manage VLAN encap blocks that are assigned to VLAN 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.

Returns:

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

    The method used for allocating encaps to resources.



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

attribute :allocation_mode

#block_endInteger?

Returns The end of encap block.

Returns:

  • (Integer, nil)

    The end of encap block.



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

attribute :block_end

#block_nameObject?

Returns The name to give to the encap block.

Returns:

  • (Object, nil)

    The name to give to the encap block.



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

attribute :block_name

#block_startInteger?

Returns The start of the encap block.

Returns:

  • (Integer, nil)

    The start of the encap block.



34
# File 'lib/ansible/ruby/modules/generated/network/aci/aci_vlan_pool_encap_block.rb', line 34

attribute :block_start

#descriptionObject?

Returns Description for the pool encap block.

Returns:

  • (Object, nil)

    Description for the pool encap block.



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

attribute :description

#poolString?

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

Returns:

  • (String, nil)

    The name of the pool that the encap block should be assigned to.



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

attribute :pool

#pool_allocation_mode:dynamic, ...

Returns The method used for allocating encaps to resources.

Returns:

  • (:dynamic, :static, nil)

    The method used for allocating encaps to resources.



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

attribute :pool_allocation_mode

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



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

attribute :state