1
0
Fork 0
mirror of https://github.com/imjasonh/gcloud-help synced 2026-07-18 23:08:48 +00:00

gcloud: Wed Apr 27 09:13:09 UTC 2022

This commit is contained in:
Automated 2022-04-27 09:13:09 +00:00
parent 72862dfe28
commit 532fac5ddb
131 changed files with 1510 additions and 390 deletions

View file

@ -1,6 +1,6 @@
NAME
gcloud alpha edge-cloud networking networks create - create a Edge Network
network
gcloud alpha edge-cloud networking networks create - create a Distributed
Cloud Edge Network network
SYNOPSIS
gcloud alpha edge-cloud networking networks create
@ -9,20 +9,20 @@ SYNOPSIS
[GCLOUD_WIDE_FLAG ...]
DESCRIPTION
(ALPHA) Create a new Edge Network network resource.
(ALPHA) Create a new Distributed Cloud Edge Network network resource.
EXAMPLES
To create a network called 'my-network' with MTU value of 9000 bytes in
edge zone 'us-central1-edge-den1', run:
$ gcloud alpha edge-cloud networking networks create my-network \
--location=us-central1 --zone=den1 --mtu=9000
--location=us-central1 --zone=us-central1-edge-den1 --mtu=9000
POSITIONAL ARGUMENTS
Network resource - Edge Network network to create. 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:
Network resource - Distributed Cloud Edge Network network to create. 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:
◆ provide the argument network on the command line with a fully
specified name;
◆ set the property core/project;
@ -82,7 +82,8 @@ GCLOUD WIDE FLAGS
API REFERENCE
This command uses the edgenetwork/v1alpha1 API. The full documentation for
this API can be found at: go/gmec-nas
this API can be found at:
https://cloud.google.com/distributed-cloud-edge/docs
NOTES
This command is currently in alpha and might change without notice. If this

View file

@ -1,6 +1,6 @@
NAME
gcloud alpha edge-cloud networking networks delete - delete a Edge Network
network
gcloud alpha edge-cloud networking networks delete - delete a Distributed
Cloud Edge Network network
SYNOPSIS
gcloud alpha edge-cloud networking networks delete
@ -8,20 +8,20 @@ SYNOPSIS
[GCLOUD_WIDE_FLAG ...]
DESCRIPTION
(ALPHA) Delete a Edge Network network.
(ALPHA) Delete a Distributed Cloud Edge Network network.
EXAMPLES
To delete a network called 'my-network' in edge zone
'us-central1-edge-den1', run:
To delete a Distributed Cloud Edge Network network called 'my-network' in
edge zone 'us-central1-edge-den1', run:
$ gcloud alpha edge-cloud networking networks delete my-network \
--location=us-central1 --zone=den1
--location=us-central1 --zone=us-central1-edge-den1
POSITIONAL ARGUMENTS
Network resource - Edge Network network to delete. 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:
Network resource - Distributed Cloud Edge Network network to delete. 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:
◆ provide the argument network on the command line with a fully
specified name;
◆ set the property core/project;
@ -65,7 +65,8 @@ GCLOUD WIDE FLAGS
API REFERENCE
This command uses the edgenetwork/v1alpha1 API. The full documentation for
this API can be found at: go/gmec-nas
this API can be found at:
https://cloud.google.com/distributed-cloud-edge/docs
NOTES
This command is currently in alpha and might change without notice. If this

View file

@ -1,26 +1,27 @@
NAME
gcloud alpha edge-cloud networking networks describe - show details about
the Edge Network network
the Distributed Cloud Edge Network network
SYNOPSIS
gcloud alpha edge-cloud networking networks describe
(NETWORK : --location=LOCATION --zone=ZONE) [GCLOUD_WIDE_FLAG ...]
DESCRIPTION
(ALPHA) Show details about the Edge Network network.
(ALPHA) Show details about the Distributed Cloud Edge Network network.
EXAMPLES
To show details about a network called 'my-network' in edge zone
'us-central1-edge-den1', run:
$ gcloud alpha edge-cloud networking networks describe my-network \
--location=us-central1 --zone=den1
--location=us-central1 --zone=us-central1-edge-den1
POSITIONAL ARGUMENTS
Network resource - The Edge Network network 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:
Network resource - The Distributed Cloud Edge Network network 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:
◆ provide the argument network on the command line with a fully
specified name;
◆ set the property core/project;
@ -59,7 +60,8 @@ GCLOUD WIDE FLAGS
API REFERENCE
This command uses the edgenetwork/v1alpha1 API. The full documentation for
this API can be found at: go/gmec-nas
this API can be found at:
https://cloud.google.com/distributed-cloud-edge/docs
NOTES
This command is currently in alpha and might change without notice. If this

