We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f918f35 commit dfe2eb3Copy full SHA for dfe2eb3
plugins/modules/aci_vmm_enhanced_lag_policy.py
@@ -91,6 +91,7 @@
91
- The modules M(cisco.aci.aci_domain) and M(cisco.aci.aci_vmm_vswitch_policy) can be used for this.
92
seealso:
93
- module: cisco.aci.aci_domain
94
+- module: cisco.aci. aci_vmm_vswitch_policy
95
- name: APIC Management Information Model reference
96
description: More information about the internal APIC classes B(lacp:EnhancedLagPol).
97
link: https://developer.cisco.com/docs/apic-mim-ref/
@@ -264,7 +265,6 @@ def main():
264
265
aci_class="vmmVSwitchPolicyCont",
266
aci_rn="vswitchpolcont",
267
module_object="vswitchpolcont",
- target_filter={"name": "vswitchpolcont"},
268
),
269
subclass_3=dict(
270
aci_class="lacpEnhancedLagPol",
0 commit comments