mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-16 12:22:03 +00:00
gcloud: Fri Mar 22 09:56:14 UTC 2024
This commit is contained in:
parent
75379bf68b
commit
5b4fac9106
182 changed files with 4221 additions and 251 deletions
|
|
@ -5,6 +5,7 @@ NAME
|
|||
SYNOPSIS
|
||||
gcloud alpha 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,...]]
|
||||
|
|
@ -63,6 +64,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 Services 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,8 +4,9 @@ NAME
|
|||
|
||||
SYNOPSIS
|
||||
gcloud alpha alloydb instances update 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] [--cpu-count=CPU_COUNT]
|
||||
[--database-flags=FLAG=VALUE,[FLAG=VALUE,...]]
|
||||
[--insights-config-query-plans-per-minute=INSIGHTS_CONFIG_QUERY_PLANS_PER_MINUTE]
|
||||
|
|
@ -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 Services 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