mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-18 14:56:05 +00:00
gcloud: Wed Aug 9 11:23:49 UTC 2023
This commit is contained in:
parent
678b9afba9
commit
19bfacfbed
148 changed files with 2955 additions and 379 deletions
|
|
@ -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.
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue