Page 1 of 1

Which Python code creates a VRF in an ACI tenant using the Cobra SDK?

Posted: Fri Jul 22, 2022 5:28 pm
by answerhappygod
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')