Class: Ansible::Ruby::Modules::Aci_aep_to_domain

Inherits:
Base show all
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

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

#aepString?

Returns The name of the Attachable Access Entity Profile.

Returns:

  • (String, nil)

    The name of the Attachable Access Entity Profile.



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

attribute :aep

#domainString?

Returns Name of the physical or virtual domain being associated with the AEP.

Returns:

  • (String, nil)

    Name of the physical or virtual domain being associated with the AEP.



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

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



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

attribute :domain_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.



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

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.



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

attribute :vm_provider