mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-12 16:08:31 +00:00
gcloud: Wed Mar 29 10:40:15 UTC 2023
This commit is contained in:
parent
4ccfc7a5e3
commit
5fabf24be7
269 changed files with 6797 additions and 464 deletions
|
|
@ -1,6 +1,6 @@
|
|||
NAME
|
||||
gcloud alpha network-security gateway-security-policies delete - delete
|
||||
GatewaySecurityPolicy
|
||||
Gateway Security Policy
|
||||
|
||||
SYNOPSIS
|
||||
gcloud alpha network-security gateway-security-policies delete
|
||||
|
|
@ -8,16 +8,17 @@ SYNOPSIS
|
|||
[GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
(ALPHA) Delete the specified GatewaySecurityPolicy.
|
||||
(ALPHA) Delete the specified Gateway Security Policy.
|
||||
|
||||
EXAMPLES
|
||||
To delete a GatewaySecurityPolicy called 'my-gateway-security-policy', run:
|
||||
To delete a Gateway Security Policy called 'my-gateway-security-policy',
|
||||
run:
|
||||
|
||||
$ gcloud alpha network-security gateway-security-policies delete \
|
||||
my-gateway-security-policy --location=global
|
||||
|
||||
POSITIONAL ARGUMENTS
|
||||
Gateway security policy resource - Name of the GatewaySecurityPolicy you
|
||||
Gateway security policy resource - Name of the Gateway Security Policy 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
|
||||
|
|
@ -67,5 +68,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 beta network-security gateway-security-policies delete
|
||||
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
NAME
|
||||
gcloud alpha network-security gateway-security-policies export - export
|
||||
GatewaySecurityPolicy
|
||||
Gateway Security Policy
|
||||
|
||||
SYNOPSIS
|
||||
gcloud alpha network-security gateway-security-policies export
|
||||
|
|
@ -8,10 +8,10 @@ SYNOPSIS
|
|||
[--destination=DESTINATION] [GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
(ALPHA) Export a GatewaySecurityPolicy.
|
||||
(ALPHA) Export a Gateway Security Policy.
|
||||
|
||||
EXAMPLES
|
||||
To export a GatewaySecurityPolicy, run:
|
||||
To export a Gateway Security Policy, run:
|
||||
|
||||
$ gcloud alpha network-security gateway-security-policies export \
|
||||
my-gateway-security-policy \
|
||||
|
|
@ -19,7 +19,7 @@ EXAMPLES
|
|||
--location=global
|
||||
|
||||
POSITIONAL ARGUMENTS
|
||||
Gateway security policy resource - Name of the GatewaySecurityPolicy to
|
||||
Gateway security policy resource - Name of the Gateway Security Policy 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:
|
||||
|
|
@ -71,5 +71,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 beta network-security gateway-security-policies export
|
||||
|
||||
|
|
|
|||
|
|
@ -1,13 +1,13 @@
|
|||
NAME
|
||||
gcloud alpha network-security gateway-security-policies - manage Network
|
||||
Security GatewaySecurityPolicies
|
||||
Security Gateway Security Policies
|
||||
|
||||
SYNOPSIS
|
||||
gcloud alpha network-security gateway-security-policies GROUP | COMMAND
|
||||
[GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
(ALPHA) Manage Network Security GatewaySecurityPolicies.
|
||||
(ALPHA) Manage Network Security Gateway Security Policies.
|
||||
|
||||
GCLOUD WIDE FLAGS
|
||||
These flags are available to all commands: --help.
|
||||
|
|
@ -24,20 +24,22 @@ COMMANDS
|
|||
COMMAND is one of the following:
|
||||
|
||||
delete
|
||||
(ALPHA) Delete GatewaySecurityPolicy.
|
||||
(ALPHA) Delete Gateway Security Policy.
|
||||
|
||||
export
|
||||
(ALPHA) Export GatewaySecurityPolicy.
|
||||
(ALPHA) Export Gateway Security Policy.
|
||||
|
||||
import
|
||||
(ALPHA) Import GatewaySecurityPolicy.
|
||||
(ALPHA) Import Gateway Security Policy.
|
||||
|
||||
list
|
||||
(ALPHA) List GatewaySecurityPolicies.
|
||||
(ALPHA) List Gateway Security Policies.
|
||||
|
||||
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 beta network-security gateway-security-policies
|
||||
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
NAME
|
||||
gcloud alpha network-security gateway-security-policies import - import
|
||||
GatewaySecurityPolicy
|
||||
Gateway Security Policy
|
||||
|
||||
SYNOPSIS
|
||||
gcloud alpha network-security gateway-security-policies import
|
||||
|
|
@ -8,17 +8,17 @@ SYNOPSIS
|
|||
[--source=SOURCE] [GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
(ALPHA) Import a GatewaySecurityPolicy.
|
||||
(ALPHA) Import a Gateway Security Policy.
|
||||
|
||||
EXAMPLES
|
||||
To import a GatewaySecurityPolicy from a YAML file, run:
|
||||
To import a Gateway Security Policy from a YAML file, run:
|
||||
|
||||
$ gcloud alpha network-security gateway-security-policies import \
|
||||
my-gateway-security-policy \
|
||||
--source=my-gateway-security-policy-list.yaml --location=global
|
||||
|
||||
POSITIONAL ARGUMENTS
|
||||
Gateway security policy resource - Name of the GatewaySecurityPolicy to
|
||||
Gateway security policy resource - Name of the Gateway Security Policy 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:
|
||||
|
|
@ -77,5 +77,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 beta network-security gateway-security-policies import
|
||||
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
NAME
|
||||
gcloud alpha network-security gateway-security-policies list - list
|
||||
GatewaySecurityPolicies
|
||||
gcloud alpha network-security gateway-security-policies list - list Gateway
|
||||
Security Policies
|
||||
|
||||
SYNOPSIS
|
||||
gcloud alpha network-security gateway-security-policies list
|
||||
|
|
@ -9,20 +9,20 @@ SYNOPSIS
|
|||
[GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
(ALPHA) List all GatewaySecurityPolicies in the specified location of the
|
||||
(ALPHA) List all Gateway Security Policies in the specified location of the
|
||||
current project.
|
||||
|
||||
EXAMPLES
|
||||
To list GatewaySecurityPolicies in the current project, run:
|
||||
To list Gateway Security Policies in the current project, run:
|
||||
|
||||
$ gcloud alpha network-security gateway-security-policies list \
|
||||
--location=global
|
||||
|
||||
REQUIRED FLAGS
|
||||
Location resource - The project of the GatewaySecurityPolicies 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:
|
||||
Location resource - The project of the Gateway Security Policies 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:
|
||||
◆ provide the argument --location on the command line with a fully
|
||||
specified name;
|
||||
◆ set the property core/project;
|
||||
|
|
@ -83,5 +83,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 beta network-security gateway-security-policies list
|
||||
|
||||
|
|
|
|||
|
|
@ -78,5 +78,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 beta network-security gateway-security-policies rules delete
|
||||
|
||||
|
|
|
|||
|
|
@ -82,5 +82,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 beta network-security gateway-security-policies rules export
|
||||
|
||||
|
|
|
|||
|
|
@ -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 beta network-security gateway-security-policies rules
|
||||
|
||||
|
|
|
|||
|
|
@ -89,5 +89,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 beta network-security gateway-security-policies rules import
|
||||
|
||||
|
|
|
|||
|
|
@ -98,5 +98,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 beta network-security gateway-security-policies rules list
|
||||
|
||||
|
|
|
|||
|
|
@ -22,7 +22,7 @@ GROUPS
|
|||
(ALPHA) Manage Network Security ClientTlsPolicies.
|
||||
|
||||
gateway-security-policies
|
||||
(ALPHA) Manage Network Security GatewaySecurityPolicies.
|
||||
(ALPHA) Manage Network Security Gateway Security Policies.
|
||||
|
||||
server-tls-policies
|
||||
(ALPHA) Manage Network Security ServerTlsPolicies.
|
||||
|
|
|
|||
|
|
@ -63,5 +63,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 beta network-security url-lists delete
|
||||
|
||||
|
|
|
|||
|
|
@ -67,5 +67,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 beta network-security url-lists export
|
||||
|
||||
|
|
|
|||
|
|
@ -31,5 +31,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 beta network-security url-lists
|
||||
|
||||
|
|
|
|||
|
|
@ -74,5 +74,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 beta network-security url-lists import
|
||||
|
||||
|
|
|
|||
|
|
@ -79,5 +79,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 beta network-security url-lists list
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue