1
0
Fork 0
mirror of https://github.com/imjasonh/gcloud-help synced 2026-07-18 06:47:12 +00:00

gcloud: Fri Mar 22 09:56:14 UTC 2024

This commit is contained in:
Automated 2024-03-22 09:56:14 +00:00
parent 75379bf68b
commit 5b4fac9106
182 changed files with 4221 additions and 251 deletions

View file

@ -0,0 +1,138 @@
NAME
gcloud network-security security-profile-groups create - create a new
Security Profile Group
SYNOPSIS
gcloud network-security security-profile-groups create
(SECURITY_PROFILE_GROUP
: --location=LOCATION --organization=ORGANIZATION)
(--threat-prevention-profile=THREAT_PREVENTION_PROFILE
: --security-profile-location=SECURITY_PROFILE_LOCATION
--security-profile-organization=SECURITY_PROFILE_ORGANIZATION)
[--async] [--description=DESCRIPTION] [--labels=[KEY=VALUE,...]]
[GCLOUD_WIDE_FLAG ...]
DESCRIPTION
Create a new Security Profile Group with the given name.
EXAMPLES
To create a Security Profile Group with the name my-security-profile-group,
with a threat prevention profile using --threat-prevention-profile flag and
optional description as optional description, run:
$ gcloud network-security security-profile-groups create \
my-security-profile-group --organization=1234 \
--location=global \
--threat-prevention-profile=`organizations/1234/locations/\
global/securityProfiles/my-security-profile` \
--description='optional description'
POSITIONAL ARGUMENTS
Security profile group resource - Security Profile Group Name. The
arguments in this group can be used to specify the attributes of this
resource.
This must be specified.
SECURITY_PROFILE_GROUP
ID of the security_profile_group or fully qualified identifier for
the security_profile_group.
To set the security_profile_group attribute:
▸ provide the argument SECURITY_PROFILE_GROUP 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_group - Global.
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.
--organization=ORGANIZATION
Organization ID of Security Profile Group
To set the organization attribute:
▸ provide the argument SECURITY_PROFILE_GROUP on the command line
with a fully specified name;
▸ provide the argument --organization on the command line.
REQUIRED FLAGS
Security Profile resource - Path to Security Profile resource. The
arguments in this group can be used to specify the attributes of this
resource.
This must be specified.
--threat-prevention-profile=THREAT_PREVENTION_PROFILE
ID of the Security Profile or fully qualified identifier for the
Security Profile.
To set the security_profile attribute:
▸ provide the argument --threat-prevention-profile on the command
line.
This flag argument must be specified if any of the other arguments in
this group are specified.
--security-profile-location=SECURITY_PROFILE_LOCATION
Location of the Security Profile. NOTE: Only global security profiles
are supported.
To set the security-profile-location attribute:
▸ provide the argument --threat-prevention-profile on the command
line with a fully specified name;
▸ provide the argument --security-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.
--security-profile-organization=SECURITY_PROFILE_ORGANIZATION
Organization ID of the Security Profile.
To set the security-profile-organization attribute:
▸ provide the argument --threat-prevention-profile on the command
line with a fully specified name;
▸ provide the argument --security-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.
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 group
--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
These variants are also available:
$ gcloud alpha network-security security-profile-groups create
$ gcloud beta network-security security-profile-groups create

View file

@ -0,0 +1,77 @@
NAME
gcloud network-security security-profile-groups delete - delete a Security
Profile Group
SYNOPSIS
gcloud network-security security-profile-groups delete
(SECURITY_PROFILE_GROUP
: --location=LOCATION --organization=ORGANIZATION) [--async]
[GCLOUD_WIDE_FLAG ...]
DESCRIPTION
Delete the specified Security Profile Group.
EXAMPLES
To delete an Security Profile Group called my-security-profile-group run:
$ gcloud network-security security-profile-groups delete \
my-security-profile-group --organization=1234 --location=global
POSITIONAL ARGUMENTS
Security profile group resource - Name of the Security Profile Group 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_GROUP
ID of the security_profile_group or fully qualified identifier for
the security_profile_group.
To set the security_profile_group attribute:
▸ provide the argument security_profile_group 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_group 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_group 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/v1 API. The full documentation for
this API can be found at: https://cloud.google.com/networking
NOTES
These variants are also available:
$ gcloud alpha network-security security-profile-groups delete
$ gcloud beta network-security security-profile-groups delete

