mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-18 14:56:05 +00:00
gcloud: Wed Sep 24 11:08:57 UTC 2025
This commit is contained in:
parent
79c9fb4d92
commit
1dea1ef852
168 changed files with 6625 additions and 700 deletions
|
|
@ -8,7 +8,8 @@ SYNOPSIS
|
|||
(--mirroring-deployment-group=MIRRORING_DEPLOYMENT_GROUP
|
||||
: --mirroring-deployment-group-location=MIRRORING_DEPLOYMENT_GROUP_LOCATION)
|
||||
[--async] [--description=DESCRIPTION] [--labels=[KEY=VALUE,...]]
|
||||
[--max-wait=MAX_WAIT; default="20m"] [GCLOUD_WIDE_FLAG ...]
|
||||
[--max-wait=MAX_WAIT; default="20m"] [--type=TYPE]
|
||||
[GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
(ALPHA) Create a mirroring endpoint group. Successful creation of an
|
||||
|
|
@ -140,6 +141,10 @@ OPTIONAL FLAGS
|
|||
specified. See $ gcloud topic datetimes for information on time
|
||||
formats.
|
||||
|
||||
--type=TYPE
|
||||
The type of the endpoint group. If not specified, the default type is
|
||||
DIRECT. TYPE must be one of: DIRECT, BROKER.
|
||||
|
||||
GCLOUD WIDE FLAGS
|
||||
These flags are available to all commands: --access-token-file, --account,
|
||||
--billing-project, --configuration, --flags-file, --flatten, --format,
|
||||
|
|
|
|||
|
|
@ -8,6 +8,7 @@ SYNOPSIS
|
|||
(--mirroring-endpoint-group=MIRRORING_ENDPOINT_GROUP
|
||||
: --mirroring-endpoint-group-location=MIRRORING_ENDPOINT_GROUP_LOCATION)
|
||||
[--async] [--description=DESCRIPTION] [--labels=[KEY=VALUE,...]]
|
||||
[--mirroring-deployment-groups=[MIRRORING_DEPLOYMENT_GROUPS,...]]
|
||||
[GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
|
|
@ -108,6 +109,10 @@ OPTIONAL FLAGS
|
|||
contain only hyphens (-), underscores (_), lowercase characters, and
|
||||
numbers.
|
||||
|
||||
--mirroring-deployment-groups=[MIRRORING_DEPLOYMENT_GROUPS,...]
|
||||
List of comma-separated full names of mirroring-deployment-group
|
||||
resources.
|
||||
|
||||
GCLOUD WIDE FLAGS
|
||||
These flags are available to all commands: --access-token-file, --account,
|
||||
--billing-project, --configuration, --flags-file, --flatten, --format,
|
||||
|
|
|
|||
|
|
@ -66,5 +66,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 security-profiles describe
|
||||
|
||||
|
|
|
|||
|
|
@ -75,5 +75,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 security-profiles export
|
||||
|
||||
|
|
|
|||
|
|
@ -26,6 +26,9 @@ GROUPS
|
|||
threat-prevention
|
||||
(ALPHA) Manage Security Profiles - Threat Prevention Profile.
|
||||
|
||||
url-filtering
|
||||
(ALPHA) Manage Security Profiles - Url Filtering Profile.
|
||||
|
||||
COMMANDS
|
||||
COMMAND is one of the following:
|
||||
|
||||
|
|
|
|||
|
|
@ -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 security-profiles import
|
||||
|
||||
|
|
|
|||
|
|
@ -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 security-profiles list
|
||||
|
||||
|
|
|
|||
|
|
@ -0,0 +1,85 @@
|
|||
NAME
|
||||
gcloud alpha network-security security-profiles url-filtering create -
|
||||
create a new URL Filtering Profile
|
||||
|
||||
SYNOPSIS
|
||||
gcloud alpha network-security security-profiles url-filtering create
|
||||
(SECURITY_PROFILE : --location=LOCATION --organization=ORGANIZATION)
|
||||
[--async] [--description=DESCRIPTION] [--labels=[KEY=VALUE,...]]
|
||||
[GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
(ALPHA) Create a new URL Filtering Security Profile.
|
||||
|
||||
EXAMPLES
|
||||
To create a URL Filtering Security Profile named my-urlf-security-profile
|
||||
with an optional description as New URLF Security Profile, run:
|
||||
|
||||
$ gcloud alpha network-security security-profiles url-filtering \
|
||||
create my-urlf-security-profile \
|
||||
--description="New URLF Security Profile"
|
||||
|
||||
POSITIONAL ARGUMENTS
|
||||
Security profile resource - Security Profile Name. The arguments in this
|
||||
group can be used to specify the attributes of this resource.
|
||||
|
||||
This must be specified.
|
||||
|
||||
SECURITY_PROFILE
|
||||
ID of the security_profile or fully qualified identifier for the
|
||||
security_profile.
|
||||
|
||||
To set the security_profile attribute:
|
||||
▸ provide the argument security_profile on the command line.
|
||||
|
||||
This positional argument must be specified if any of the other
|
||||
arguments in this group are specified.
|
||||
|
||||
--location=LOCATION
|
||||
location of the security_profile - Global.
|
||||
|
||||
To set the location attribute:
|
||||
▸ provide the argument security_profile on the command line with a
|
||||
fully specified name;
|
||||
▸ provide the argument --location on the command line.
|
||||
|
||||
--organization=ORGANIZATION
|
||||
Organization ID to which the changes should apply.
|
||||
|
||||
To set the organization attribute:
|
||||
▸ provide the argument security_profile on the command line with a
|
||||
fully specified name;
|
||||
▸ provide the argument --organization on the command line.
|
||||
|
||||
FLAGS
|
||||
--async
|
||||
Return immediately, without waiting for the operation in progress to
|
||||
complete. The default is False.
|
||||
|
||||
--description=DESCRIPTION
|
||||
Brief description of the security profile
|
||||
|
||||
--labels=[KEY=VALUE,...]
|
||||
List of label KEY=VALUE pairs to add.
|
||||
|
||||
Keys must start with a lowercase character and contain only hyphens
|
||||
(-), underscores (_), lowercase characters, and numbers. Values must
|
||||
contain only hyphens (-), underscores (_), lowercase characters, and
|
||||
numbers.
|
||||
|
||||
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.
|
||||
|
||||
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:
|
||||
|
||||
$ gcloud beta network-security security-profiles url-filtering create
|
||||
|
||||
|
|
@ -0,0 +1,77 @@
|
|||
NAME
|
||||
gcloud alpha network-security security-profiles url-filtering delete -
|
||||
delete a Security Profile
|
||||
|
||||
SYNOPSIS
|
||||
gcloud alpha network-security security-profiles url-filtering delete
|
||||
(SECURITY_PROFILE : --location=LOCATION --organization=ORGANIZATION)
|
||||
[--async] [GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
(ALPHA) Delete the specified Security Profile.
|
||||
|
||||
EXAMPLES
|
||||
To delete a Security Profile called my-security-profile run:
|
||||
|
||||
$ gcloud alpha network-security security-profiles url-filtering \
|
||||
delete my-security-profile
|
||||
|
||||
POSITIONAL ARGUMENTS
|
||||
Security profile resource - Name of the Security Profile you want to
|
||||
delete. The arguments in this group can be used to specify the attributes
|
||||
of this resource.
|
||||
|
||||
This must be specified.
|
||||
|
||||
SECURITY_PROFILE
|
||||
ID of the security_profile or fully qualified identifier for the
|
||||
security_profile.
|
||||
|
||||
To set the security_profile attribute:
|
||||
▸ provide the argument security_profile on the command line.
|
||||
|
||||
This positional argument must be specified if any of the other
|
||||
arguments in this group are specified.
|
||||
|
||||
--location=LOCATION
|
||||
Location ID of the resource.
|
||||
|
||||
To set the location attribute:
|
||||
▸ provide the argument security_profile on the command line with a
|
||||
fully specified name;
|
||||
▸ provide the argument --location on the command line;
|
||||
▸ use default global location .
|
||||
|
||||
--organization=ORGANIZATION
|
||||
Organization number.
|
||||
|
||||
To set the organization attribute:
|
||||
▸ provide the argument security_profile on the command line with a
|
||||
fully specified name;
|
||||
▸ provide the argument --organization on the command line.
|
||||
|
||||
FLAGS
|
||||
--async
|
||||
Return immediately, without waiting for the operation in progress to
|
||||
complete.
|
||||
|
||||
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/v1alpha1 API. The full documentation
|
||||
for this API can be found at: https://cloud.google.com/networking
|
||||
|
||||
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:
|
||||
|
||||
$ gcloud beta network-security security-profiles url-filtering delete
|
||||
|
||||
|
|
@ -0,0 +1,73 @@
|
|||
NAME
|
||||
gcloud alpha network-security security-profiles url-filtering describe -
|
||||
describe a URL Filtering Security Profile
|
||||
|
||||
SYNOPSIS
|
||||
gcloud alpha network-security security-profiles url-filtering describe
|
||||
(SECURITY_PROFILE : --location=LOCATION --organization=ORGANIZATION)
|
||||
[GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
(ALPHA) Show details of the Security Profile.
|
||||
|
||||
EXAMPLES
|
||||
To show details of a Security Profile named my-urlf-sp run:
|
||||
|
||||
$ gcloud alpha network-security security-profiles url-filtering \
|
||||
describe my-urlf-sp --organization=1234 --location=global
|
||||
|
||||
POSITIONAL ARGUMENTS
|
||||
Security profile resource - Name of the Security Profile to be described.
|
||||
The arguments in this group can be used to specify the attributes of this
|
||||
resource.
|
||||
|
||||
This must be specified.
|
||||
|
||||
SECURITY_PROFILE
|
||||
ID of the security_profile or fully qualified identifier for the
|
||||
security_profile.
|
||||
|
||||
To set the security_profile attribute:
|
||||
▸ provide the argument security_profile on the command line.
|
||||
|
||||
This positional argument must be specified if any of the other
|
||||
arguments in this group are specified.
|
||||
|
||||
--location=LOCATION
|
||||
Location ID of the resource.
|
||||
|
||||
To set the location attribute:
|
||||
▸ provide the argument security_profile on the command line with a
|
||||
fully specified name;
|
||||
▸ provide the argument --location on the command line;
|
||||
▸ use default global location .
|
||||
|
||||
--organization=ORGANIZATION
|
||||
Organization number.
|
||||
|
||||
To set the organization attribute:
|
||||
▸ provide the argument security_profile on the command line with a
|
||||
fully specified name;
|
||||
▸ provide the argument --organization 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/v1alpha1 API. The full documentation
|
||||
for this API can be found at: https://cloud.google.com/networking
|
||||
|
||||
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:
|
||||
|
||||
$ gcloud beta network-security security-profiles url-filtering \
|
||||
describe
|
||||
|
||||
|
|
@ -0,0 +1,39 @@
|
|||
NAME
|
||||
gcloud alpha network-security security-profiles url-filtering - manage
|
||||
Security Profiles - Url Filtering Profile
|
||||
|
||||
SYNOPSIS
|
||||
gcloud alpha network-security security-profiles url-filtering COMMAND
|
||||
[GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
(ALPHA) Manage Security Profiles - Url Filtering Profile.
|
||||
|
||||
GCLOUD WIDE FLAGS
|
||||
These flags are available to all commands: --help.
|
||||
|
||||
Run $ gcloud help for details.
|
||||
|
||||
COMMANDS
|
||||
COMMAND is one of the following:
|
||||
|
||||
create
|
||||
(ALPHA) Create a new URL Filtering Profile.
|
||||
|
||||
delete
|
||||
(ALPHA) Delete a Security Profile.
|
||||
|
||||
describe
|
||||
(ALPHA) Describe a URL Filtering Security Profile.
|
||||
|
||||
list
|
||||
(ALPHA) List URL Filtering Security Profiles.
|
||||
|
||||
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:
|
||||
|
||||
$ gcloud beta network-security security-profiles url-filtering
|
||||
|
||||
|
|
@ -0,0 +1,91 @@
|
|||
NAME
|
||||
gcloud alpha network-security security-profiles url-filtering list - list
|
||||
URL Filtering Security Profiles
|
||||
|
||||
SYNOPSIS
|
||||
gcloud alpha network-security security-profiles url-filtering list
|
||||
(--location=LOCATION : --organization=ORGANIZATION)
|
||||
[--filter=EXPRESSION] [--limit=LIMIT] [--page-size=PAGE_SIZE]
|
||||
[--sort-by=[FIELD,...]] [--uri] [GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
(ALPHA) List URL Filtering Security Profiles.
|
||||
|
||||
For more examples, refer to the EXAMPLES section below.
|
||||
|
||||
EXAMPLES
|
||||
To list URL Filtering security profiles in an organization, run:
|
||||
|
||||
$ gcloud alpha network-security security-profiles url-filtering \ list --organization=12345 --location=global
|
||||
|
||||
REQUIRED FLAGS
|
||||
Location resource - Parent resource for the list operation. The arguments
|
||||
in this group can be used to specify the attributes of this resource.
|
||||
|
||||
This must be specified.
|
||||
|
||||
--location=LOCATION
|
||||
ID of the location or fully qualified identifier for the location.
|
||||
|
||||
To set the location attribute:
|
||||
▸ provide the argument --location on the command line.
|
||||
|
||||
This flag argument must be specified if any of the other arguments in
|
||||
this group are specified.
|
||||
|
||||
--organization=ORGANIZATION
|
||||
Organization ID of the location.
|
||||
|
||||
To set the organization attribute:
|
||||
▸ provide the argument --location on the command line with a fully
|
||||
specified name;
|
||||
▸ provide the argument --organization on the command line.
|
||||
|
||||
LIST COMMAND FLAGS
|
||||
--filter=EXPRESSION
|
||||
Apply a Boolean filter EXPRESSION to each resource item to be listed.
|
||||
If the expression evaluates True, then that item is listed. For more
|
||||
details and examples of filter expressions, run $ gcloud topic filters.
|
||||
This flag interacts with other flags that are applied in this order:
|
||||
--flatten, --sort-by, --filter, --limit.
|
||||
|
||||
--limit=LIMIT
|
||||
Maximum number of resources to list. The default is unlimited. This
|
||||
flag interacts with other flags that are applied in this order:
|
||||
--flatten, --sort-by, --filter, --limit.
|
||||
|
||||
--page-size=PAGE_SIZE
|
||||
Some services group resource list output into pages. This flag
|
||||
specifies the maximum number of resources per page. The default is
|
||||
determined by the service if it supports paging, otherwise it is
|
||||
unlimited (no paging). Paging may be applied before or after --filter
|
||||
and --limit depending on the service.
|
||||
|
||||
--sort-by=[FIELD,...]
|
||||
Comma-separated list of resource field key names to sort by. The
|
||||
default order is ascending. Prefix a field with ``~'' for descending
|
||||
order on that field. This flag interacts with other flags that are
|
||||
applied in this order: --flatten, --sort-by, --filter, --limit.
|
||||
|
||||
--uri
|
||||
Print a list of resource URIs instead of the default output, and change
|
||||
the command output to a list of URIs. If this flag is used with
|
||||
--format, the formatting is applied on this URI list. To display URIs
|
||||
alongside other keys instead, use the uri() transform.
|
||||
|
||||
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.
|
||||
|
||||
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:
|
||||
|
||||
$ gcloud beta network-security security-profiles url-filtering list
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue