1
0
Fork 0
mirror of https://github.com/imjasonh/gcloud-help synced 2026-07-11 15:39:42 +00:00

gcloud: Wed Aug 2 11:22:33 UTC 2023

This commit is contained in:
Automated 2023-08-02 11:22:33 +00:00
parent 4558a00e48
commit 678b9afba9
240 changed files with 7837 additions and 521 deletions

View file

@ -6,7 +6,8 @@ SYNOPSIS
gcloud database-migration connection-profiles create cloudsql
(CONNECTION_PROFILE : --region=REGION)
--database-version=DATABASE_VERSION --source-id=SOURCE_ID --tier=TIER
[--activation-policy=ACTIVATION_POLICY] [--no-async]
[--activation-policy=ACTIVATION_POLICY]
[--allocated-ip-range=ALLOCATED_IP_RANGE] [--no-async]
[--authorized-networks=NETWORK,[NETWORK,...]]
[--no-auto-storage-increase] [--availability-type=AVAILABILITY_TYPE]
[--data-disk-size=DATA_DISK_SIZE] [--data-disk-type=DATA_DISK_TYPE]
@ -122,6 +123,11 @@ OPTIONAL FLAGS
ACTIVATION_POLICY must be one of: ALWAYS, NEVER.
--allocated-ip-range=ALLOCATED_IP_RANGE
The name of the allocated IP range for the private IP Cloud SQL
instance. This name refers to an already allocated IP range. If set,
the instance IP will be created in the allocated range.
--no-async
Waits for the operation in progress to complete before returning.