Melihat informasi instance

Halaman ini memberikan petunjuk cara melihat detail tentang instance.

Melihat informasi instance

Konsol

  1. Buka halaman Memorystore for Valkey di Konsol Google Cloud.

    Memorystore untuk Valkey

  2. Klik ID instance Anda.

gcloud

Untuk melihat detail instance, jalankan perintah describe:

gcloud beta memorystore instances describe INSTANCE \
--location=REGION_ID

Ganti kode berikut:

  • INSTANCE adalah ID instance Anda.
  • REGION_ID adalah region tempat instance Anda berada. Contoh:
gcloud beta memorystore instances describe my-instance \
--location=us-central1