View file

@ -0,0 +1,65 @@
NAME
gcloud alpha edge-cloud networking networks get-status - get the status of
a specified Distributed Cloud Edge Network network
SYNOPSIS
gcloud alpha edge-cloud networking networks get-status
(NETWORK : --location=LOCATION --zone=ZONE) [GCLOUD_WIDE_FLAG ...]
DESCRIPTION
(ALPHA) Get the status of a specified Distributed Cloud Edge Network
network.
EXAMPLES
To get the status of the Distributed Cloud Edge Network network
'my-network' in edge zone 'us-central1-edge-den1' , run:
$ gcloud alpha edge-cloud networking networks get-status \
my-network --location=us-central1 --zone=us-central1-edge-den1
POSITIONAL ARGUMENTS
Network resource - The network to get status. 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:
◆ provide the argument network on the command line with a fully
specified name;
◆ provide the argument --project on the command line;
◆ set the property core/project.
This must be specified.
NETWORK
ID of the network or fully qualified identifier for the network. To
set the network attribute:
▸ provide the argument network on the command line.
This positional must be specified if any of the other arguments in
this group are specified.
--location=LOCATION
The Cloud location for the network. To set the location attribute:
▸ provide the argument network on the command line with a fully
specified name;
▸ provide the argument --location on the command line.
--zone=ZONE
The zone of the network. To set the zone attribute:
▸ provide the argument network on the command line with a fully
specified name;
▸ provide the argument --zone on the command line.
GCLOUD WIDE FLAGS
These flags are available to all commands: --access-token-file, --account,
--billing-project, --configuration, --flags-file, --flatten, --format,
--help, --impersonate-service-account, --log-http, --project, --quiet,
--trace-token, --user-output-enabled, --verbosity.
Run $ gcloud help for details.
NOTES
This command is currently in alpha and might change without notice. If this
command fails with API permission errors despite specifying the correct
project, you might be trying to access an API with an invitation-only early
access allowlist.

View file

@ -17,16 +17,20 @@ COMMANDS
COMMAND is one of the following:
create
(ALPHA) Create a Edge Network network.
(ALPHA) Create a Distributed Cloud Edge Network network.
delete
(ALPHA) Delete a Edge Network network.
(ALPHA) Delete a Distributed Cloud Edge Network network.
describe
(ALPHA) Show details about the Edge Network network.
(ALPHA) Show details about the Distributed Cloud Edge Network network.
get-status
(ALPHA) Get the status of a specified Distributed Cloud Edge Network
network.
list
(ALPHA) List Edge Network networks.
(ALPHA) List Distributed Cloud Edge Network networks.
NOTES
This command is currently in alpha and might change without notice. If this

View file

@ -1,6 +1,6 @@
NAME
gcloud alpha edge-cloud networking networks list - list Edge Network
networks
gcloud alpha edge-cloud networking networks list - list Distributed Cloud
Edge Network networks
SYNOPSIS
gcloud alpha edge-cloud networking networks list
@ -9,11 +9,11 @@ SYNOPSIS
[GCLOUD_WIDE_FLAG ...]
DESCRIPTION
(ALPHA) List Edge Network networks.
(ALPHA) List Distributed Cloud Edge Network networks.
EXAMPLES
To list the Edge Network networks in edge zone 'us-central1-edge-den1',
run:
To list the Distributed Cloud Edge Network networks in edge zone
'us-central1-edge-den1', run:
$ gcloud alpha edge-cloud networking networks list \
--location=us-central1 --zone=us-central1-edge-den1
@ -87,7 +87,8 @@ GCLOUD WIDE FLAGS
API REFERENCE
This command uses the edgenetwork/v1alpha1 API. The full documentation for
this API can be found at: go/gmec-nas
this API can be found at:
https://cloud.google.com/distributed-cloud-edge/docs
NOTES
This command is currently in alpha and might change without notice. If this