mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-18 14:56:05 +00:00
gcloud: Wed Apr 17 09:40:58 UTC 2024
This commit is contained in:
parent
7e2535c53d
commit
3740758467
178 changed files with 2958 additions and 1351 deletions
|
|
@ -5,7 +5,8 @@ NAME
|
|||
SYNOPSIS
|
||||
gcloud alloydb clusters create CLUSTER --password=PASSWORD --region=REGION
|
||||
[--allocated-ip-range-name=ALLOCATED_IP_RANGE_NAME] [--async]
|
||||
[--database-version=DATABASE_VERSION] [--network=NETWORK]
|
||||
[--database-version=DATABASE_VERSION]
|
||||
[--enable-private-service-connect] [--network=NETWORK]
|
||||
[--continuous-backup-recovery-window-days=RECOVERY_PERIOD
|
||||
--enable-continuous-backup
|
||||
[--continuous-backup-encryption-key=CONTINUOUS_BACKUP_ENCRYPTION_KEY
|
||||
|
|
@ -58,6 +59,9 @@ OPTIONAL FLAGS
|
|||
Database version of the cluster. DATABASE_VERSION must be one of:
|
||||
POSTGRES_14, POSTGRES_15.
|
||||
|
||||
--enable-private-service-connect
|
||||
Enable Private Service Connect (PSC) connectivity for the cluster.
|
||||
|
||||
--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
|
||||
|
|
|
|||
|
|
@ -7,7 +7,7 @@ SYNOPSIS
|
|||
(--backup=BACKUP
|
||||
| --point-in-time=POINT_IN_TIME --source-cluster=SOURCE_CLUSTER)
|
||||
[--allocated-ip-range-name=ALLOCATED_IP_RANGE_NAME] [--async]
|
||||
[--network=NETWORK]
|
||||
[--enable-private-service-connect] [--network=NETWORK]
|
||||
[--kms-key=KMS_KEY : --kms-keyring=KMS_KEYRING
|
||||
--kms-location=KMS_LOCATION --kms-project=KMS_PROJECT]
|
||||
[GCLOUD_WIDE_FLAG ...]
|
||||
|
|
@ -81,6 +81,9 @@ OPTIONAL FLAGS
|
|||
Return immediately, without waiting for the operation in progress to
|
||||
complete.
|
||||
|
||||
--enable-private-service-connect
|
||||
Enable Private Service Connect (PSC) connectivity for the cluster.
|
||||
|
||||
--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
|
||||
|
|
|
|||
|
|
@ -5,11 +5,11 @@ NAME
|
|||
SYNOPSIS
|
||||
gcloud alloydb clusters update CLUSTER --region=REGION [--async]
|
||||
[--clear-automated-backup | --disable-automated-backup
|
||||
| [--automated-backup-days-of-week=[DAYS_OF_WEEK,...]
|
||||
| --automated-backup-days-of-week=[DAYS_OF_WEEK,...]
|
||||
--automated-backup-start-times=[START_TIMES,...]
|
||||
: --automated-backup-window=TIMEOUT_PERIOD
|
||||
--automated-backup-window=TIMEOUT_PERIOD
|
||||
[--automated-backup-encryption-key=AUTOMATED_BACKUP_ENCRYPTION_KEY
|
||||
: --automated-backup-encryption-key-keyring=AUTOMATED_BACKUP_ENCRYPTION_KEY_KEYRING --automated-backup-encryption-key-location=AUTOMATED_BACKUP_ENCRYPTION_KEY_LOCATION --automated-backup-encryption-key-project=AUTOMATED_BACKUP_ENCRYPTION_KEY_PROJECT] --automated-backup-retention-count=RETENTION_COUNT | --automated-backup-retention-period=RETENTION_PERIOD]]
|
||||
: --automated-backup-encryption-key-keyring=AUTOMATED_BACKUP_ENCRYPTION_KEY_KEYRING --automated-backup-encryption-key-location=AUTOMATED_BACKUP_ENCRYPTION_KEY_LOCATION --automated-backup-encryption-key-project=AUTOMATED_BACKUP_ENCRYPTION_KEY_PROJECT] --automated-backup-retention-count=RETENTION_COUNT | --automated-backup-retention-period=RETENTION_PERIOD]
|
||||
[--continuous-backup-recovery-window-days=RECOVERY_PERIOD
|
||||
--enable-continuous-backup --clear-continuous-backup-encryption-key
|
||||
| [--continuous-backup-encryption-key=CONTINUOUS_BACKUP_ENCRYPTION_KEY : --continuous-backup-encryption-key-keyring=CONTINUOUS_BACKUP_ENCRYPTION_KEY_KEYRING --continuous-backup-encryption-key-location=CONTINUOUS_BACKUP_ENCRYPTION_KEY_LOCATION --continuous-backup-encryption-key-project=CONTINUOUS_BACKUP_ENCRYPTION_KEY_PROJECT]]
|
||||
|
|
@ -60,18 +60,12 @@ OPTIONAL FLAGS
|
|||
DAYS_OF_WEEK must be one of: MONDAY, TUESDAY, WEDNESDAY, THURSDAY,
|
||||
FRIDAY, SATURDAY, SUNDAY.
|
||||
|
||||
This flag argument must be specified if any of the other arguments
|
||||
in this group are specified.
|
||||
|
||||
--automated-backup-start-times=[START_TIMES,...]
|
||||
Comma-separated list of times during the day to start a backup. At
|
||||
least one start time must be provided. The start times are assumed
|
||||
to be in UTC and required to be an exact hour in the format HH:00.
|
||||
(e.g., --automated-backup-start-times=01:00,13:00)
|
||||
|
||||
This flag argument must be specified if any of the other arguments
|
||||
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
|
||||
|
|
|
|||
|
|
@ -5,6 +5,7 @@ NAME
|
|||
SYNOPSIS
|
||||
gcloud alloydb instances create INSTANCE --cluster=CLUSTER
|
||||
--cpu-count=CPU_COUNT --instance-type=INSTANCE_TYPE --region=REGION
|
||||
[--allowed-psc-projects=[ALLOWED_PSC_PROJECTS,...]]
|
||||
[--assign-inbound-public-ip=ASSIGN_INBOUND_PUBLIC_IP] [--async]
|
||||
[--availability-type=AVAILABILITY_TYPE]
|
||||
[--database-flags=FLAG=VALUE,[FLAG=VALUE,...]]
|
||||
|
|
@ -62,6 +63,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. On instance
|
||||
creation only disabling public IP is allowed. If you want to enable
|
||||
|
|
|
|||
|
|
@ -4,6 +4,7 @@ NAME
|
|||
|
||||
SYNOPSIS
|
||||
gcloud alloydb instances update INSTANCE --cluster=CLUSTER --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] [--cpu-count=CPU_COUNT]
|
||||
|
|
@ -39,6 +40,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