mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-18 23:08:48 +00:00
gcloud: Wed Apr 13 08:33:42 UTC 2022
This commit is contained in:
parent
f88a614da8
commit
9dcb91c709
143 changed files with 4432 additions and 242 deletions
|
|
@ -9,7 +9,10 @@ SYNOPSIS
|
|||
[GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
(BETA) Create a Datastream private connection
|
||||
(BETA) (DEPRECATED) Datastream beta version is deprecated. Please
|
||||
use`gcloud datastream private-connections create command instead.
|
||||
|
||||
Create a Datastream private connection
|
||||
|
||||
EXAMPLES
|
||||
To create a privateConnection called 'my-privateConnection', run:
|
||||
|
|
|
|||
|
|
@ -8,8 +8,11 @@ SYNOPSIS
|
|||
[GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
(BETA) Deletes a private connection. You must set the --force parameter to
|
||||
ensure that the private connectivity configuration is deleted properly.
|
||||
(BETA) (DEPRECATED) This command has been deprecated. Use gcloud datastream
|
||||
private_connections delete instead.
|
||||
|
||||
Deletes a private connection. You must set the --force parameter to ensure
|
||||
that the private connectivity configuration is deleted properly.
|
||||
|
||||
EXAMPLES
|
||||
To delete a private connection:
|
||||
|
|
|
|||
|
|
@ -7,7 +7,10 @@ SYNOPSIS
|
|||
(PRIVATE_CONNECTION : --location=LOCATION) [GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
(BETA) Show details about a private connection.
|
||||
(BETA) (DEPRECATED) This command has been deprecated. Use gcloud datastream
|
||||
private_connections describe instead.
|
||||
|
||||
Show details about a private connection.
|
||||
|
||||
EXAMPLES
|
||||
To show details about a private connection, run:
|
||||
|
|
|
|||
|
|
@ -17,16 +17,16 @@ COMMANDS
|
|||
COMMAND is one of the following:
|
||||
|
||||
create
|
||||
(BETA) Create a Datastream private connection.
|
||||
(BETA) (DEPRECATED) Create a Datastream private connection.
|
||||
|
||||
delete
|
||||
(BETA) Delete a Datastream private connection.
|
||||
(BETA) (DEPRECATED) Delete a Datastream private connection.
|
||||
|
||||
describe
|
||||
(BETA) Show details about a Datastream private connection.
|
||||
(BETA) (DEPRECATED) Show details about a Datastream private connection.
|
||||
|
||||
list
|
||||
(BETA) List private connections.
|
||||
(BETA) (DEPRECATED) List private connections.
|
||||
|
||||
NOTES
|
||||
This command is currently in beta and might change without notice. This
|
||||
|
|
|
|||
|
|
@ -7,7 +7,10 @@ SYNOPSIS
|
|||
[--sort-by=[FIELD,...]] [--uri] [GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
(BETA) List private connections.
|
||||
(BETA) (DEPRECATED) This command has been deprecated. Use gcloud datastream
|
||||
private_connections list instead.
|
||||
|
||||
List private connections.
|
||||
|
||||
EXAMPLES
|
||||
To list all private connections in a project and location 'us-central1',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue