Difference between revisions of "Gcloud compute instances describe"

From wikieduonline
Jump to navigation Jump to search
 
(6 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}}
+
 
 +
 
 +
== See also ==
 +
* {{gcloud compute}}
 +
 
 +
[[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: