Difference between revisions of "Gcloud compute instances describe"

From wikieduonline
Jump to navigation Jump to search
 
(4 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
{{lc}}
 
{{lc}}
  [[gcloud compute instances]] describe dev-instance --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]])'
  
  
  
 
== See also ==
 
== See also ==
* {{gcloud}}
+
* {{gcloud compute}}
  
 
[[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: