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
|
|
@ -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