1
0
Fork 0
mirror of https://github.com/imjasonh/gcloud-help synced 2026-07-18 06:47:12 +00:00

gcloud: Wed Apr 26 10:24:37 UTC 2023

This commit is contained in:
Automated 2023-04-26 10:24:37 +00:00
parent b33a8a3e6e
commit 2ae1bc2b12
276 changed files with 6093 additions and 833 deletions

View file

@ -1,21 +1,21 @@
NAME
gcloud beta network-security url-lists delete - delete UrlList
gcloud beta network-security url-lists delete - delete Url List
SYNOPSIS
gcloud beta network-security url-lists delete
(URL_LIST : --location=LOCATION) [--async] [GCLOUD_WIDE_FLAG ...]
DESCRIPTION
(BETA) Delete the specified UrlList.
(BETA) Delete the specified Url List.
EXAMPLES
To delete a UrlList called 'my-url-list', run:
To delete a Url List called 'my-url-list', run:
$ gcloud beta network-security url-lists delete my-url-list \
--location=global
POSITIONAL ARGUMENTS
Url list resource - Name of the UrlList you want to delete. The arguments
Url list resource - Name of the Url List you want 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:
@ -60,8 +60,10 @@ API REFERENCE
for this API can be found at: https://cloud.google.com/networking
NOTES
This command is currently in beta and might change without notice. This
variant is also available:
This command is currently in beta and might change without notice. These
variants are also available:
$ gcloud network-security url-lists delete
$ gcloud alpha network-security url-lists delete

View file

@ -1,5 +1,5 @@
NAME
gcloud beta network-security url-lists export - export UrlList
gcloud beta network-security url-lists export - export Url List
SYNOPSIS
gcloud beta network-security url-lists export
@ -7,16 +7,16 @@ SYNOPSIS
[GCLOUD_WIDE_FLAG ...]
DESCRIPTION
(BETA) Export a UrlList.
(BETA) Export a Url List.
EXAMPLES
To export a UrlList, run:
To export a Url List, run:
$ gcloud beta network-security url-lists export my-url-list \
--destination=my-url-list.yaml --location=global
POSITIONAL ARGUMENTS
Url list resource - Name of the UrlList to export. The arguments in this
Url list resource - Name of the Url List to export. 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:
@ -64,8 +64,10 @@ API REFERENCE
for this API can be found at: https://cloud.google.com/networking
NOTES
This command is currently in beta and might change without notice. This
variant is also available:
This command is currently in beta and might change without notice. These
variants are also available:
$ gcloud network-security url-lists export
$ gcloud alpha network-security url-lists export

View file

@ -1,11 +1,11 @@
NAME
gcloud beta network-security url-lists - manage Network Security UrlLists
gcloud beta network-security url-lists - manage Network Security Url Lists
SYNOPSIS
gcloud beta network-security url-lists COMMAND [GCLOUD_WIDE_FLAG ...]
DESCRIPTION
(BETA) Manage Network Security UrlLists.
(BETA) Manage Network Security Url Lists.
GCLOUD WIDE FLAGS
These flags are available to all commands: --help.
@ -16,20 +16,22 @@ COMMANDS
COMMAND is one of the following:
delete
(BETA) Delete UrlList.
(BETA) Delete Url List.
export
(BETA) Export UrlList.
(BETA) Export Url List.
import
(BETA) Import UrlList.
(BETA) Import Url List.
list
(BETA) List UrlLists.
(BETA) List Url Lists.
NOTES
This command is currently in beta and might change without notice. This
variant is also available:
This command is currently in beta and might change without notice. These
variants are also available:
$ gcloud network-security url-lists
$ gcloud alpha network-security url-lists

View file

@ -1,5 +1,5 @@
NAME
gcloud beta network-security url-lists import - import UrlList
gcloud beta network-security url-lists import - import Url List
SYNOPSIS
gcloud beta network-security url-lists import
@ -7,16 +7,16 @@ SYNOPSIS
[GCLOUD_WIDE_FLAG ...]
DESCRIPTION
(BETA) Import a UrlList.
(BETA) Import a Url List.
EXAMPLES
To import a UrlList from a YAML file, run:
To import a Url List from a YAML file, run:
$ gcloud beta network-security url-lists import my-url-list \
--source=my-url-list.yaml --location=global
POSITIONAL ARGUMENTS
Url list resource - Name of the UrlList to import. The arguments in this
Url list resource - Name of the Url List to import. 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:
@ -71,8 +71,10 @@ API REFERENCE
for this API can be found at: https://cloud.google.com/networking
NOTES
This command is currently in beta and might change without notice. This
variant is also available:
This command is currently in beta and might change without notice. These
variants are also available:
$ gcloud network-security url-lists import
$ gcloud alpha network-security url-lists import

View file

@ -1,5 +1,5 @@
NAME
gcloud beta network-security url-lists list - list UrlLists
gcloud beta network-security url-lists list - list Url Lists
SYNOPSIS
gcloud beta network-security url-lists list --location=LOCATION
@ -7,15 +7,15 @@ SYNOPSIS
[--sort-by=[FIELD,...]] [--uri] [GCLOUD_WIDE_FLAG ...]
DESCRIPTION
(BETA) List all UrlLists in the specified location of the current project.
(BETA) List all Url Lists in the specified location of the current project.
EXAMPLES
To list UrlLists in the current project, run:
To list Url Lists in the current project, run:
$ gcloud beta network-security url-lists list --location=global
REQUIRED FLAGS
Location resource - The project of the UrlLists to display. This
Location resource - The project of the Url Lists to display. 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:
@ -76,8 +76,10 @@ API REFERENCE
for this API can be found at: https://cloud.google.com/networking
NOTES
This command is currently in beta and might change without notice. This
variant is also available:
This command is currently in beta and might change without notice. These
variants are also available:
$ gcloud network-security url-lists list
$ gcloud alpha network-security url-lists list