mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-18 23:08:48 +00:00
gcloud: Wed Dec 18 10:08:20 UTC 2024
This commit is contained in:
parent
ec6dc40f99
commit
9c53f3cabe
128 changed files with 3295 additions and 279 deletions
|
|
@ -7,7 +7,7 @@ SYNOPSIS
|
|||
(INTERCEPT_ENDPOINT_GROUP : --location=LOCATION)
|
||||
(--intercept-deployment-group=INTERCEPT_DEPLOYMENT_GROUP
|
||||
: --intercept-deployment-group-location=INTERCEPT_DEPLOYMENT_GROUP_LOCATION)
|
||||
[--async] [--labels=[KEY=VALUE,...]]
|
||||
[--async] [--description=DESCRIPTION] [--labels=[KEY=VALUE,...]]
|
||||
[--max-wait=MAX_WAIT; default="20m"] [GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
|
|
@ -39,6 +39,14 @@ EXAMPLES
|
|||
--intercept-deployment-group=projects/my-project/locations/\
|
||||
global/interceptDeploymentGroups/my-deployment-group
|
||||
|
||||
OR
|
||||
|
||||
$ gcloud beta network-security intercept-endpoint-groups create \
|
||||
my-endpoint-group --project=my-project --location=global \
|
||||
--mirroring-deployment-group=projects/my-project/locations/\
|
||||
global/interceptDeploymentGroups/my-deployment-group \
|
||||
--description='new description'
|
||||
|
||||
POSITIONAL ARGUMENTS
|
||||
Intercept endpoint group resource - Intercept Endpoint Group. The
|
||||
arguments in this group can be used to specify the attributes of this
|
||||
|
|
@ -115,6 +123,9 @@ OPTIONAL FLAGS
|
|||
complete. The default is True. Enabled by default, use --no-async to
|
||||
disable.
|
||||
|
||||
--description=DESCRIPTION
|
||||
Description of the endpoint
|
||||
|
||||
--labels=[KEY=VALUE,...]
|
||||
List of label KEY=VALUE pairs to add.
|
||||
|
||||
|
|
|
|||
|
|
@ -5,7 +5,8 @@ NAME
|
|||
SYNOPSIS
|
||||
gcloud beta network-security intercept-endpoint-groups update
|
||||
(INTERCEPT_ENDPOINT_GROUP : --location=LOCATION) [--async]
|
||||
[--max-wait=MAX_WAIT; default="20m"] [--update-labels=[KEY=VALUE,...]]
|
||||
[--description=DESCRIPTION] [--max-wait=MAX_WAIT; default="20m"]
|
||||
[--update-labels=[KEY=VALUE,...]]
|
||||
[--clear-labels | --remove-labels=[KEY,...]] [GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
|
|
@ -34,6 +35,12 @@ EXAMPLES
|
|||
my-endpoint-group --project=my-project \
|
||||
--location=us-central1-a --clear-labels
|
||||
|
||||
To update description to 'new description', run:
|
||||
|
||||
$ gcloud beta network-security intercept-endpoint-groups update \
|
||||
my-endpoint-group --project=my-project \
|
||||
--location=us-central1-a --description='new description'
|
||||
|
||||
POSITIONAL ARGUMENTS
|
||||
Intercept endpoint group resource - Intercept Endpoint Group. The
|
||||
arguments in this group can be used to specify the attributes of this
|
||||
|
|
@ -73,6 +80,9 @@ FLAGS
|
|||
complete. The default is True. Enabled by default, use --no-async to
|
||||
disable.
|
||||
|
||||
--description=DESCRIPTION
|
||||
Description of the endpoint
|
||||
|
||||
--max-wait=MAX_WAIT; default="20m"
|
||||
Time to synchronously wait for the operation to complete, after which
|
||||
the operation continues asynchronously. Ignored if --no-async isn't
|
||||
|
|
|
|||
|
|
@ -39,6 +39,14 @@ EXAMPLES
|
|||
--mirroring-deployment-group=projects/my-project/locations/\
|
||||
global/mirroringDeploymentGroups/my-deployment-group
|
||||
|
||||
OR
|
||||
|
||||
$ gcloud beta network-security mirroring-endpoint-groups create \
|
||||
my-endpoint-group --project=my-project --location=global \
|
||||
--mirroring-deployment-group=projects/my-project/locations/\
|
||||
global/mirroringDeploymentGroups/my-deployment-group \
|
||||
--description='new description'
|
||||
|
||||
POSITIONAL ARGUMENTS
|
||||
Mirroring endpoint group resource - Mirroring Endpoint Group. The
|
||||
arguments in this group can be used to specify the attributes of this
|
||||
|
|
|
|||
|
|
@ -34,6 +34,12 @@ EXAMPLES
|
|||
my-endpoint-group --project=my-project \
|
||||
--location=us-central1-a --clear-labels
|
||||
|
||||
To update description to 'new description', run:
|
||||
|
||||
$ gcloud beta network-security mirroring-endpoint-groups update \
|
||||
my-endpoint-group --project=my-project \
|
||||
--location=us-central1-a --description='new description'
|
||||
|
||||
POSITIONAL ARGUMENTS
|
||||
Mirroring endpoint group resource - Mirroring Endpoint Group. The
|
||||
arguments in this group can be used to specify the attributes of this
|
||||
|
|
|
|||
|
|
@ -7,6 +7,8 @@ SYNOPSIS
|
|||
(SECURITY_PROFILE_GROUP
|
||||
: --location=LOCATION --organization=ORGANIZATION) [--async]
|
||||
[--description=DESCRIPTION] [--labels=[KEY=VALUE,...]]
|
||||
[--custom-intercept-profile=CUSTOM_INTERCEPT_PROFILE
|
||||
: --custom-intercept-profile-location=CUSTOM_INTERCEPT_PROFILE_LOCATION --custom-intercept-profile-organization=CUSTOM_INTERCEPT_PROFILE_ORGANIZATION]
|
||||
[--custom-mirroring-profile=CUSTOM_MIRRORING_PROFILE
|
||||
: --custom-mirroring-profile-location=CUSTOM_MIRRORING_PROFILE_LOCATION --custom-mirroring-profile-organization=CUSTOM_MIRRORING_PROFILE_ORGANIZATION]
|
||||
[--threat-prevention-profile=THREAT_PREVENTION_PROFILE
|
||||
|
|
@ -77,6 +79,48 @@ FLAGS
|
|||
contain only hyphens (-), underscores (_), lowercase characters, and
|
||||
numbers.
|
||||
|
||||
Security Profile resource - Path to Security Profile resource. The
|
||||
arguments in this group can be used to specify the attributes of this
|
||||
resource.
|
||||
|
||||
--custom-intercept-profile=CUSTOM_INTERCEPT_PROFILE
|
||||
ID of the Security Profile or fully qualified identifier for the
|
||||
Security Profile.
|
||||
|
||||
To set the custom-intercept-profile-profile attribute:
|
||||
▸ provide the argument --custom-intercept-profile on the command
|
||||
line.
|
||||
|
||||
This flag argument must be specified if any of the other arguments in
|
||||
this group are specified.
|
||||
|
||||
--custom-intercept-profile-location=CUSTOM_INTERCEPT_PROFILE_LOCATION
|
||||
Location of the Security Profile. NOTE: Only global security profiles
|
||||
are supported.
|
||||
|
||||
To set the custom-intercept-profile-location attribute:
|
||||
▸ provide the argument --custom-intercept-profile on the command
|
||||
line with a fully specified name;
|
||||
▸ provide the argument --custom-intercept-profile-location on the
|
||||
command line;
|
||||
▸ provide the argument --location on the command line;
|
||||
▸ provide the argument
|
||||
networksecurity.organizations.locations.securityProfileGroups on
|
||||
the command line with a fully specified name.
|
||||
|
||||
--custom-intercept-profile-organization=CUSTOM_INTERCEPT_PROFILE_ORGANIZATION
|
||||
Organization ID of the Security Profile.
|
||||
|
||||
To set the custom-intercept-profile-organization attribute:
|
||||
▸ provide the argument --custom-intercept-profile on the command
|
||||
line with a fully specified name;
|
||||
▸ provide the argument --custom-intercept-profile-organization on
|
||||
the command line;
|
||||
▸ provide the argument --organization on the command line;
|
||||
▸ provide the argument
|
||||
networksecurity.organizations.locations.securityProfileGroups on
|
||||
the command line with a fully specified name.
|
||||
|
||||
Security Profile resource - Path to Security Profile resource. The
|
||||
arguments in this group can be used to specify the attributes of this
|
||||
resource.
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
||||
|
|
@ -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
|
||||
|
||||
|
|
@ -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
|
||||
|
||||
|
|
@ -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
|
||||
|
||||
|
|
@ -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
|
||||
|
||||
|
|
@ -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
|
||||
|
||||
|
|
@ -16,6 +16,9 @@ GCLOUD WIDE FLAGS
|
|||
GROUPS
|
||||
GROUP is one of the following:
|
||||
|
||||
custom-intercept
|
||||
(BETA) Manage Security Profiles - Custom Intercept Profile.
|
||||
|
||||
custom-mirroring
|
||||
(BETA) Manage Security Profiles - Custom Mirroring Profile.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue