mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-18 14:56:05 +00:00
gcloud: Wed Oct 2 09:51:07 UTC 2024
This commit is contained in:
parent
0a5b6f11af
commit
489be55d99
133 changed files with 4948 additions and 242 deletions
|
|
@ -6,8 +6,10 @@ SYNOPSIS
|
|||
gcloud database-migration connection-profiles create alloydb
|
||||
(CONNECTION_PROFILE : --region=REGION) --cpu-count=CPU_COUNT
|
||||
--password=PASSWORD --primary-id=PRIMARY_ID [--no-async]
|
||||
[--authorized-network-cidr-ranges=[NETWORK,...]]
|
||||
[--cluster-labels=[KEY=VALUE,...]] [--database-flags=[FLAG=VALUE,...]]
|
||||
[--database-version=DATABASE_VERSION] [--display-name=DISPLAY_NAME]
|
||||
[--enable-outbound-public-ip] [--enable-public-ip]
|
||||
[--labels=[KEY=VALUE,...]] [--network=NETWORK]
|
||||
[--primary-labels=[KEY=VALUE,...]]
|
||||
[--kms-key=KMS_KEY
|
||||
|
|
@ -74,6 +76,10 @@ OPTIONAL FLAGS
|
|||
--no-async
|
||||
Waits for the operation in progress to complete before returning.
|
||||
|
||||
--authorized-network-cidr-ranges=[NETWORK,...]
|
||||
Comma-separated list of CIDR ranges that can connect to the AlloyDB
|
||||
instance.
|
||||
|
||||
--cluster-labels=[KEY=VALUE,...]
|
||||
The resource labels for an AlloyDB cluster. An object containing a list
|
||||
of "key": "value" pairs.
|
||||
|
|
@ -95,6 +101,13 @@ OPTIONAL FLAGS
|
|||
include letters, numbers, spaces, and hyphens, and must start with a
|
||||
letter.
|
||||
|
||||
--enable-outbound-public-ip
|
||||
If true, Enables an outbound public IP address to support a database
|
||||
server sending requests out into the internet.
|
||||
|
||||
--enable-public-ip
|
||||
If true, the AlloyDB instance will be accessible via public IP.
|
||||
|
||||
--labels=[KEY=VALUE,...]
|
||||
List of label KEY=VALUE pairs to add.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue