"Gcloud compute instances list"의 두 판 사이의 차이

잔글 (봇: 자동으로 텍스트 교체 (-</source> +</syntaxhighlight>, -<source +<syntaxhighlight ))
 
(같은 사용자의 중간 판 하나는 보이지 않습니다)
14번째 줄: 14번째 줄:
* [[gcloud compute instances describe]]
* [[gcloud compute instances describe]]
* [[gcloud compute addresses list]]
* [[gcloud compute addresses list]]
* [[gcloud compute ssh]]


==참고==
==참고==
* https://cloud.google.com/sdk/gcloud/reference/compute/instances/list
* https://cloud.google.com/sdk/gcloud/reference/compute/instances/list


[[분류: gcloud]]
[[분류: gcloud compute]]

2021년 11월 24일 (수) 14:02 기준 최신판

1 개요[ | ]

gcloud compute instances list
user01@localhost:~$ gcloud compute instances list
NAME          ZONE               MACHINE_TYPE  PREEMPTIBLE  INTERNAL_IP    EXTERNAL_IP    STATUS
my-instance1  asia-northeast3-b  e2-micro                   10.135.79.245  35.79.113.157  RUNNING
my-instance2  asia-northeast3-b  e2-highmem-2               10.135.79.247  35.79.122.143  RUNNING

2 같이 보기[ | ]

3 참고[ | ]

문서 댓글 ({{ doc_comments.length }})
{{ comment.name }} {{ comment.created | snstime }}