Stay organized with collections Save and categorize content based on your preferences.
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
,…]] [--role
=ROLE
] [--kms-key
=KMS_KEY
: --kms-keyring
=KMS_KEYRING
--kms-project
=KMS_PROJECT
] [GCLOUD_WIDE_FLAG …
]
gcloud database-migration connection-profiles create alloydb my-profile --region=us-central1 --password=my_password --primary-id=my-primary --cpu-count=2
To set the project
attribute:
connection_profile
on the command line with a fully specified name;--project
on the command line;core/project
.This must be specified.
CONNECTION_PROFILE
To set the connection_profile
attribute:
connection_profile
on the command line.This positional argument must be specified if any of the other arguments in this group are specified.
--region
=REGION
To set the region
attribute:
connection_profile
on the command line with a fully specified name;--region
on the command line.--cpu-count
=CPU_COUNT
CPU_COUNT
must be one of: 2
, 4
, 8
, 16
, 32
, 64
.
--password
=PASSWORD
--primary-id
=PRIMARY_ID
--no-async
--cluster-labels
=[KEY
=VALUE
,…]
--database-flags
=[FLAG
=VALUE
,…]
skip_grant_tables=
. Use on/off values for booleans. View AlloyDB's documentation for allowed flags (e.g., --database-flags max_allowed_packet=55555,skip_grant_tables=,log_output=1
).
--database-version
=DATABASE_VERSION
DATABASE_VERSION
must be one of: POSTGRES_14
, POSTGRES_15
, POSTGRES_16
, POSTGRES_17
.
--display-name
=DISPLAY_NAME
--enable-outbound-public-ip
--enable-public-ip
--labels
=[KEY
=VALUE
,…]
Keys must start with a lowercase character and contain only hyphens (-
), underscores (_
), lowercase characters, and numbers. Values must contain only hyphens (-
), underscores (_
), lowercase characters, and numbers.
--network
=NETWORK
--primary-labels
=[KEY
=VALUE
,…]
--role
=ROLE
ROLE
must be one of: SOURCE
, DESTINATION
.
To set the region
attribute:
--kms-key
on the command line with a fully specified name;--region
on the command line.--kms-key
=KMS_KEY
To set the kms-key
attribute:
--kms-key
on the command line.This flag argument must be specified if any of the other arguments in this group are specified.
--kms-keyring
=KMS_KEYRING
To set the kms-keyring
attribute:
--kms-key
on the command line with a fully specified name;--kms-keyring
on the command line.--kms-project
=KMS_PROJECT
To set the kms-project
attribute:
--kms-key
on the command line with a fully specified name;--kms-project
on the command line.--access-token-file
, --account
, --billing-project
, --configuration
, --flags-file
, --flatten
, --format
, --help
, --impersonate-service-account
, --log-http
, --project
, --quiet
, --trace-token
, --user-output-enabled
, --verbosity
.
Run $ gcloud help
for details.
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-06-03 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-06-03 UTC."],[],[]]
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4