Which Python code creates a VRF in an ACI tenant using the Cobra SDK?
A. Vrf(fvTenant(uniMo, 'CustA'), 'CustA_VRF')
B. Ctx(Tenant(uniMo, 'CustA'), 'CustA_VRF')
C. Vrf(Tenant(uniMo, 'CustA'), 'CustA_VRF')
D. Ctx(fvTenant(uniMo, 'CustA'), 'CustA_VRF')
Which Python code creates a VRF in an ACI tenant using the Cobra SDK?
-
answerhappygod
- Site Admin
- Posts: 899604
- Joined: Mon Aug 02, 2021 8:13 am
Which Python code creates a VRF in an ACI tenant using the Cobra SDK?
Join a community of subject matter experts. Register for FREE to view solutions, replies, and use search function. Request answer by replying!