1
0
Fork 0
mirror of https://github.com/imjasonh/gcloud-help synced 2026-07-18 06:47:12 +00:00

gcloud: Wed Aug 9 11:23:49 UTC 2023

This commit is contained in:
Automated 2023-08-09 11:23:49 +00:00
parent 678b9afba9
commit 19bfacfbed
148 changed files with 2955 additions and 379 deletions

View file

@ -12,7 +12,7 @@ SYNOPSIS
[--no-auto-storage-increase] [--availability-type=AVAILABILITY_TYPE]
[--data-disk-size=DATA_DISK_SIZE] [--data-disk-type=DATA_DISK_TYPE]
[--database-flags=[FLAG=VALUE,...]] [--display-name=DISPLAY_NAME]
[--no-enable-ip-v4] [--labels=[KEY=VALUE,...]]
[--edition=EDITION] [--no-enable-ip-v4] [--labels=[KEY=VALUE,...]]
[--private-network=PRIVATE_NETWORK] [--provider=PROVIDER]
[--require-ssl] [--root-password=ROOT_PASSWORD]
[--secondary-zone=SECONDARY_ZONE]
@ -169,6 +169,15 @@ OPTIONAL FLAGS
include letters, numbers, spaces, and hyphens, and must start with a
letter.
--edition=EDITION
Specifies edition. EDITION must be one of:
enterprise
Enterprise is the standard option for smaller instances.
enterprise-plus
Enterprise plus option recommended for cpu-intensive workloads.
Offers access to premium features and capabilities.
--enable-ip-v4
Whether the instance should be assigned an IPv4 address or not. Enabled
by default, use --no-enable-ip-v4 to disable.

View file

@ -87,15 +87,15 @@ FLAGS
CLOUDSQL.
--ca-certificate=CA_CERTIFICATE
x509 PEM-encoded certificate of the CA that signed the source database
x509 PEM-encoded certificate of the CA that signed the database
server's certificate. The replica will use this certificate to verify
it's connecting to the correct host. Database Migration Service
encrypts the value when storing it.
--client-certificate=CLIENT_CERTIFICATE
x509 PEM-encoded certificate that will be used by the replica to
authenticate against the source database server. Database Migration
Service encrypts the value when storing it.
authenticate against the database server. Database Migration Service
encrypts the value when storing it.
--private-key=PRIVATE_KEY
Unencrypted PKCS#1 or PKCS#8 PEM-encoded private key associated with
@ -103,10 +103,13 @@ FLAGS
when storing it.
--host=HOST
IP or hostname of the source database.
IP or hostname of the database. When --psc-service-attachment is also
specified, this field value should be: 1. For Cloud SQL PSC enabled
instance - the dns_name field (e.g <uid>.<region>.sql.goog.). 2. For
Cloud SQL PSA instance (vpc peering) - the private ip of the instance.
--port=PORT
Network port of the source database.
Network port of the database.
--username=USERNAME
Username that Database Migration Service uses to connect to the
@ -117,8 +120,8 @@ FLAGS
--password=PASSWORD
Password for the user that Database Migration Service uses to connect
to the source database. Database Migration Service encrypts the value
when storing it, and the field is not returned on request.
to the database. Database Migration Service encrypts the value when
storing it, and the field is not returned on request.
--prompt-for-password
Prompt for the password used to connect to the database.

View file

@ -63,10 +63,13 @@ REQUIRED FLAGS
database service for the oracle connection profile.
--host=HOST
IP or hostname of the source database.
IP or hostname of the database. When --psc-service-attachment is also
specified, this field value should be: 1. For Cloud SQL PSC enabled
instance - the dns_name field (e.g <uid>.<region>.sql.goog.). 2. For
Cloud SQL PSA instance (vpc peering) - the private ip of the instance.
--port=PORT
Network port of the source database.
Network port of the database.
--username=USERNAME
Username that Database Migration Service uses to connect to the
@ -77,8 +80,8 @@ REQUIRED FLAGS
--password=PASSWORD
Password for the user that Database Migration Service uses to connect
to the source database. Database Migration Service encrypts the value
when storing it, and the field is not returned on request.
to the database. Database Migration Service encrypts the value when
storing it, and the field is not returned on request.
--prompt-for-password
Prompt for the password used to connect to the database.

View file

