Class: Ansible::Ruby::Modules::Aci_aep

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

Overview

Connect to external virtual and physical domains by using attachable Access Entity Profiles (AEP) 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)

    The name of the Attachable Access Entity Profile.



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

attribute :aep

#descriptionString?

Returns Description for the AEP.

Returns:

  • (String, nil)

    Description for the AEP.



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

attribute :description

#infra_vlan:yes, ...

Returns Enable infrastructure VLAN.,The hypervisor functions of the AEP.,C(no) will disable the infrastructure vlan if it is enabled.

Returns:

  • (:yes, :no, nil)

    Enable infrastructure VLAN.,The hypervisor functions of the AEP.,C(no) will disable the infrastructure vlan if it is enabled.



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

attribute :infra_vlan

#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.rb', line 24

attribute :state