Difference between revisions of "Gcloud compute instances describe"

From wikieduonline
Jump to navigation Jump to search
 
(One intermediate revision by the same user not shown)
Line 2: Line 2:
 
  [[gcloud compute instances]] describe your-instance-name --zone us-west1-b | grep status
 
  [[gcloud compute instances]] describe your-instance-name --zone us-west1-b | grep status
  
  [[gcloud compute instances]] describe your-instance-name --format='get(networkInterfaces[0].networkIP)'
+
  [[gcloud compute instances]] describe your-instance-name --format='get(networkInterfaces[0].[[networkIP]])'
  
  
Line 8: Line 8:
 
== See also ==
 
== See also ==
 
* {{gcloud compute}}
 
* {{gcloud compute}}
* {{gcloud}}
 
  
 
[[Category:GCP]]
 
[[Category:GCP]]

Latest revision as of 13:07, 17 October 2022

gcloud compute instances describe your-instance-name --zone us-west1-b | grep status
gcloud compute instances describe your-instance-name --format='get(networkInterfaces[0].networkIP)'


See also[edit]

Advertising: