Class: Ansible::Ruby::Modules::Aci_domain_to_encap_pool

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

Overview

Bind Domain to Encap 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

#domainString?

Returns Name of the domain being associated with the Encap Pool.

Returns:

  • (String, nil)

    Name of the domain being associated with the Encap Pool.



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

attribute :domain

#domain_type:fc, ...

Returns Determines if the Domain is physical (phys) or virtual (vmm).

Returns:

  • (:fc, :l2dom, :l3dom, :phys, :vmm, nil)

    Determines if the Domain is physical (phys) or virtual (vmm).



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

attribute :domain_type

#poolString?

Returns The name of the pool.

Returns:

  • (String, nil)

    The name of the pool.



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

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.



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

attribute :pool_allocation_mode

#pool_type:vlan, ...

Returns The encap type of C(pool).

Returns:

  • (:vlan, :vsan, :vxlan)

    The encap type of C(pool).



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

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.



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

attribute :state

#vm_provider:cloudfoundry, ...

Returns The VM platform for VMM Domains.,Support for Kubernetes was added in ACI v3.0.,Support for CloudFoundry, OpenShift and Red Hat was added in ACI v3.1.

Returns:

  • (:cloudfoundry, :kubernetes, :microsoft, :openshift, :openstack, :redhat, :vmware, nil)

    The VM platform for VMM Domains.,Support for Kubernetes was added in ACI v3.0.,Support for CloudFoundry, OpenShift and Red Hat was added in ACI v3.1.



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

attribute :vm_provider