Class: Ansible::Ruby::Modules::Aci_domain_to_encap_pool
- Inherits:
-
Base
- Object
- Ansible::Ruby::Models::Base
- Base
- Ansible::Ruby::Modules::Aci_domain_to_encap_pool
- 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
-
#domain ⇒ String?
Name of the domain being associated with the Encap Pool.
-
#domain_type ⇒ :fc, ...
Determines if the Domain is physical (phys) or virtual (vmm).
-
#pool ⇒ String?
The name of the pool.
-
#pool_allocation_mode ⇒ :dynamic, ...
The method used for allocating encaps to resources.,Only vlan and vsan support allocation modes.
-
#pool_type ⇒ :vlan, ...
The encap type of C(pool).
-
#state ⇒ :absent, ...
Use C(present) or C(absent) for adding or removing.,Use C(query) for listing an object or multiple objects.
-
#vm_provider ⇒ :cloudfoundry, ...
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.
Methods inherited from Base
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
#domain ⇒ String?
12 |
# File 'lib/ansible/ruby/modules/generated/network/aci/aci_domain_to_encap_pool.rb', line 12 attribute :domain |
#domain_type ⇒ :fc, ...
16 |
# File 'lib/ansible/ruby/modules/generated/network/aci/aci_domain_to_encap_pool.rb', line 16 attribute :domain_type |
#pool ⇒ String?
20 |
# File 'lib/ansible/ruby/modules/generated/network/aci/aci_domain_to_encap_pool.rb', line 20 attribute :pool |
#pool_allocation_mode ⇒ :dynamic, ...
24 |
# File 'lib/ansible/ruby/modules/generated/network/aci/aci_domain_to_encap_pool.rb', line 24 attribute :pool_allocation_mode |
#pool_type ⇒ :vlan, ...
28 |
# File 'lib/ansible/ruby/modules/generated/network/aci/aci_domain_to_encap_pool.rb', line 28 attribute :pool_type |
#state ⇒ :absent, ...
32 |
# File 'lib/ansible/ruby/modules/generated/network/aci/aci_domain_to_encap_pool.rb', line 32 attribute :state |
#vm_provider ⇒ :cloudfoundry, ...
36 |
# File 'lib/ansible/ruby/modules/generated/network/aci/aci_domain_to_encap_pool.rb', line 36 attribute :vm_provider |