Class: Ansible::Ruby::Modules::Aci_interface_policy_l2
- Inherits:
-
Base
- Object
- Ansible::Ruby::Models::Base
- Base
- Ansible::Ruby::Modules::Aci_interface_policy_l2
- Defined in:
- lib/ansible/ruby/modules/generated/network/aci/aci_intf_policy_l2.rb,
lib/ansible/ruby/modules/generated/network/aci/aci_interface_policy_l2.rb
Overview
Manage Layer 2 interface policies on Cisco ACI fabrics.
Instance Method Summary collapse
-
#description ⇒ String?
The description of the Layer 2 interface policy.
-
#l2_policy ⇒ String
The name of the Layer 2 interface policy.
-
#qinq ⇒ :core, ...
Determines if QinQ is disabled or if the port should be considered a core or edge port.,The APIC defaults to C(disabled) when unset during creation.
-
#state ⇒ :absent, ...
Use C(present) or C(absent) for adding or removing.,Use C(query) for listing an object or multiple objects.
-
#vepa ⇒ Symbol?
Determines if Virtual Ethernet Port Aggregator is disabled or enabled.,The APIC defaults to C(no) when unset during creation.
-
#vlan_scope ⇒ :global, ...
The scope of the VLAN.,The APIC defaults to C(global) when unset during creation.
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
#description ⇒ String?
Returns The description of the Layer 2 interface policy.
16 |
# File 'lib/ansible/ruby/modules/generated/network/aci/aci_intf_policy_l2.rb', line 16 attribute :description |
#l2_policy ⇒ String
Returns The name of the Layer 2 interface policy.
12 |
# File 'lib/ansible/ruby/modules/generated/network/aci/aci_intf_policy_l2.rb', line 12 attribute :l2_policy |
#qinq ⇒ :core, ...
Returns Determines if QinQ is disabled or if the port should be considered a core or edge port.,The APIC defaults to C(disabled) when unset during creation.
20 |
# File 'lib/ansible/ruby/modules/generated/network/aci/aci_intf_policy_l2.rb', line 20 attribute :qinq |
#state ⇒ :absent, ...
Returns Use C(present) or C(absent) for adding or removing.,Use C(query) for listing an object or multiple objects.
32 |
# File 'lib/ansible/ruby/modules/generated/network/aci/aci_intf_policy_l2.rb', line 32 attribute :state |
#vepa ⇒ Symbol?
Returns Determines if Virtual Ethernet Port Aggregator is disabled or enabled.,The APIC defaults to C(no) when unset during creation.
24 |
# File 'lib/ansible/ruby/modules/generated/network/aci/aci_intf_policy_l2.rb', line 24 attribute :vepa |
#vlan_scope ⇒ :global, ...
Returns The scope of the VLAN.,The APIC defaults to C(global) when unset during creation.
28 |
# File 'lib/ansible/ruby/modules/generated/network/aci/aci_intf_policy_l2.rb', line 28 attribute :vlan_scope |