mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-18 06:47:12 +00:00
gcloud: Thu Jul 25 09:27:13 UTC 2024
This commit is contained in:
parent
503936d882
commit
3a4c5997b9
153 changed files with 2744 additions and 496 deletions
|
|
@ -7,6 +7,7 @@ SYNOPSIS
|
|||
[--allocated-ip-range-name=ALLOCATED_IP_RANGE_NAME] [--async]
|
||||
[--database-version=DATABASE_VERSION]
|
||||
[--enable-private-service-connect] [--network=NETWORK]
|
||||
[--subscription-type=SUBSCRIPTION_TYPE]
|
||||
[--continuous-backup-recovery-window-days=RECOVERY_PERIOD
|
||||
--enable-continuous-backup
|
||||
[--continuous-backup-encryption-key=CONTINUOUS_BACKUP_ENCRYPTION_KEY
|
||||
|
|
@ -71,6 +72,10 @@ OPTIONAL FLAGS
|
|||
testsharednetwork, this would be of the
|
||||
form:--network=projects/testproject/global/networks/testsharednetwork
|
||||
|
||||
--subscription-type=SUBSCRIPTION_TYPE
|
||||
Subscription type of the cluster. SUBSCRIPTION_TYPE must be one of:
|
||||
STANDARD, TRIAL.
|
||||
|
||||
Continuous Backup configuration. If unspecified, continuous backups are
|
||||
enabled.
|
||||
|
||||
|
|
|
|||
|
|
@ -4,6 +4,7 @@ NAME
|
|||
|
||||
SYNOPSIS
|
||||
gcloud alloydb clusters update CLUSTER --region=REGION [--async]
|
||||
[--subscription-type=SUBSCRIPTION_TYPE]
|
||||
[--clear-automated-backup | --disable-automated-backup
|
||||
| --automated-backup-days-of-week=[DAYS_OF_WEEK,...]
|
||||
--automated-backup-start-times=[START_TIMES,...]
|
||||
|
|
@ -43,6 +44,10 @@ OPTIONAL FLAGS
|
|||
Return immediately, without waiting for the operation in progress to
|
||||
complete.
|
||||
|
||||
--subscription-type=SUBSCRIPTION_TYPE
|
||||
Subscription type of the cluster. SUBSCRIPTION_TYPE must be one of:
|
||||
STANDARD, TRIAL.
|
||||
|
||||
Automated backup policy.
|
||||
|
||||
At most one of these can be specified:
|
||||
|
|
|
|||
|
|
@ -4,8 +4,9 @@ NAME
|
|||
|
||||
SYNOPSIS
|
||||
gcloud alloydb instances create-secondary INSTANCE --cluster=CLUSTER
|
||||
--region=REGION [--assign-inbound-public-ip=ASSIGN_INBOUND_PUBLIC_IP]
|
||||
[--async] [--authorized-external-networks=[AUTHORIZED_NETWORK,...]]
|
||||
--region=REGION [--allowed-psc-projects=[ALLOWED_PSC_PROJECTS,...]]
|
||||
[--assign-inbound-public-ip=ASSIGN_INBOUND_PUBLIC_IP] [--async]
|
||||
[--authorized-external-networks=[AUTHORIZED_NETWORK,...]]
|
||||
[--availability-type=AVAILABILITY_TYPE] [--[no-]require-connectors]
|
||||
[--ssl-mode=SSL_MODE] [GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
|
|
@ -31,6 +32,12 @@ REQUIRED FLAGS
|
|||
regions at https://cloud.google.com/sql/docs/instance-locations.
|
||||
|
||||
OPTIONAL FLAGS
|
||||
--allowed-psc-projects=[ALLOWED_PSC_PROJECTS,...]
|
||||
Comma-separated list of allowed consumer projects to create endpoints
|
||||
for Private Service Connect (PSC) connectivity for the instance. Only
|
||||
instances in PSC-enabled clusters are allowed to set this field.(e.g.,
|
||||
--allowed-psc-projects=project1,12345678,project2)
|
||||
|
||||
--assign-inbound-public-ip=ASSIGN_INBOUND_PUBLIC_IP
|
||||
Specify to enable or disable public IP on an instance.
|
||||
ASSIGN_INBOUND_PUBLIC_IP must be one of:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue