mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-20 04:58:26 +00:00
gcloud: Wed Apr 26 10:24:37 UTC 2023
This commit is contained in:
parent
b33a8a3e6e
commit
2ae1bc2b12
276 changed files with 6093 additions and 833 deletions
|
|
@ -68,7 +68,9 @@ 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. This variant is also available:
|
||||
access allowlist. These variants are also available:
|
||||
|
||||
$ gcloud network-security gateway-security-policies delete
|
||||
|
||||
$ gcloud beta network-security gateway-security-policies delete
|
||||
|
||||
|
|
|
|||
|
|
@ -71,7 +71,9 @@ 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. This variant is also available:
|
||||
access allowlist. These variants are also available:
|
||||
|
||||
$ gcloud network-security gateway-security-policies export
|
||||
|
||||
$ gcloud beta network-security gateway-security-policies export
|
||||
|
||||
|
|
|
|||
|
|
@ -18,7 +18,7 @@ GROUPS
|
|||
GROUP is one of the following:
|
||||
|
||||
rules
|
||||
(ALPHA) Manage Network Security GatewaySecurityPolicyRules.
|
||||
(ALPHA) Manage Network Security Gateway Security Policy Rules.
|
||||
|
||||
COMMANDS
|
||||
COMMAND is one of the following:
|
||||
|
|
@ -39,7 +39,9 @@ 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. This variant is also available:
|
||||
access allowlist. These variants are also available:
|
||||
|
||||
$ gcloud network-security gateway-security-policies
|
||||
|
||||
$ gcloud beta network-security gateway-security-policies
|
||||
|
||||
|
|
|
|||
|
|
@ -77,7 +77,9 @@ 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. This variant is also available:
|
||||
access allowlist. These variants are also available:
|
||||
|
||||
$ gcloud network-security gateway-security-policies import
|
||||
|
||||
$ gcloud beta network-security gateway-security-policies import
|
||||
|
||||
|
|
|
|||
|
|
@ -83,7 +83,9 @@ 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. This variant is also available:
|
||||
access allowlist. These variants are also available:
|
||||
|
||||
$ gcloud network-security gateway-security-policies list
|
||||
|
||||
$ gcloud beta network-security gateway-security-policies list
|
||||
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
NAME
|
||||
gcloud alpha network-security gateway-security-policies rules delete -
|
||||
delete GatewaySecurityPolicyRule
|
||||
delete Gateway Security Policy Rule
|
||||
|
||||
SYNOPSIS
|
||||
gcloud alpha network-security gateway-security-policies rules delete
|
||||
|
|
@ -9,21 +9,21 @@ SYNOPSIS
|
|||
--location=LOCATION) [--async] [GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
(ALPHA) Delete the specified GatewaySecurityPolicyRule.
|
||||
(ALPHA) 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 alpha 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;
|
||||
|
|
@ -78,7 +78,9 @@ 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. This variant is also available:
|
||||
access allowlist. These variants are also available:
|
||||
|
||||
$ gcloud network-security gateway-security-policies rules delete
|
||||
|
||||
$ gcloud beta network-security gateway-security-policies rules delete
|
||||
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
NAME
|
||||
gcloud alpha network-security gateway-security-policies rules export -
|
||||
export GatewaySecurityPolicyRule
|
||||
export Gateway Security Policy Rule
|
||||
|
||||
SYNOPSIS
|
||||
gcloud alpha network-security gateway-security-policies rules export
|
||||
|
|
@ -10,21 +10,21 @@ SYNOPSIS
|
|||
[GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
(ALPHA) Export a GatewaySecurityPolicyRule.
|
||||
(ALPHA) Export a Gateway Security Policy Rule.
|
||||
|
||||
EXAMPLES
|
||||
To export a GatewaySecurityPolicyRule, run:
|
||||
To export a Gateway Security Policy Rule, run:
|
||||
|
||||
$ gcloud alpha 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;
|
||||
|
|
@ -82,7 +82,9 @@ 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. This variant is also available:
|
||||
access allowlist. These variants are also available:
|
||||
|
||||
$ gcloud network-security gateway-security-policies rules export
|
||||
|
||||
$ gcloud beta network-security gateway-security-policies rules export
|
||||
|
||||
|
|
|
|||
|
|
@ -1,13 +1,13 @@
|
|||
NAME
|
||||
gcloud alpha network-security gateway-security-policies rules - manage
|
||||
Network Security GatewaySecurityPolicyRules
|
||||
Network Security Gateway Security Policy Rules
|
||||
|
||||
SYNOPSIS
|
||||
gcloud alpha network-security gateway-security-policies rules COMMAND
|
||||
[GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
(ALPHA) Manage Network Security GatewaySecurityPolicyRules.
|
||||
(ALPHA) Manage Network Security Gateway Security Policy Rules.
|
||||
|
||||
GCLOUD WIDE FLAGS
|
||||
These flags are available to all commands: --help.
|
||||
|
|
@ -18,22 +18,24 @@ COMMANDS
|
|||
COMMAND is one of the following:
|
||||
|
||||
delete
|
||||
(ALPHA) Delete GatewaySecurityPolicyRule.
|
||||
(ALPHA) Delete Gateway Security Policy Rule.
|
||||
|
||||
export
|
||||
(ALPHA) Export GatewaySecurityPolicyRule.
|
||||
(ALPHA) Export Gateway Security Policy Rule.
|
||||
|
||||
import
|
||||
(ALPHA) Import GatewaySecurityPolicy.
|
||||
(ALPHA) Import Gateway Security Policy Rule.
|
||||
|
||||
list
|
||||
(ALPHA) List GatewaySecurityPolicyRules.
|
||||
(ALPHA) List Gateway Security Policy Rules.
|
||||
|
||||
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. This variant is also available:
|
||||
access allowlist. These variants are also available:
|
||||
|
||||
$ gcloud network-security gateway-security-policies rules
|
||||
|
||||
$ gcloud beta network-security gateway-security-policies rules
|
||||
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
NAME
|
||||
gcloud alpha network-security gateway-security-policies rules import -
|
||||
import GatewaySecurityPolicy
|
||||
import Gateway Security Policy Rule
|
||||
|
||||
SYNOPSIS
|
||||
gcloud alpha network-security gateway-security-policies rules import
|
||||
|
|
@ -10,19 +10,19 @@ SYNOPSIS
|
|||
[GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
(ALPHA) Import a GatewaySecurityPolicy.
|
||||
(ALPHA) 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 alpha 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
|
||||
|
|
@ -89,7 +89,9 @@ 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. This variant is also available:
|
||||
access allowlist. These variants are also available:
|
||||
|
||||
$ gcloud network-security gateway-security-policies rules import
|
||||
|
||||
$ gcloud beta network-security gateway-security-policies rules import
|
||||
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
NAME
|
||||
gcloud alpha network-security gateway-security-policies rules list - list
|
||||
GatewaySecurityPolicyRules
|
||||
Gateway Security Policy Rules
|
||||
|
||||
SYNOPSIS
|
||||
gcloud alpha network-security gateway-security-policies rules list
|
||||
|
|
@ -10,21 +10,21 @@ SYNOPSIS
|
|||
[GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
(ALPHA) List all GatewaySecurityPolicyRules in the specified location of
|
||||
(ALPHA) 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 alpha 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;
|
||||
|
|
@ -98,7 +98,9 @@ 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. This variant is also available:
|
||||
access allowlist. These variants are also available:
|
||||
|
||||
$ gcloud network-security gateway-security-policies rules list
|
||||
|
||||
$ gcloud beta network-security gateway-security-policies rules list
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue