mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-19 07:15:23 +00:00
gcloud: Wed Apr 3 09:23:31 UTC 2024
This commit is contained in:
parent
4ade1b44cc
commit
7e2535c53d
212 changed files with 8070 additions and 151 deletions
|
|
@ -5,7 +5,8 @@ NAME
|
|||
SYNOPSIS
|
||||
gcloud alloydb instances create INSTANCE --cluster=CLUSTER
|
||||
--cpu-count=CPU_COUNT --instance-type=INSTANCE_TYPE --region=REGION
|
||||
[--async] [--availability-type=AVAILABILITY_TYPE]
|
||||
[--assign-inbound-public-ip=ASSIGN_INBOUND_PUBLIC_IP] [--async]
|
||||
[--availability-type=AVAILABILITY_TYPE]
|
||||
[--database-flags=FLAG=VALUE,[FLAG=VALUE,...]]
|
||||
[--insights-config-query-plans-per-minute=INSIGHTS_CONFIG_QUERY_PLANS_PER_MINUTE]
|
||||
[--insights-config-query-string-length=INSIGHTS_CONFIG_QUERY_STRING_LENGTH]
|
||||
|
|
@ -61,6 +62,16 @@ REQUIRED FLAGS
|
|||
regions at https://cloud.google.com/sql/docs/instance-locations.
|
||||
|
||||
OPTIONAL FLAGS
|
||||
--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
|
||||
public IP, an instance must be created with public IP disabled first,
|
||||
then update the instance to enable public IP. ASSIGN_INBOUND_PUBLIC_IP
|
||||
must be (only one value is supported):
|
||||
|
||||
NO_PUBLIC_IP
|
||||
This disables public IP on the instance.
|
||||
|
||||
--async
|
||||
Return immediately, without waiting for the operation in progress to
|
||||
complete.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue