
Ultimate access to all questions.
To efficiently list all compute instances in zones us-central1-b and europe-west1-d, which command should you use?
A
Run gcloud compute instances list --filter="zone:( us-central1-b )" and gcloud compute instances list --filter="zone:( europe-west1-d )" separately, then combine the results manually.
B
Use gcloud compute instances get --filter="zone:( us-central1-b )" and gcloud compute instances list --filter="zone:( europe-west1-d )", then combine the results manually.
C
Execute gcloud compute instances get --filter="zone:( us-central1-b europe-west1-d )".
D
Execute gcloud compute instances list --filter="zone:( us-central1-b europe-west1-d )".