mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-18 06:47:12 +00:00
gcloud: Tue Nov 18 10:53:36 UTC 2025
This commit is contained in:
parent
4b21ae6795
commit
e1ec13485a
380 changed files with 16045 additions and 783 deletions
|
|
@ -10,8 +10,9 @@ SYNOPSIS
|
|||
[--labels=[KEY=VALUE,...]] [--role=ROLE]
|
||||
[--ca-certificate=CA_CERTIFICATE : --ssl-type=SSL_TYPE
|
||||
--client-certificate=CLIENT_CERTIFICATE --private-key=PRIVATE_KEY]
|
||||
[--host=HOST --port=PORT --username=USERNAME (--password=PASSWORD
|
||||
| --prompt-for-password) : --database=DATABASE]
|
||||
[--host=HOST --port=PORT
|
||||
: --database=DATABASE --username=USERNAME (--password=PASSWORD
|
||||
| --prompt-for-password)]
|
||||
[--psc-service-attachment=PSC_SERVICE_ATTACHMENT
|
||||
| --static-ip-connectivity] [GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
|
|
@ -132,23 +133,30 @@ FLAGS
|
|||
--port=PORT
|
||||
Network port of the database.
|
||||
|
||||
--username=USERNAME
|
||||
Username that Database Migration Service uses to connect to the
|
||||
database. Database Migration Service encrypts the value when storing
|
||||
it.
|
||||
|
||||
--database=DATABASE
|
||||
The name of the specific database within the host.
|
||||
|
||||
Exactly one of these must be specified:
|
||||
Authentication method.
|
||||
|
||||
--password=PASSWORD
|
||||
Password for the user that Database Migration Service uses to connect
|
||||
to the database. Database Migration Service encrypts the value when
|
||||
storing it, and the field is not returned on request.
|
||||
At most one of these can be specified:
|
||||
|
||||
--prompt-for-password
|
||||
Prompt for the password used to connect to the database.
|
||||
--username=USERNAME
|
||||
Username that Database Migration Service uses to connect to the
|
||||
database. Database Migration Service encrypts the value when storing
|
||||
it.
|
||||
|
||||
This flag argument must be specified if any of the other arguments in
|
||||
this group are specified.
|
||||
|
||||
Exactly one of these must be specified:
|
||||
|
||||
--password=PASSWORD
|
||||
Password for the user that Database Migration Service uses to
|
||||
connect 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.
|
||||
|
||||
At most one of these can be specified:
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue