ExamQuestions.com

Register
Login
Automating Cisco Data Center Solutions (DCAUTO) Exam Questions

Cisco

Automating Cisco Data Center Solutions (DCAUTO)

24 / 32

Question 24:

Refer to the exhibit. 
image
The code should create a new tenant named Cisco via the Cobra SDK, which shows up after the execution of this script in the APIC dashboard. Which code must he inserted into the red box to create this tenant? 

Answer options:

A. fvTenant = NewTenant(name=`Cisco`)
B. tenant = Tenant(topMo. name=`Cisco`)
C. fvTenant = Tenant(topMo, name=`Cisco`)
D. fvTenant = Tenant(`Cisco`)