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(Tenatnt(uniMo, 'CustA'), 'CustA_VRR)
D.
Ctx(fvTenant(uniMo. 'CustA'), 'CustA_VRF')
The Answer Is:
A
This question includes an explanation.
Explanation:
The Python code Vrf(fvTenant(uniMo, 'CustA'), 'CustA_VRF) creates a VRF in an ACI tenant using the Cobra SDK. The Vrf class is instantiated with a parent fvTenant object and the name of the VRF.