mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-18 14:56:05 +00:00
gcloud: Thu Sep 8 09:21:50 UTC 2022
This commit is contained in:
parent
6749f65ca2
commit
e7bec9b31b
154 changed files with 2457 additions and 577 deletions
|
|
@ -4,7 +4,7 @@ NAME
|
|||
|
||||
SYNOPSIS
|
||||
gcloud alpha alloydb instances describe INSTANCE --cluster=CLUSTER
|
||||
--region=REGION [GCLOUD_WIDE_FLAG ...]
|
||||
--region=REGION [--view=VIEW] [GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
(ALPHA) Describes an AlloyDB instance within a given cluster.
|
||||
|
|
@ -13,7 +13,7 @@ EXAMPLES
|
|||
To describe an instance, run:
|
||||
|
||||
$ gcloud alpha alloydb instances describe my-instance \
|
||||
--cluster=my-cluster --region=us-central1
|
||||
--cluster=my-cluster --region=us-central1 --view=BASIC/FULL
|
||||
|
||||
POSITIONAL ARGUMENTS
|
||||
INSTANCE
|
||||
|
|
@ -27,6 +27,10 @@ REQUIRED FLAGS
|
|||
Regional location (e.g. asia-east1, us-east1). See the full list of
|
||||
regions at https://cloud.google.com/sql/docs/instance-locations.
|
||||
|
||||
OPTIONAL FLAGS
|
||||
--view=VIEW
|
||||
View of the instance to return. VIEW must be one of: basic, full.
|
||||
|
||||
GCLOUD WIDE FLAGS
|
||||
These flags are available to all commands: --access-token-file, --account,
|
||||
--billing-project, --configuration, --flags-file, --flatten, --format,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue