mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-21 14:39:15 +00:00
gcloud: Tue Oct 18 11:38:19 UTC 2022
This commit is contained in:
parent
389ff42bae
commit
5c08d21169
159 changed files with 4170 additions and 656 deletions
|
|
@ -127,5 +127,7 @@ 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.
|
||||
access allowlist. This variant is also available:
|
||||
|
||||
$ gcloud network-connectivity policy-based-routes create
|
||||
|
||||
|
|
|
|||
|
|
@ -53,5 +53,7 @@ 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.
|
||||
access allowlist. This variant is also available:
|
||||
|
||||
$ gcloud network-connectivity policy-based-routes delete
|
||||
|
||||
|
|
|
|||
|
|
@ -49,5 +49,7 @@ 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.
|
||||
access allowlist. This variant is also available:
|
||||
|
||||
$ gcloud network-connectivity policy-based-routes describe
|
||||
|
||||
|
|
|
|||
|
|
@ -33,5 +33,7 @@ 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.
|
||||
access allowlist. This variant is also available:
|
||||
|
||||
$ gcloud network-connectivity policy-based-routes
|
||||
|
||||
|
|
|
|||
|
|
@ -11,6 +11,11 @@ DESCRIPTION
|
|||
(ALPHA) Retrieve and display a list of all policy based routes in the
|
||||
specified project.
|
||||
|
||||
EXAMPLES
|
||||
To display details about a policy based route named my-pbr, run:
|
||||
|
||||
$ gcloud alpha network-connectivity policy-based-routes list my-pbr
|
||||
|
||||
LIST COMMAND FLAGS
|
||||
--filter=EXPRESSION
|
||||
Apply a Boolean filter EXPRESSION to each resource item to be listed.
|
||||
|
|
@ -54,5 +59,7 @@ 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.
|
||||
access allowlist. This variant is also available:
|
||||
|
||||
$ gcloud network-connectivity policy-based-routes list
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue