mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-18 14:56:05 +00:00
gcloud: Thu Jul 20 11:47:24 UTC 2023
This commit is contained in:
parent
b4c2508b12
commit
64e67b443c
325 changed files with 10090 additions and 1806 deletions
|
|
@ -14,9 +14,8 @@ DESCRIPTION
|
|||
(BETA) Update the details of a Security Profile Group.
|
||||
|
||||
EXAMPLES
|
||||
To update an SPG with new Threat prevention profile my-new-security-profile
|
||||
(Either a fully specified path or --location and --organization flags for
|
||||
SPG should be specified), run:
|
||||
To update a Security Profile Group with new threat prevention profile
|
||||
my-new-security-profile, run:
|
||||
|
||||
$ gcloud beta network-security security-profile-groups update \
|
||||
my-security-profile-group --organization=1234 \
|
||||
|
|
@ -43,12 +42,13 @@ POSITIONAL ARGUMENTS
|
|||
arguments in this group are specified.
|
||||
|
||||
--location=LOCATION
|
||||
Location Id.
|
||||
Location Id of the resource.
|
||||
|
||||
To set the location attribute:
|
||||
▸ provide the argument security_profile_group on the command line
|
||||
with a fully specified name;
|
||||
▸ provide the argument --location on the command line.
|
||||
▸ provide the argument --location on the command line;
|
||||
▸ use default global location .
|
||||
|
||||
--organization=ORGANIZATION
|
||||
Organization number.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue