mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-13 16:37:00 +00:00
gcloud: Wed Sep 17 11:04:06 UTC 2025
This commit is contained in:
parent
78d417f901
commit
79c9fb4d92
193 changed files with 12122 additions and 1486 deletions
|
|
@ -6,6 +6,7 @@ SYNOPSIS
|
|||
[--allocated-ip-range-name=ALLOCATED_IP_RANGE_NAME] [--async]
|
||||
[--preferred-secondary-zone=PREFERRED_SECONDARY_ZONE]
|
||||
[--preferred-zone=PREFERRED_ZONE]
|
||||
[--source-instance-deletion-time=SOURCE_INSTANCE_DELETION_TIME]
|
||||
[--bin-log-file-name=BIN_LOG_FILE_NAME
|
||||
--bin-log-position=BIN_LOG_POSITION | [--point-in-time=POINT_IN_TIME
|
||||
: --restore-database-name=RESTORE_DATABASE_NAME]]
|
||||
|
|
@ -103,6 +104,10 @@ FLAGS
|
|||
this flag, then the destination instance uses the value as the primary
|
||||
zone.
|
||||
|
||||
--source-instance-deletion-time=SOURCE_INSTANCE_DELETION_TIME
|
||||
The time the source instance was deleted. This is required if cloning
|
||||
from a deleted instance.
|
||||
|
||||
At most one of these can be specified:
|
||||
|
||||
Binary log coordinates for point-in-time recovery.
|
||||
|
|
|
|||
|
|
@ -454,11 +454,11 @@ FLAGS
|
|||
0 to 100.
|
||||
|
||||
--psc-auto-connections=[network=NETWORK],[project=PROJECT]
|
||||
A comma-separated list of networks or a comma-separated list of
|
||||
network-project pairs. Each project in this list is represented by a
|
||||
project number (numeric) or by a project ID (alphanumeric). This allows
|
||||
Private Service Connect connections to be created automatically for the
|
||||
specified networks. For example, this connection uses "the form
|
||||
A comma-separated list of networks or network-project pairs. Each
|
||||
project is represented by a project number (numeric) or by a project ID
|
||||
(alphanumeric). This allows Private Service Connect connections to be
|
||||
created automatically for the specified networks. For example, this
|
||||
connection uses "the form
|
||||
psc-auto-connections=network=projects/testproject1/global/networks/testnetwork1"
|
||||
or "the form
|
||||
psc-auto-connections=project=testproject1,network=projects/testproject1/global/networks/testnetwork1".
|
||||
|
|
|
|||
|
|
@ -4,6 +4,7 @@ NAME
|
|||
|
||||
SYNOPSIS
|
||||
gcloud alpha sql instances get-latest-recovery-time INSTANCE
|
||||
[--source-instance-deletion-time=SOURCE_INSTANCE_DELETION_TIME]
|
||||
[GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
|
|
@ -25,6 +26,11 @@ POSITIONAL ARGUMENTS
|
|||
INSTANCE
|
||||
Cloud SQL instance ID.
|
||||
|
||||
FLAGS
|
||||
--source-instance-deletion-time=SOURCE_INSTANCE_DELETION_TIME
|
||||
The deletion time of the source instance. This is used to identify the
|
||||
instance if it has been deleted.
|
||||
|
||||
GCLOUD WIDE FLAGS
|
||||
These flags are available to all commands: --access-token-file, --account,
|
||||
--billing-project, --configuration, --flags-file, --flatten, --format,
|
||||
|
|
|
|||
|
|
@ -634,17 +634,16 @@ FLAGS
|
|||
At most one of these can be specified:
|
||||
|
||||
--clear-psc-auto-connections
|
||||
This removes all connections created automatically. Cloud SQL uses
|
||||
This removes all automatically created connections. Cloud SQL uses
|
||||
these connections to connect to an instance using Private Service
|
||||
Connect.
|
||||
|
||||
--psc-auto-connections=[network=NETWORK],[project=PROJECT]
|
||||
A comma-separated list of networks or a comma-separated list of
|
||||
network-project pairs. Each project in this list is represented by a
|
||||
project number (numeric) or by a project ID (alphanumeric). This
|
||||
allows Private Service Connect connections to be created
|
||||
automatically for the specified networks. For example, this
|
||||
connection uses "the form
|
||||
A comma-separated list of networks or network-project pairs. Each
|
||||
project is represented by a project number (numeric) or by a project
|
||||
ID (alphanumeric). This allows Private Service Connect connections to
|
||||
be created automatically for the specified networks. For example,
|
||||
this connection uses "the form
|
||||
psc-auto-connections=network=projects/testproject1/global/networks/testnetwork1"
|
||||
or "the form
|
||||
psc-auto-connections=project=testproject1,network=projects/testproject1/global/networks/testnetwork1".
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue