1
0
Fork 0
mirror of https://github.com/imjasonh/gcloud-help synced 2026-07-11 15:39:42 +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

@ -65,8 +65,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 gateway-security-policies delete
$ gcloud alpha network-security gateway-security-policies delete

View file

@ -68,8 +68,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 gateway-security-policies export
$ gcloud alpha network-security gateway-security-policies export

View file

@ -18,7 +18,7 @@ GROUPS
GROUP is one of the following:
rules
(BETA) Manage Network Security GatewaySecurityPolicyRules.
(BETA) Manage Network Security Gateway Security Policy Rules.
COMMANDS
COMMAND is one of the following:
@ -36,8 +36,10 @@ COMMANDS
(BETA) List Gateway Security Policies.
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 gateway-security-policies
$ gcloud alpha network-security gateway-security-policies

View file

@ -74,8 +74,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 gateway-security-policies import
$ gcloud alpha network-security gateway-security-policies import

View file

@ -80,8 +80,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 gateway-security-policies list
$ gcloud alpha network-security gateway-security-policies list

View file

@ -1,6 +1,6 @@
NAME
gcloud beta network-security gateway-security-policies rules delete -
delete GatewaySecurityPolicyRule
delete Gateway Security Policy Rule
SYNOPSIS
gcloud beta network-security gateway-security-policies rules delete
@ -9,21 +9,21 @@ SYNOPSIS
--location=LOCATION) [--async] [GCLOUD_WIDE_FLAG ...]
DESCRIPTION
(BETA) Delete the specified GatewaySecurityPolicyRule.
(BETA) Delete the specified Gateway Security Policy Rule.
EXAMPLES
To delete a GatewaySecurityPolicyRule called 'my-rule', run:
To delete a Gateway Security Policy Rule called 'my-rule', run:
$ gcloud beta network-security gateway-security-policies rules \
delete my-rule --location={region} \
--gateway-security-policy={policy-name}
POSITIONAL ARGUMENTS
Gateway security policy rule resource - Name of the
GatewaySecurityPolicyRule 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:
Gateway security policy rule resource - Name of the Gateway Security
Policy Rule 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:
◆ provide the argument gateway_security_policy_rule on the command line
with a fully specified name;
◆ set the property core/project;
@ -75,8 +75,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 gateway-security-policies rules delete
$ gcloud alpha network-security gateway-security-policies rules \
delete

View file

@ -1,6 +1,6 @@
NAME
gcloud beta network-security gateway-security-policies rules export -
export GatewaySecurityPolicyRule
export Gateway Security Policy Rule
SYNOPSIS
gcloud beta network-security gateway-security-policies rules export
@ -10,21 +10,21 @@ SYNOPSIS
[GCLOUD_WIDE_FLAG ...]
DESCRIPTION
(BETA) Export a GatewaySecurityPolicyRule.
(BETA) Export a Gateway Security Policy Rule.
EXAMPLES
To export a GatewaySecurityPolicyRule, run:
To export a Gateway Security Policy Rule, run:
$ gcloud beta network-security gateway-security-policies rules \
export my-rule --destination=my-rule.yaml --location={region} \
--gateway-security-policy={policy-name}
POSITIONAL ARGUMENTS
Gateway security policy rule resource - Name of the
GatewaySecurityPolicyRule 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:
Gateway security policy rule resource - Name of the Gateway Security
Policy Rule 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:
◆ provide the argument gateway_security_policy_rule on the command line
with a fully specified name;
◆ set the property core/project;
@ -79,8 +79,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 gateway-security-policies rules export
$ gcloud alpha network-security gateway-security-policies rules \
export

View file

@ -1,13 +1,13 @@
NAME
gcloud beta network-security gateway-security-policies rules - manage
Network Security GatewaySecurityPolicyRules
Network Security Gateway Security Policy Rules
SYNOPSIS
gcloud beta network-security gateway-security-policies rules COMMAND
[GCLOUD_WIDE_FLAG ...]
DESCRIPTION
(BETA) Manage Network Security GatewaySecurityPolicyRules.
(BETA) Manage Network Security Gateway Security Policy Rules.
GCLOUD WIDE FLAGS
These flags are available to all commands: --help.
@ -18,20 +18,22 @@ COMMANDS
COMMAND is one of the following:
delete
(BETA) Delete GatewaySecurityPolicyRule.
(BETA) Delete Gateway Security Policy Rule.
export
(BETA) Export GatewaySecurityPolicyRule.
(BETA) Export Gateway Security Policy Rule.
import
(BETA) Import GatewaySecurityPolicy.
(BETA) Import Gateway Security Policy Rule.
list
(BETA) List GatewaySecurityPolicyRules.
(BETA) List Gateway Security Policy Rules.
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 gateway-security-policies rules
$ gcloud alpha network-security gateway-security-policies rules

View file

@ -1,6 +1,6 @@
NAME
gcloud beta network-security gateway-security-policies rules import -
import GatewaySecurityPolicy
import Gateway Security Policy Rule
SYNOPSIS
gcloud beta network-security gateway-security-policies rules import
@ -10,19 +10,19 @@ SYNOPSIS
[GCLOUD_WIDE_FLAG ...]
DESCRIPTION
(BETA) Import a GatewaySecurityPolicy.
(BETA) Import a Gateway Security Policy Rule.
EXAMPLES
To import a GatewaySecurityPolicy from a YAML file, run:
To import a Gateway Security Policy Rule from a YAML file, run:
$ gcloud beta network-security gateway-security-policies rules \
import my-rule --source=my-rule.yaml --location={region} \
--gateway-security-policy={policy-name}
POSITIONAL ARGUMENTS
Gateway security policy rule resource - Name of the GatewaySecurityPolicy
to import. The arguments in this group can be used to specify the
attributes of this resource. (NOTE) Some attributes are not given
Gateway security policy rule resource - Name of the Gateway Security
Policy Rule 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:
◆ provide the argument gateway_security_policy_rule on the command line
@ -86,8 +86,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 gateway-security-policies rules import
$ gcloud alpha network-security gateway-security-policies rules \
import

View file

@ -1,6 +1,6 @@
NAME
gcloud beta network-security gateway-security-policies rules list - list
GatewaySecurityPolicyRules
Gateway Security Policy Rules
SYNOPSIS
gcloud beta network-security gateway-security-policies rules list
@ -10,21 +10,21 @@ SYNOPSIS
[GCLOUD_WIDE_FLAG ...]
DESCRIPTION
(BETA) List all GatewaySecurityPolicyRules in the specified location of the
current project.
(BETA) List all Gateway Security Policy Rules in the specified location of
the current project.
EXAMPLES
To list GatewaySecurityPolicyRules in the current project, run:
To list Gateway Security Policy Rules in the current project, run:
$ gcloud beta network-security gateway-security-policies rules \
list --location={region} --gateway-security-policy={policy-name}
REQUIRED FLAGS
Gateway security policy resource - The project of the
GatewaySecurityPolicyRules to display. 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:
Gateway security policy resource - The project of the Gateway Security
Policy Rules to display. 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 --gateway-security-policy on the command line
with a fully specified name;
◆ set the property core/project;
@ -95,8 +95,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 gateway-security-policies rules list
$ gcloud alpha network-security gateway-security-policies rules list

View file

@ -31,7 +31,7 @@ GROUPS
(BETA) Manage Network Security TLS Inspection Policies.
url-lists
(BETA) Manage Network Security UrlLists.
(BETA) Manage Network Security Url Lists.
NOTES
This command is currently in beta and might change without notice. These

View file

@ -0,0 +1,63 @@
NAME
gcloud beta network-security server-tls-policies describe - describe
ServerTlsPolicy
SYNOPSIS
gcloud beta network-security server-tls-policies describe
(SERVER_TLS_POLICY : --location=LOCATION) [GCLOUD_WIDE_FLAG ...]
DESCRIPTION
(BETA) Describe the specified ServerTlsPolicy.
EXAMPLES
To describe a ServerTlsPolicy called 'my-server-tls-policy', run:
$ gcloud beta network-security server-tls-policies describe \
my-server-tls-policy --location=global
POSITIONAL ARGUMENTS
Server TLS policy resource - The ServerTlsPolicy 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 server_tls_policy on the command line with a
fully specified name;
◆ set the property core/project;
◆ provide the argument --project on the command line.
This must be specified.
SERVER_TLS_POLICY
ID of the server TLS policy or fully qualified identifier for the
server TLS policy. To set the server_tls_policy attribute:
▸ provide the argument server_tls_policy on the command line.
This positional argument must be specified if any of the other
arguments in this group are specified.
--location=LOCATION
The location Id.
To set the location attribute:
▸ provide the argument server_tls_policy on the command line with a
fully specified name;
▸ provide the argument --location 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.
API REFERENCE
This command uses the networksecurity/v1beta1 API. The full documentation
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:
$ gcloud alpha network-security server-tls-policies describe

View file

@ -20,6 +20,9 @@ COMMANDS
delete
(BETA) Delete ServerTlsPolicy.
describe
(BETA) Describe ServerTlsPolicy.
export
(BETA) Export ServerTlsPolicy.

View file

@ -63,8 +63,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 tls-inspection-policies delete
$ gcloud alpha network-security tls-inspection-policies delete

View file

@ -66,8 +66,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 tls-inspection-policies export
$ gcloud alpha network-security tls-inspection-policies export

View file

@ -30,8 +30,10 @@ COMMANDS
(BETA) List TLS Inspection Policies.
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 tls-inspection-policies
$ gcloud alpha network-security tls-inspection-policies

View file

@ -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 tls-inspection-policies import
$ gcloud alpha network-security tls-inspection-policies import

View file

@ -78,8 +78,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 tls-inspection-policies list
$ gcloud alpha network-security tls-inspection-policies list

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