mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-18 06:47:12 +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
|
|
@ -13,10 +13,10 @@ DESCRIPTION
|
|||
(ALPHA) Create a new Security Profile Group with the given name.
|
||||
|
||||
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:
|
||||
To create a Security Profile Group with the name my-security-profile-group,
|
||||
with a fully specified threat prevention profile using
|
||||
--threat-prevention-profile flag and optional description as optional
|
||||
description, run:
|
||||
|
||||
$ gcloud alpha network-security security-profile-groups create \
|
||||
my-security-profile-group --organization=1234 \
|
||||
|
|
@ -43,12 +43,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.
|
||||
|
|
|
|||
|
|
@ -12,9 +12,7 @@ DESCRIPTION
|
|||
(ALPHA) Delete the specified Security Profile Group.
|
||||
|
||||
EXAMPLES
|
||||
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:
|
||||
To delete an Security Profile Group called my-security-profile-group run:
|
||||
|
||||
$ gcloud alpha network-security security-profile-groups delete \
|
||||
my-security-profile-group --organization=1234 --location=global
|
||||
|
|
@ -37,12 +35,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.
|
||||
|
|
|
|||
|
|
@ -13,8 +13,7 @@ DESCRIPTION
|
|||
|
||||
EXAMPLES
|
||||
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:
|
||||
run:
|
||||
|
||||
$ gcloud alpha network-security security-profile-groups describe \
|
||||
my-security-profile-group --organization=1234 --location=global
|
||||
|
|
@ -37,12 +36,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.
|
||||
|
|
|
|||
|
|
@ -12,7 +12,7 @@ DESCRIPTION
|
|||
(ALPHA) List all Security Profile Groups in the specified location.
|
||||
|
||||
EXAMPLES
|
||||
To list Security Profile Groups in specifed location and organization, run:
|
||||
To list Security Profile Groups in specifed location, run:
|
||||
|
||||
$ gcloud alpha network-security security-profile-groups list \
|
||||
--location=global
|
||||
|
|
|
|||
|
|
@ -14,9 +14,8 @@ DESCRIPTION
|
|||
(ALPHA) 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 alpha 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.
|
||||
|
|
|
|||
|
|
@ -28,7 +28,7 @@ EXAMPLES
|
|||
my-security-profile is the name of the Security Profile in the format
|
||||
organizations/{organizationID}/locations/{location}/securityProfiles/
|
||||
{security_profile_id} where organizationID is the organization ID to which
|
||||
the changes should apply, location either global or region specified and
|
||||
the changes should apply, location - global specified and
|
||||
security_profile_id the Security Profile Identifier
|
||||
|
||||
POSITIONAL ARGUMENTS
|
||||
|
|
@ -48,7 +48,7 @@ POSITIONAL ARGUMENTS
|
|||
arguments in this group are specified.
|
||||
|
||||
--location=LOCATION
|
||||
location of the security_profile Global|Region.
|
||||
location of the security_profile - Global.
|
||||
|
||||
To set the location attribute:
|
||||
▸ provide the argument security_profile on the command line with a
|
||||
|
|
|
|||
|
|
@ -11,8 +11,7 @@ DESCRIPTION
|
|||
(ALPHA) Create a new Security Profile with the given name.
|
||||
|
||||
EXAMPLES
|
||||
To create a Security Profile with the name my-security-profile which
|
||||
includes location as global or region specifed and organization ID,
|
||||
To create a Security Profile with the name my-security-profile and an
|
||||
optional description as New Security Profile, run:
|
||||
|
||||
$ gcloud alpha network-security security-profiles \
|
||||
|
|
@ -36,7 +35,7 @@ POSITIONAL ARGUMENTS
|
|||
arguments in this group are specified.
|
||||
|
||||
--location=LOCATION
|
||||
location of the security_profile Global|Region.
|
||||
location of the security_profile - Global.
|
||||
|
||||
To set the location attribute:
|
||||
▸ provide the argument security_profile on the command line with a
|
||||
|
|
|
|||
|
|
@ -11,8 +11,7 @@ DESCRIPTION
|
|||
(ALPHA) Delete the specified Security Profile.
|
||||
|
||||
EXAMPLES
|
||||
To delete a Security Profile called my-security-profile which includes
|
||||
location as global or region specifed and organization ID, run:
|
||||
To delete a Security Profile called my-security-profile run:
|
||||
|
||||
$ gcloud alpha network-security security-profiles \
|
||||
threat-prevention delete my-security-profile
|
||||
|
|
@ -35,12 +34,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 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.
|
||||
|
|
|
|||
|
|
@ -27,7 +27,7 @@ EXAMPLES
|
|||
my-security-profile is the name of the Security Profile in the format
|
||||
organizations/{organizationID}/locations/{location}/securityProfiles/
|
||||
{security_profile_id} where organizationID is the organization ID to which
|
||||
the changes should apply, location either global or region specified and
|
||||
the changes should apply, location - global specified and
|
||||
security_profile_id the Security Profile Identifier
|
||||
|
||||
POSITIONAL ARGUMENTS
|
||||
|
|
@ -47,7 +47,7 @@ POSITIONAL ARGUMENTS
|
|||
arguments in this group are specified.
|
||||
|
||||
--location=LOCATION
|
||||
location of the security_profile Global|Region.
|
||||
location of the security_profile - Global.
|
||||
|
||||
To set the location attribute:
|
||||
▸ provide the argument security_profile on the command line with a
|
||||
|
|
|
|||
|
|
@ -12,7 +12,7 @@ DESCRIPTION
|
|||
(ALPHA) List all Security Profiles in the specified location.
|
||||
|
||||
EXAMPLES
|
||||
To list Security Profiles in specifed location and organization, run:
|
||||
To list Security Profiles in specifed location run:
|
||||
|
||||
$ gcloud alpha network-security security-profiles \
|
||||
threat-prevention list --location=global
|
||||
|
|
|
|||
|
|
@ -23,7 +23,7 @@ EXAMPLES
|
|||
my-security-profile is the name of the Security Profile in the format
|
||||
organizations/{organizationID}/locations/{location}/securityProfiles/
|
||||
{security_profile_id} where organizationID is the organization ID to which
|
||||
the changes should apply, location either global or region specified and
|
||||
the changes should apply, location - global specified and
|
||||
security_profile_id the Security Profile Identifier
|
||||
|
||||
POSITIONAL ARGUMENTS
|
||||
|
|
@ -43,7 +43,7 @@ POSITIONAL ARGUMENTS
|
|||
arguments in this group are specified.
|
||||
|
||||
--location=LOCATION
|
||||
location of the security_profile Global|Region.
|
||||
location of the security_profile - Global.
|
||||
|
||||
To set the location attribute:
|
||||
▸ provide the argument security_profile on the command line with a
|
||||
|
|
|
|||
|
|
@ -28,7 +28,7 @@ EXAMPLES
|
|||
my-security-profile is the name of the Security Profile in the format
|
||||
organizations/{organizationID}/locations/{location}/securityProfiles/
|
||||
{security_profile_id} where organizationID is the organization ID to which
|
||||
the changes should apply, location either global or region specified and
|
||||
the changes should apply, location - global specified and
|
||||
security_profile_id the Security Profile Identifier
|
||||
|
||||
POSITIONAL ARGUMENTS
|
||||
|
|
@ -48,7 +48,7 @@ POSITIONAL ARGUMENTS
|
|||
arguments in this group are specified.
|
||||
|
||||
--location=LOCATION
|
||||
location of the security_profile Global|Region.
|
||||
location of the security_profile - Global.
|
||||
|
||||
To set the location attribute:
|
||||
▸ provide the argument security_profile on the command line with a
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue