1
0
Fork 0
mirror of https://github.com/imjasonh/gcloud-help synced 2026-07-18 14:56:05 +00:00

gcloud: Wed Dec 18 10:08:20 UTC 2024

This commit is contained in:
Automated 2024-12-18 10:08:20 +00:00
parent ec6dc40f99
commit 9c53f3cabe
128 changed files with 3295 additions and 279 deletions

View file

@ -0,0 +1,125 @@
NAME
gcloud beta network-security security-profiles custom-intercept create -
create a new Custom Intercept Profile
SYNOPSIS
gcloud beta network-security security-profiles custom-intercept create
(SECURITY_PROFILE : --location=LOCATION --organization=ORGANIZATION)
(--intercept-endpoint-group=INTERCEPT_ENDPOINT_GROUP
: --intercept-endpoint-group-location=INTERCEPT_ENDPOINT_GROUP_LOCATION)
[--async] [--description=DESCRIPTION] [--labels=[KEY=VALUE,...]]
[GCLOUD_WIDE_FLAG ...]
DESCRIPTION
(BETA) Create a new Custom Intercept Security Profile.
EXAMPLES
To create a Custom Intercept Security Profile named intercept-profile
linked to a Intercept Endpoint Group (q.v.), run:
$ gcloud beta network-security security-profiles custom-intercept \
create intercept-profile --description="An Intercept Profile" \
--intercept-endpoint-group=projects/my-project/locations/\
global/interceptEndpointGroups/my-mep
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.
REQUIRED FLAGS
Intercept endpoint group resource - Intercept Endpoint Group. 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 --intercept-endpoint-group on the command line
with a fully specified name;
◆ provide the argument --project on the command line;
◆ set the property core/project.
This must be specified.
--intercept-endpoint-group=INTERCEPT_ENDPOINT_GROUP
ID of the intercept endpoint group or fully qualified identifier for
the intercept endpoint group.
To set the id attribute:
▸ provide the argument --intercept-endpoint-group on the command
line.
This flag argument must be specified if any of the other arguments in
this group are specified.
--intercept-endpoint-group-location=INTERCEPT_ENDPOINT_GROUP_LOCATION
Location of the intercept endpoint group.
To set the location attribute:
▸ provide the argument --intercept-endpoint-group on the command
line with a fully specified name;
▸ provide the argument --intercept-endpoint-group-location on the
command line;
▸ provide the argument --location on the command line;
▸ provide the argument
networksecurity.projects.locations.interceptEndpointGroupAssociations
on the command line with a fully specified name.
OPTIONAL 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 beta and might change without notice. This
variant is also available:
$ gcloud alpha network-security security-profiles custom-intercept \
create

View file

@ -0,0 +1,76 @@
NAME
gcloud beta network-security security-profiles custom-intercept delete -
delete a Security Profile
SYNOPSIS
gcloud beta network-security security-profiles custom-intercept delete
(SECURITY_PROFILE : --location=LOCATION --organization=ORGANIZATION)
[--async] [GCLOUD_WIDE_FLAG ...]
DESCRIPTION
(BETA) Delete the specified Security Profile.
EXAMPLES
To delete a Security Profile called my-security-profile run:
$ gcloud beta network-security security-profiles custom-intercept \
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/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 security-profiles custom-intercept \
delete

View file

@ -0,0 +1,71 @@
NAME
gcloud beta network-security security-profiles custom-intercept describe -
describe a Custom InterceptSecurity Profile
SYNOPSIS
gcloud beta network-security security-profiles custom-intercept describe
(SECURITY_PROFILE : --location=LOCATION --organization=ORGANIZATION)
[GCLOUD_WIDE_FLAG ...]
DESCRIPTION
(BETA) Show details of the Security Profile.
EXAMPLES
To show details of a Security Profile named my-intercept-sp run:
$ gcloud beta network-security security-profiles custom-intercept \
describe my-intercept-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/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 security-profiles custom-intercept \
describe

View file

@ -0,0 +1,41 @@
NAME
gcloud beta network-security security-profiles custom-intercept - manage
Security Profiles - Custom Intercept Profile
SYNOPSIS
gcloud beta network-security security-profiles custom-intercept COMMAND
[GCLOUD_WIDE_FLAG ...]
DESCRIPTION
(BETA) This class provides commands for managing Custom Intercept Security
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
(BETA) Create a new Custom Intercept Profile.
delete
(BETA) Delete a Security Profile.
describe
(BETA) Describe a Custom InterceptSecurity Profile.
list
(BETA) List Custom Intercept Security Profiles.
update
(BETA) Updates a Custom Intercept Profile.
NOTES
This command is currently in beta and might change without notice. This
variant is also available:
$ gcloud alpha network-security security-profiles custom-intercept

View file

@ -0,0 +1,88 @@
NAME
gcloud beta network-security security-profiles custom-intercept list - list
Custom Intercept Security Profiles
SYNOPSIS
gcloud beta network-security security-profiles custom-intercept list
[--location=LOCATION : --organization=ORGANIZATION]
[--filter=EXPRESSION] [--limit=LIMIT] [--page-size=PAGE_SIZE]
[--sort-by=[FIELD,...]] [--uri] [GCLOUD_WIDE_FLAG ...]
DESCRIPTION
(BETA) List Custom Intercept Security Profiles.
For more examples, refer to the EXAMPLES section below.
EXAMPLES
To list Custom Intercept security profiles in an organization, run:
$ gcloud beta network-security security-profiles custom-intercept \ list --organization=12345 --location=global
FLAGS
Location resource - Parent resource for the list operation. The arguments
in this group can be used to specify the attributes of this resource.
--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 beta and might change without notice. This
variant is also available:
$ gcloud alpha network-security security-profiles custom-intercept \
list

View file

@ -0,0 +1,117 @@
NAME
gcloud beta network-security security-profiles custom-intercept update -
updates a Custom Intercept Profile
SYNOPSIS
gcloud beta network-security security-profiles custom-intercept update
(SECURITY_PROFILE : --location=LOCATION --organization=ORGANIZATION)
[--async] [--description=DESCRIPTION] [--update-labels=[KEY=VALUE,...]]
[--clear-labels | --remove-labels=[KEY,...]] [GCLOUD_WIDE_FLAG ...]
DESCRIPTION
(BETA) Update a Custom Intercept Security Profile.
The supported fields for update are description and labels.
EXAMPLES
To update the description of a Custom Intercept Security Profile named
intercept-profile, run:
$ gcloud beta network-security security-profiles custom-intercept \
update intercept-profile --description="A new description" \
--organization=1234567890 --location=global
To change the labels of a Custom Intercept Security Profile named
intercept-profile, run:
$ gcloud beta network-security security-profiles custom-intercept \
update intercept-profile \
--update-labels=key1=value1,key2=value2 \
--delete-labels=key3,key4 --organization=1234567890 \
--location=glob
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
--update-labels=[KEY=VALUE,...]
List of label KEY=VALUE pairs to update. If a label exists, its value
is modified. Otherwise, a new label is created.
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.
At most one of these can be specified:
--clear-labels
Remove all labels. If --update-labels is also specified then
--clear-labels is applied first.
For example, to remove all labels:
$ gcloud beta network-security security-profiles custom-intercept \
update --clear-labels
To remove all existing labels and create two new labels, foo and baz:
$ gcloud beta network-security security-profiles custom-intercept \
update --clear-labels --update-labels foo=bar,baz=qux
--remove-labels=[KEY,...]
List of label keys to remove. If a label does not exist it is
silently ignored. If --update-labels is also specified then
--update-labels is applied first.
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 beta and might change without notice. This
variant is also available:
$ gcloud alpha network-security security-profiles custom-intercept \
update