1
0
Fork 0
mirror of https://github.com/imjasonh/gcloud-help synced 2026-07-18 14:56:05 +00:00

gcloud: Wed Jul 17 09:30:28 UTC 2024

This commit is contained in:
Automated 2024-07-17 09:30:28 +00:00
parent 2614f6b65e
commit 503936d882
156 changed files with 1988 additions and 573 deletions

View file

@ -68,8 +68,8 @@ OPTIONAL FLAGS
--network=NETWORK
Network in the current project that the instance will be part of. To
specify using a network with a shared VPC, use the full URL of the
network. For an example host project, 'testproject', and shared
network, 'testsharednetwork', this would be of the
network. For an example host project, testproject, and shared network,
testsharednetwork, this would be of the
form:--network=projects/testproject/global/networks/testsharednetwork
--subscription-type=SUBSCRIPTION_TYPE
@ -159,9 +159,9 @@ OPTIONAL FLAGS
in this group are specified.
--automated-backup-window=TIMEOUT_PERIOD
The length of the time window beginning at start time during which
a backup can be taken. If a backup does not succeed within this
time window, it will be canceled and considered failed. The backup
Length of the time window beginning at start time during which a
backup can be taken. If a backup does not succeed within this time
window, it will be canceled and considered failed. The backup
window must be at least 5 minutes long. There is no upper bound on
the window. If not set, it will default to 1 hour.

View file

@ -87,8 +87,8 @@ OPTIONAL FLAGS
--network=NETWORK
Network in the current project that the instance will be part of. To
specify using a network with a shared VPC, use the full URL of the
network. For an example host project, 'testproject', and shared
network, 'testsharednetwork', this would be of the
network. For an example host project, testproject, and shared network,
testsharednetwork, this would be of the
form:--network=projects/testproject/global/networks/testsharednetwork
Key resource - The Cloud KMS (Key Management Service) cryptokey that will

View file

@ -75,9 +75,9 @@ OPTIONAL FLAGS
(e.g., --automated-backup-start-times=01:00,13:00)
--automated-backup-window=TIMEOUT_PERIOD
The length of the time window beginning at start time during which
a backup can be taken. If a backup does not succeed within this
time window, it will be canceled and considered failed. The backup
Length of the time window beginning at start time during which a
backup can be taken. If a backup does not succeed within this time
window, it will be canceled and considered failed. The backup
window must be at least 5 minutes long. There is no upper bound on
the window. If not set, it will default to 1 hour.

View file

@ -4,7 +4,8 @@ NAME
SYNOPSIS
gcloud alpha alloydb instances restart INSTANCE --cluster=CLUSTER
--region=REGION [--async] [GCLOUD_WIDE_FLAG ...]
--region=REGION [--async] [--node-ids=[NODE_IDS,...]]
[GCLOUD_WIDE_FLAG ...]
DESCRIPTION
(ALPHA) Restarts an AlloyDB instance within a given cluster.
@ -32,6 +33,10 @@ OPTIONAL FLAGS
Return immediately, without waiting for the operation in progress to
complete.
--node-ids=[NODE_IDS,...]
Comma-separated list of node IDs. Only supported for read pool
instances. (e.g., --node-ids=node-1,node-2,node-3)
GCLOUD WIDE FLAGS
These flags are available to all commands: --access-token-file, --account,
--billing-project, --configuration, --flags-file, --flatten, --format,