View file

@ -0,0 +1,73 @@
NAME
gcloud network-security security-profile-groups describe - describe a
Security Profile Group
SYNOPSIS
gcloud network-security security-profile-groups describe
(SECURITY_PROFILE_GROUP
: --location=LOCATION --organization=ORGANIZATION)
[GCLOUD_WIDE_FLAG ...]
DESCRIPTION
Show details of a Security Profile Group.
EXAMPLES
To show details of a Security Profile Group named my-security-profile-group
run:
$ gcloud network-security security-profile-groups describe \
my-security-profile-group --organization=1234 --location=global
POSITIONAL ARGUMENTS
Security profile group resource - Name of the Security Profile Group to be
described. The arguments in this group can be used to specify the
attributes of this resource.
This must be specified.
SECURITY_PROFILE_GROUP
ID of the security_profile_group or fully qualified identifier for
the security_profile_group.
To set the security_profile_group attribute:
▸ provide the argument security_profile_group 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_group 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_group 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/v1 API. The full documentation for
this API can be found at: https://cloud.google.com/networking
NOTES
These variants are also available:
$ gcloud alpha network-security security-profile-groups describe
$ gcloud beta network-security security-profile-groups describe

View file

@ -0,0 +1,85 @@
NAME
gcloud network-security security-profile-groups - manage Network Security -
Security Profile Groups
SYNOPSIS
gcloud network-security security-profile-groups COMMAND
[GCLOUD_WIDE_FLAG ...]
DESCRIPTION
Manage Network Security - Security Profile Groups.
EXAMPLES
To create a Security Profile Group with the name my-security-profile-group
(Either a fully specified path or --location and --organization flags for
SPG should be specified), --threat-prevention-profile my-security-profile
and optional description as optional description, run:
$ gcloud network-security security-profile-groups create \
my-security-profile-group --organization=1234 \
--location=global \
--threat-prevention-profile=`organizations/1234/locations/\
global/securityProfiles/my-security-profile` \
--description='optional description'
To delete an Security Profile Group called my-security-profile-group
(Either a fully specified path or --location and --organization flags for
SPG should be specified) run:
$ gcloud network-security security-profile-groups delete \
my-security-profile-group --organization=1234 --location=global
To show details of a Security Profile Group named my-security-profile-group
(Either a fully specified path or --location and --organization flags for
SPG should be specified) run:
$ gcloud network-security security-profile-groups describe \
my-security-profile-group --organization=1234 --location=global
To list Security Profile Groups in specified location and organization,
run:
$ gcloud network-security security-profile-groups list \
--location=global
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:
$ gcloud network-security security-profile-groups update \
my-security-profile-group --organization=1234 \
--location=global \
--threat-prevention-profile=`organizations/1234/locations/\
global/securityProfiles/my-new-security-profile` \
--description='New Security Profile of type threat prevention'
GCLOUD WIDE FLAGS
These flags are available to all commands: --help.
Run $ gcloud help for details.
COMMANDS
COMMAND is one of the following:
create
Create a new Security Profile Group.
delete
Delete a Security Profile Group.
describe
Describe a Security Profile Group.
list
List Security Profile groups.
update
Update a Security Profile Group.
NOTES
These variants are also available:
$ gcloud alpha network-security security-profile-groups
$ gcloud beta network-security security-profile-groups

View file

