Class: Ansible::Ruby::Modules::Aci_domain_to_vlan_pool
- Inherits:
-
Base
- Object
- Ansible::Ruby::Models::Base
- Base
- Ansible::Ruby::Modules::Aci_domain_to_vlan_pool
- Defined in:
- lib/ansible/ruby/modules/generated/network/aci/aci_domain_to_vlan_pool.rb
Overview
Bind Domain to VLAN Pools on Cisco ACI fabrics.
Instance Method Summary collapse
-
#domain ⇒ String?
Name of the domain being associated with the VLAN 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, :static
The method used for allocating VLANs to resources.
-
#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?
Returns Name of the domain being associated with the VLAN Pool.
12 |
# File 'lib/ansible/ruby/modules/generated/network/aci/aci_domain_to_vlan_pool.rb', line 12 attribute :domain |
#domain_type ⇒ :fc, ...
Returns Determines if the Domain is physical (phys) or virtual (vmm).
16 |
# File 'lib/ansible/ruby/modules/generated/network/aci/aci_domain_to_vlan_pool.rb', line 16 attribute :domain_type |
#pool ⇒ String?
Returns The name of the pool.
20 |
# File 'lib/ansible/ruby/modules/generated/network/aci/aci_domain_to_vlan_pool.rb', line 20 attribute :pool |
#pool_allocation_mode ⇒ :dynamic, :static
Returns The method used for allocating VLANs to resources.
24 |
# File 'lib/ansible/ruby/modules/generated/network/aci/aci_domain_to_vlan_pool.rb', line 24 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.
28 |
# File 'lib/ansible/ruby/modules/generated/network/aci/aci_domain_to_vlan_pool.rb', line 28 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.
32 |
# File 'lib/ansible/ruby/modules/generated/network/aci/aci_domain_to_vlan_pool.rb', line 32 attribute :vm_provider |