Class: Ansible::Ruby::Modules::Aci_aep_to_domain
- Inherits:
-
Base
- Object
- Ansible::Ruby::Models::Base
- Base
- Ansible::Ruby::Modules::Aci_aep_to_domain
- Defined in:
- lib/ansible/ruby/modules/generated/network/aci/aci_aep_to_domain.rb
Overview
Bind AEPs to Physical or Virtual Domains on Cisco ACI fabrics.
Instance Method Summary collapse
-
#aep ⇒ String?
The name of the Attachable Access Entity Profile.
-
#domain ⇒ String?
Name of the physical or virtual domain being associated with the AEP.
-
#domain_type ⇒ :fc, ...
Determines if the Domain is physical (phys) or virtual (vmm).
-
#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
#aep ⇒ String?
12 |
# File 'lib/ansible/ruby/modules/generated/network/aci/aci_aep_to_domain.rb', line 12 attribute :aep |
#domain ⇒ String?
16 |
# File 'lib/ansible/ruby/modules/generated/network/aci/aci_aep_to_domain.rb', line 16 attribute :domain |
#domain_type ⇒ :fc, ...
20 |
# File 'lib/ansible/ruby/modules/generated/network/aci/aci_aep_to_domain.rb', line 20 attribute :domain_type |
#state ⇒ :absent, ...
24 |
# File 'lib/ansible/ruby/modules/generated/network/aci/aci_aep_to_domain.rb', line 24 attribute :state |
#vm_provider ⇒ :cloudfoundry, ...
28 |
# File 'lib/ansible/ruby/modules/generated/network/aci/aci_aep_to_domain.rb', line 28 attribute :vm_provider |