mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-13 16:37:00 +00:00
42 lines
827 B
Text
42 lines
827 B
Text
|
|
NAME
|
||
|
|
gcloud network-management connectivity-tests - manage Network Management
|
||
|
|
ConnectivityTests
|
||
|
|
|
||
|
|
SYNOPSIS
|
||
|
|
gcloud network-management connectivity-tests COMMAND [GCLOUD_WIDE_FLAG ...]
|
||
|
|
|
||
|
|
DESCRIPTION
|
||
|
|
Manage Network Management ConnectivityTests.
|
||
|
|
|
||
|
|
GCLOUD WIDE FLAGS
|
||
|
|
These flags are available to all commands: --help.
|
||
|
|
|
||
|
|
Run $ gcloud help for details.
|
||
|
|
|
||
|
|
COMMANDS
|
||
|
|
COMMAND is one of the following:
|
||
|
|
|
||
|
|
create
|
||
|
|
Create a new connectivity test.
|
||
|
|
|
||
|
|
delete
|
||
|
|
Delete a connectivity test.
|
||
|
|
|
||
|
|
describe
|
||
|
|
Describe a connectivity test.
|
||
|
|
|
||
|
|
list
|
||
|
|
List connectivity tests.
|
||
|
|
|
||
|
|
rerun
|
||
|
|
Rerun a connectivity test.
|
||
|
|
|
||
|
|
update
|
||
|
|
Update an existing connectivity test.
|
||
|
|
|
||
|
|
NOTES
|
||
|
|
This variant is also available:
|
||
|
|
|
||
|
|
$ gcloud beta network-management connectivity-tests
|
||
|
|
|