mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-16 12:22:03 +00:00
gcloud: Wed May 25 08:41:12 UTC 2022
This commit is contained in:
parent
bda2bf9142
commit
5b5ff68a0d
154 changed files with 3252 additions and 284 deletions
|
|
@ -2,27 +2,29 @@ NAME
|
|||
gcloud network-connectivity spokes delete - delete a spoke
|
||||
|
||||
SYNOPSIS
|
||||
gcloud network-connectivity spokes delete (SPOKE : --region=REGION)
|
||||
[--async] [GCLOUD_WIDE_FLAG ...]
|
||||
gcloud network-connectivity spokes delete SPOKE [--async] [--region=REGION]
|
||||
[GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
Delete the specified spoke.
|
||||
|
||||
EXAMPLES
|
||||
To delete a spoke with name myspoke in region us-central1, run:
|
||||
To delete a spoke named myspoke in the us-central1 region, run:
|
||||
|
||||
$ gcloud network-connectivity spokes delete myspoke \
|
||||
--region=us-central1
|
||||
--region=us-central1
|
||||
|
||||
POSITIONAL ARGUMENTS
|
||||
Spoke resource - Name of the spoke to be deleted. The arguments in this
|
||||
group can be used to specify the attributes of this resource. (NOTE) Some
|
||||
attributes are not given arguments in this group but can be set in other
|
||||
ways. To set the project attribute:
|
||||
Spoke resource - Name of the spoke to delete. This represents a Cloud
|
||||
resource. (NOTE) Some attributes are not given arguments in this group but
|
||||
can be set in other ways. To set the project attribute:
|
||||
◆ provide the argument spoke on the command line with a fully specified
|
||||
name;
|
||||
◆ set the property core/project;
|
||||
◆ provide the argument --project on the command line.
|
||||
◆ provide the argument --project on the command line;
|
||||
◆ set the property core/project. To set the location attribute:
|
||||
◆ provide the argument spoke on the command line with a fully specified
|
||||
name;
|
||||
◆ provide the argument --region on the command line.
|
||||
|
||||
This must be specified.
|
||||
|
||||
|
|
@ -31,22 +33,16 @@ POSITIONAL ARGUMENTS
|
|||
the spoke attribute:
|
||||
▸ provide the argument spoke on the command line.
|
||||
|
||||
This positional must be specified if any of the other arguments in
|
||||
this group are specified.
|
||||
|
||||
--region=REGION
|
||||
The location Id.
|
||||
|
||||
To set the region attribute:
|
||||
▸ provide the argument spoke on the command line with a fully
|
||||
specified name;
|
||||
▸ provide the argument --region on the command line.
|
||||
|
||||
FLAGS
|
||||
--async
|
||||
Return immediately, without waiting for the operation in progress to
|
||||
complete.
|
||||
|
||||
--region=REGION
|
||||
A Google Cloud region. To see the names of regions, see Viewing a list
|
||||
of available regions
|
||||
(https://cloud.google.com/compute/docs/regions-zones/viewing-regions-zones#viewing_a_list_of_available_regions).
|
||||
|
||||
GCLOUD WIDE FLAGS
|
||||
These flags are available to all commands: --access-token-file, --account,
|
||||
--billing-project, --configuration, --flags-file, --flatten, --format,
|
||||
|
|
|
|||
|
|
@ -2,28 +2,30 @@ NAME
|
|||
gcloud network-connectivity spokes describe - describe a spoke
|
||||
|
||||
SYNOPSIS
|
||||
gcloud network-connectivity spokes describe (SPOKE : --region=REGION)
|
||||
gcloud network-connectivity spokes describe SPOKE [--region=REGION]
|
||||
[GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
Retrieve and display details about a spoke.
|
||||
|
||||
EXAMPLES
|
||||
To display details about the spoke named spoke-1 in region us-central1,
|
||||
To display details about a spoke named myspoke in the us-central1 region,
|
||||
run:
|
||||
|
||||
$ gcloud network-connectivity spokes describe spoke-1 \
|
||||
--region=us-central1
|
||||
$ gcloud network-connectivity spokes describe myspoke \
|
||||
--region=us-central1
|
||||
|
||||
POSITIONAL ARGUMENTS
|
||||
Spoke resource - Name of the spoke you want to describe. The arguments in
|
||||
this group can be used to specify the attributes of this resource. (NOTE)
|
||||
Some attributes are not given arguments in this group but can be set in
|
||||
other ways. To set the project attribute:
|
||||
Spoke resource - Name of the spoke to describe. This represents a Cloud
|
||||
resource. (NOTE) Some attributes are not given arguments in this group but
|
||||
can be set in other ways. To set the project attribute:
|
||||
◆ provide the argument spoke on the command line with a fully specified
|
||||
name;
|
||||
◆ set the property core/project;
|
||||
◆ provide the argument --project on the command line.
|
||||
◆ provide the argument --project on the command line;
|
||||
◆ set the property core/project. To set the location attribute:
|
||||
◆ provide the argument spoke on the command line with a fully specified
|
||||
name;
|
||||
◆ provide the argument --region on the command line.
|
||||
|
||||
This must be specified.
|
||||
|
||||
|
|
@ -32,16 +34,11 @@ POSITIONAL ARGUMENTS
|
|||
the spoke attribute:
|
||||
▸ provide the argument spoke on the command line.
|
||||
|
||||
This positional must be specified if any of the other arguments in
|
||||
this group are specified.
|
||||
|
||||
--region=REGION
|
||||
The location Id.
|
||||
|
||||
To set the region attribute:
|
||||
▸ provide the argument spoke on the command line with a fully
|
||||
specified name;
|
||||
▸ provide the argument --region on the command line.
|
||||
FLAGS
|
||||
--region=REGION
|
||||
A Google Cloud region. To see the names of regions, see Viewing a list
|
||||
of available regions
|
||||
(https://cloud.google.com/compute/docs/regions-zones/viewing-regions-zones#viewing_a_list_of_available_regions).
|
||||
|
||||
GCLOUD WIDE FLAGS
|
||||
These flags are available to all commands: --access-token-file, --account,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue