Class: Ansible::Ruby::Modules::Aci_domain

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

Overview

Manage physical, virtual, bridged, routed or FC domain profiles 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 physical, virtual, bridged routed or FC domain profile.

Returns:

  • (String, nil)

    Name of the physical, virtual, bridged routed or FC domain profile.



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

attribute :domain

#domain_type:fc, ...

Returns The type of domain profile.,C(fc): The FC domain profile is a policy pertaining to single FC Management domain,C(l2dom): The external bridged domain profile is a policy for managing L2 bridged infrastructure bridged outside the fabric.,C(l3dom): The external routed domain profile is a policy for managing L3 routed infrastructure outside the fabric.,C(phys): The physical domain profile stores the physical resources and encap resources that should be used for EPGs associated with this domain.,C(vmm): The VMM domain profile is a policy for grouping VM controllers with similar networking policy requirements.

Returns:

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

    The type of domain profile.,C(fc): The FC domain profile is a policy pertaining to single FC Management domain,C(l2dom): The external bridged domain profile is a policy for managing L2 bridged infrastructure bridged outside the fabric.,C(l3dom): The external routed domain profile is a policy for managing L3 routed infrastructure outside the fabric.,C(phys): The physical domain profile stores the physical resources and encap resources that should be used for EPGs associated with this domain.,C(vmm): The VMM domain profile is a policy for grouping VM controllers with similar networking policy requirements.



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

attribute :domain_type

#dscp:AF11, ...

Returns The target Differentiated Service (DSCP) value.,The APIC defaults to C(unspecified) when unset during creation.

Returns:

  • (:AF11, :AF12, :AF13, :AF21, :AF22, :AF23, :AF31, :AF32, :AF33, :AF41, :AF42, :AF43, :CS0, :CS1, :CS2, :CS3, :CS4, :CS5, :CS6, :CS7, :EF, :VA, :unspecified, nil)

    The target Differentiated Service (DSCP) value.,The APIC defaults to C(unspecified) when unset during creation.



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

attribute :dscp

#encap_mode:unknown, ...

Returns The layer 2 encapsulation protocol to use with the virtual switch.

Returns:

  • (:unknown, :vlan, :vxlan, nil)

    The layer 2 encapsulation protocol to use with the virtual switch.



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

attribute :encap_mode

#multicast_addressObject?

Returns The muticast IP address to use for the virtual switch.

Returns:

  • (Object, nil)

    The muticast IP address to use for the virtual switch.



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

attribute :multicast_address

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



31
# File 'lib/ansible/ruby/modules/generated/network/aci/aci_domain.rb', line 31

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.



35
# File 'lib/ansible/ruby/modules/generated/network/aci/aci_domain.rb', line 35

attribute :vm_provider

#vswitch:avs, ...

Returns The virtual switch to use for vmm domains.,The APIC defaults to C(default) when unset during creation.

Returns:

  • (:avs, :default, :dvs, :unknown, nil)

    The virtual switch to use for vmm domains.,The APIC defaults to C(default) when unset during creation.



39
# File 'lib/ansible/ruby/modules/generated/network/aci/aci_domain.rb', line 39

attribute :vswitch