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

(새 문서: ==개요== {{소문자}} ;gcloud compute instances list <source lang='console'> user01@localhost:~$ gcloud compute instances list NAME ZONE MACHINE_TYPE PREEM...)
 
잔글 (봇: 자동으로 텍스트 교체 (-</source> +</syntaxhighlight>, -<source +<syntaxhighlight ))
3번째 줄: 3번째 줄:
;gcloud compute instances list
;gcloud compute instances list


<source lang='console'>
<syntaxhighlight lang='console'>
user01@localhost:~$ gcloud compute instances list
user01@localhost:~$ gcloud compute instances list
NAME          ZONE              MACHINE_TYPE  PREEMPTIBLE  INTERNAL_IP    EXTERNAL_IP    STATUS
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-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
my-instance2  asia-northeast3-b  e2-highmem-2              10.135.79.247  35.79.122.143  RUNNING
</source>
</syntaxhighlight>


==같이 보기==
==같이 보기==

2021년 1월 11일 (월) 11:30 판

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 }}