@ -85,15 +85,15 @@ FLAGS
numbers.
--ca-certificate=CA_CERTIFICATE
x509 PEM-encoded certificate of the CA that signed the source database
x509 PEM-encoded certificate of the CA that signed the database
server's certificate. The replica will use this certificate to verify
it's connecting to the correct host. Database Migration Service
encrypts the value when storing it.
--client-certificate=CLIENT_CERTIFICATE
x509 PEM-encoded certificate that will be used by the replica to
authenticate against the source database server. Database Migration
Service encrypts the value when storing it.
authenticate against the database server. Database Migration Service
encrypts the value when storing it.
--private-key=PRIVATE_KEY
Unencrypted PKCS#1 or PKCS#8 PEM-encoded private key associated with
@ -101,10 +101,13 @@ FLAGS
when storing it.
--host=HOST
IP or hostname of the source database.
IP or hostname of the database. When --psc-service-attachment is also
specified, this field value should be: 1. For Cloud SQL PSC enabled
instance - the dns_name field (e.g <uid>.<region>.sql.goog.). 2. For
Cloud SQL PSA instance (vpc peering) - the private ip of the instance.
--port=PORT
Network port of the source database.
Network port of the database.
--username=USERNAME
Username that Database Migration Service uses to connect to the
@ -115,8 +118,8 @@ FLAGS
--password=PASSWORD
Password for the user that Database Migration Service uses to connect
to the source database. Database Migration Service encrypts the value
when storing it, and the field is not returned on request.
to the database. Database Migration Service encrypts the value when
storing it, and the field is not returned on request.
--prompt-for-password
Prompt for the password used to connect to the database.

View file

@ -63,15 +63,15 @@ POSITIONAL ARGUMENTS
FLAGS
--ca-certificate=CA_CERTIFICATE
x509 PEM-encoded certificate of the CA that signed the source database
x509 PEM-encoded certificate of the CA that signed the database
server's certificate. The replica will use this certificate to verify
it's connecting to the correct host. Database Migration Service
encrypts the value when storing it.
--client-certificate=CLIENT_CERTIFICATE
x509 PEM-encoded certificate that will be used by the replica to
authenticate against the source database server. Database Migration
Service encrypts the value when storing it.
authenticate against the database server. Database Migration Service
encrypts the value when storing it.
--cloudsql-instance=CLOUDSQL_INSTANCE
If the source or destination is a Cloud SQL database, then use this
@ -83,10 +83,13 @@ FLAGS
letter.
--host=HOST
IP or hostname of the source database.
IP or hostname of the database. When --psc-service-attachment is also
specified, this field value should be: 1. For Cloud SQL PSC enabled
instance - the dns_name field (e.g <uid>.<region>.sql.goog.). 2. For
Cloud SQL PSA instance (vpc peering) - the private ip of the instance.
--port=PORT
Network port of the source database.
Network port of the database.
--private-key=PRIVATE_KEY
Unencrypted PKCS#1 or PKCS#8 PEM-encoded private key associated with
@ -131,8 +134,8 @@ FLAGS
--password=PASSWORD
Password for the user that Database Migration Service uses to connect
to the source database. Database Migration Service encrypts the value
when storing it, and the field is not returned on request.
to the database. Database Migration Service encrypts the value when
storing it, and the field is not returned on request.
--prompt-for-password
Prompt for the password used to connect to the database.

View file

@ -4,7 +4,8 @@ NAME
SYNOPSIS
gcloud database-migration migration-jobs restart
(MIGRATION_JOB : --region=REGION) [GCLOUD_WIDE_FLAG ...]
(MIGRATION_JOB : --region=REGION) [--skip-validation]
[GCLOUD_WIDE_FLAG ...]
DESCRIPTION
Restart a Database Migration Service migration job.
@ -47,6 +48,11 @@ POSITIONAL ARGUMENTS
fully specified name;
▸ provide the argument --region on the command line.
FLAGS
--skip-validation
Restart the migration job without running prior configuration
verification.
GCLOUD WIDE FLAGS
These flags are available to all commands: --access-token-file, --account,
--billing-project, --configuration, --flags-file, --flatten, --format,

View file

@ -4,7 +4,8 @@ NAME
SYNOPSIS
gcloud database-migration migration-jobs start
(MIGRATION_JOB : --region=REGION) [GCLOUD_WIDE_FLAG ...]
(MIGRATION_JOB : --region=REGION) [--skip-validation]
[GCLOUD_WIDE_FLAG ...]
DESCRIPTION
Start a Database Migration Service migration job.
@ -47,6 +48,11 @@ POSITIONAL ARGUMENTS
fully specified name;
▸ provide the argument --region on the command line.
FLAGS
--skip-validation
Start the migration job without running prior configuration
verification.
GCLOUD WIDE FLAGS
These flags are available to all commands: --access-token-file, --account,
--billing-project, --configuration, --flags-file, --flatten, --format,