1
0
Fork 0
mirror of https://github.com/imjasonh/gcloud-help synced 2026-07-08 10:35:03 +00:00

gcloud: Wed Jan 8 10:03:00 UTC 2025

This commit is contained in:
Automated 2025-01-08 10:03:00 +00:00
parent 52290f76fe
commit 5a9f5ff67e
161 changed files with 2678 additions and 414 deletions

View file

@ -11,7 +11,7 @@ SYNOPSIS
[--database-version=DATABASE_VERSION] [--display-name=DISPLAY_NAME]
[--enable-outbound-public-ip] [--enable-public-ip]
[--labels=[KEY=VALUE,...]] [--network=NETWORK]
[--primary-labels=[KEY=VALUE,...]]
[--primary-labels=[KEY=VALUE,...]] [--role=ROLE]
[--kms-key=KMS_KEY
: --kms-keyring=KMS_KEYRING --kms-project=KMS_PROJECT]
[GCLOUD_WIDE_FLAG ...]
@ -125,6 +125,10 @@ OPTIONAL FLAGS
The resource labels for an AlloyDB primary instance. An object
containing a list of "key": "value" pairs.
--role=ROLE
The role of the connection profile. ROLE must be one of: SOURCE,
DESTINATION.
Kms key resource - Name of the CMEK (customer-managed encryption key) used
for this AlloyDB cluster. For example,
projects/myProject/locations/us-central1/keyRings/myKeyRing/cryptoKeys/myKey.

View file

@ -16,7 +16,7 @@ SYNOPSIS
[--database-flags=[FLAG=VALUE,...]] [--display-name=DISPLAY_NAME]
[--edition=EDITION] [--no-enable-ip-v4] [--labels=[KEY=VALUE,...]]
[--private-network=PRIVATE_NETWORK] [--provider=PROVIDER]
[--require-ssl] [--root-password=ROOT_PASSWORD]
[--require-ssl] [--role=ROLE] [--root-password=ROOT_PASSWORD]
[--secondary-zone=SECONDARY_ZONE]
[--storage-auto-resize-limit=STORAGE_AUTO_RESIZE_LIMIT]
[--user-labels=[KEY=VALUE,...]] [--zone=ZONE]
@ -213,6 +213,10 @@ OPTIONAL FLAGS
--require-ssl
Whether SSL connections over IP should be enforced or not.
--role=ROLE
The role of the connection profile. ROLE must be one of: SOURCE,
DESTINATION.
--root-password=ROOT_PASSWORD
Root Cloud SQL user's password.

View file

@ -6,7 +6,7 @@ SYNOPSIS
gcloud database-migration connection-profiles create mysql
(CONNECTION_PROFILE : --region=REGION) [--no-async]
[--cloudsql-instance=CLOUDSQL_INSTANCE] [--display-name=DISPLAY_NAME]
[--labels=[KEY=VALUE,...]] [--provider=PROVIDER]
[--labels=[KEY=VALUE,...]] [--provider=PROVIDER] [--role=ROLE]
[--ca-certificate=CA_CERTIFICATE
: --client-certificate=CLIENT_CERTIFICATE --private-key=PRIVATE_KEY]
[--host=HOST --port=PORT --username=USERNAME : --password=PASSWORD
@ -86,6 +86,10 @@ FLAGS
Database provider, for managed databases. PROVIDER must be one of: RDS,
CLOUDSQL.
--role=ROLE
The role of the connection profile. ROLE must be one of: SOURCE,
DESTINATION.
--ca-certificate=CA_CERTIFICATE
x509 PEM-encoded certificate of the CA that signed the database
server's certificate. The value for this flag needs to be the content

View file

@ -8,7 +8,7 @@ SYNOPSIS
--database-service=DATABASE_SERVICE --host=HOST --port=PORT
--username=USERNAME (--password=PASSWORD | --prompt-for-password)
[--no-async] [--ca-certificate=CA_CERTIFICATE]
[--display-name=DISPLAY_NAME] [--labels=[KEY=VALUE,...]]
[--display-name=DISPLAY_NAME] [--labels=[KEY=VALUE,...]] [--role=ROLE]
[--private-connection=PRIVATE_CONNECTION | --static-ip-connectivity
| [--forward-ssh-hostname=FORWARD_SSH_HOSTNAME
--forward-ssh-username=FORWARD_SSH_USERNAME
@ -114,6 +114,10 @@ OPTIONAL FLAGS
contain only hyphens (-), underscores (_), lowercase characters, and
numbers.
--role=ROLE
The role of the connection profile. ROLE must be one of: SOURCE,
DESTINATION.
At most one of these can be specified:
Private connection resource - Resource ID of the private connection.

View file

@ -7,7 +7,7 @@ SYNOPSIS
(CONNECTION_PROFILE : --region=REGION)
[--alloydb-cluster=ALLOYDB_CLUSTER] [--no-async]
[--cloudsql-instance=CLOUDSQL_INSTANCE] [--display-name=DISPLAY_NAME]
[--labels=[KEY=VALUE,...]]
[--labels=[KEY=VALUE,...]] [--role=ROLE]
[--ca-certificate=CA_CERTIFICATE
: --client-certificate=CLIENT_CERTIFICATE --private-key=PRIVATE_KEY]
[--host=HOST --port=PORT --username=USERNAME (--password=PASSWORD
@ -89,6 +89,10 @@ FLAGS
contain only hyphens (-), underscores (_), lowercase characters, and
numbers.
--role=ROLE
The role of the connection profile. ROLE must be one of: SOURCE,
DESTINATION.
--ca-certificate=CA_CERTIFICATE
x509 PEM-encoded certificate of the CA that signed the database
server's certificate. The value for this flag needs to be the content

View file

@ -9,7 +9,7 @@ SYNOPSIS
--username=USERNAME (--password=PASSWORD | --prompt-for-password)
| [--gcs-bucket=GCS_BUCKET
: --gcs-prefix=GCS_PREFIX --provider=PROVIDER]) [--no-async]
[--display-name=DISPLAY_NAME] [--labels=[KEY=VALUE,...]]
[--display-name=DISPLAY_NAME] [--labels=[KEY=VALUE,...]] [--role=ROLE]
[GCLOUD_WIDE_FLAG ...]
DESCRIPTION
@ -123,6 +123,10 @@ OPTIONAL FLAGS
contain only hyphens (-), underscores (_), lowercase characters, and
numbers.
--role=ROLE
The role of the connection profile. ROLE must be one of: SOURCE,
DESTINATION.
GCLOUD WIDE FLAGS
These flags are available to all commands: --access-token-file, --account,
--billing-project, --configuration, --flags-file, --flatten, --format,

View file

@ -7,7 +7,8 @@ SYNOPSIS
(CONNECTION_PROFILE : --region=REGION)
[--alloydb-cluster=ALLOYDB_CLUSTER] [--ca-certificate=CA_CERTIFICATE]
[--client-certificate=CLIENT_CERTIFICATE]
[--cloudsql-instance=CLOUDSQL_INSTANCE] [--display-name=DISPLAY_NAME]
[--cloudsql-instance=CLOUDSQL_INSTANCE]
[--database-service=DATABASE_SERVICE] [--display-name=DISPLAY_NAME]
[--host=HOST] [--port=PORT] [--private-key=PRIVATE_KEY]
[--update-labels=[KEY=VALUE,...]] [--username=USERNAME]
[--clear-labels | --remove-labels=[KEY,...]]
@ -89,6 +90,9 @@ FLAGS
If the source or destination is a Cloud SQL database, then use this
field to provide the respective Cloud SQL instance ID.
--database-service=DATABASE_SERVICE
database service for the oracle connection profile.
--display-name=DISPLAY_NAME
A user-friendly name for the connection profile. The display name can
include letters, numbers, spaces, and hyphens, and must start with a