@ -0,0 +1,94 @@
NAME
gcloud network-security security-profile-groups list - list Security
Profile groups
SYNOPSIS
gcloud network-security security-profile-groups list
(--location=LOCATION : --organization=ORGANIZATION)
[--filter=EXPRESSION] [--limit=LIMIT] [--page-size=PAGE_SIZE]
[--sort-by=[FIELD,...]] [--uri] [GCLOUD_WIDE_FLAG ...]
DESCRIPTION
List all Security Profile Groups in the specified location.
EXAMPLES
To list Security Profile Groups in specifed location, run:
$ gcloud network-security security-profile-groups list \
--location=global
REQUIRED FLAGS
Location resource - The location of Security Profile Groups to display.
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 number.
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.
API REFERENCE
This command uses the networksecurity/v1 API. The full documentation for
this API can be found at: https://cloud.google.com/networking
NOTES
These variants are also available:
$ gcloud alpha network-security security-profile-groups list
$ gcloud beta network-security security-profile-groups list

View file

@ -0,0 +1,157 @@
NAME
gcloud network-security security-profile-groups update - update a Security
Profile Group
SYNOPSIS
gcloud network-security security-profile-groups update
(SECURITY_PROFILE_GROUP
: --location=LOCATION --organization=ORGANIZATION) [--async]
[--description=DESCRIPTION] [--update-labels=[KEY=VALUE,...]]
[--clear-labels | --remove-labels=[KEY,...]]
[--threat-prevention-profile=THREAT_PREVENTION_PROFILE
: --security-profile-location=SECURITY_PROFILE_LOCATION
--security-profile-organization=SECURITY_PROFILE_ORGANIZATION]
[GCLOUD_WIDE_FLAG ...]
DESCRIPTION
Update details of a Security Profile Group.
EXAMPLES
To update a Security Profile Group with new threat prevention profile
my-new-security-profile, run:
$ gcloud network-security security-profile-groups update \
my-security-profile-group --organization=1234 \
--location=global \
--threat-prevention-profile=`organizations/1234/locations/\
global/securityProfiles/my-new-security-profile` \
--description='New Security Profile of type threat prevention'
POSITIONAL ARGUMENTS
Security profile group resource - Security Profile Group Name. The
arguments in this group can be used to specify the attributes of this
resource.
This must be specified.
SECURITY_PROFILE_GROUP
ID of the security_profile_group or fully qualified identifier for
the security_profile_group.
To set the security_profile_group attribute:
▸ provide the argument SECURITY_PROFILE_GROUP 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_group - Global.
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.
--organization=ORGANIZATION
Organization ID of Security Profile Group
To set the organization attribute:
▸ provide the argument SECURITY_PROFILE_GROUP 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 group
--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 network-security security-profile-groups update \
--clear-labels
To remove all existing labels and create two new labels, foo and baz:
$ gcloud network-security security-profile-groups 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.
Security Profile resource - Path to Security Profile resource. The
arguments in this group can be used to specify the attributes of this
resource.
--threat-prevention-profile=THREAT_PREVENTION_PROFILE
ID of the Security Profile or fully qualified identifier for the
Security Profile.
To set the security_profile attribute:
▸ provide the argument --threat-prevention-profile on the command
line.
This flag argument must be specified if any of the other arguments in
this group are specified.
--security-profile-location=SECURITY_PROFILE_LOCATION
Location of the Security Profile. NOTE: Only global security profiles
are supported.
To set the security-profile-location attribute:
▸ provide the argument --threat-prevention-profile on the command
line with a fully specified name;
▸ provide the argument --security-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.
--security-profile-organization=SECURITY_PROFILE_ORGANIZATION
Organization ID of the Security Profile.
To set the security-profile-organization attribute:
▸ provide the argument --threat-prevention-profile on the command
line with a fully specified name;
▸ provide the argument --security-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.
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
These variants are also available:
$ gcloud alpha network-security security-profile-groups update
$ gcloud beta network-security security-profile-groups update