mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-18 23:08:48 +00:00
gcloud: Wed Feb 26 10:38:18 UTC 2025
This commit is contained in:
parent
8d1a988ab5
commit
a597993b2e
186 changed files with 5629 additions and 923 deletions
|
|
@ -117,8 +117,10 @@ GCLOUD WIDE FLAGS
|
|||
Run $ gcloud help for details.
|
||||
|
||||
NOTES
|
||||
This command is currently in beta and might change without notice. This
|
||||
variant is also available:
|
||||
This command is currently in beta and might change without notice. These
|
||||
variants are also available:
|
||||
|
||||
$ gcloud network-security security-profiles custom-mirroring create
|
||||
|
||||
$ gcloud alpha network-security security-profiles custom-mirroring \
|
||||
create
|
||||
|
|
|
|||
|
|
@ -68,8 +68,10 @@ API REFERENCE
|
|||
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:
|
||||
This command is currently in beta and might change without notice. These
|
||||
variants are also available:
|
||||
|
||||
$ gcloud network-security security-profiles custom-mirroring delete
|
||||
|
||||
$ gcloud alpha network-security security-profiles custom-mirroring \
|
||||
delete
|
||||
|
|
|
|||
|
|
@ -63,8 +63,10 @@ API REFERENCE
|
|||
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:
|
||||
This command is currently in beta and might change without notice. These
|
||||
variants are also available:
|
||||
|
||||
$ gcloud network-security security-profiles custom-mirroring describe
|
||||
|
||||
$ gcloud alpha network-security security-profiles custom-mirroring \
|
||||
describe
|
||||
|
|
|
|||
|
|
@ -34,8 +34,10 @@ COMMANDS
|
|||
(BETA) Updates a Custom Mirroring Profile.
|
||||
|
||||
NOTES
|
||||
This command is currently in beta and might change without notice. This
|
||||
variant is also available:
|
||||
This command is currently in beta and might change without notice. These
|
||||
variants are also available:
|
||||
|
||||
$ gcloud network-security security-profiles custom-mirroring
|
||||
|
||||
$ gcloud alpha network-security security-profiles custom-mirroring
|
||||
|
||||
|
|
|
|||
|
|
@ -80,8 +80,10 @@ GCLOUD WIDE FLAGS
|
|||
Run $ gcloud help for details.
|
||||
|
||||
NOTES
|
||||
This command is currently in beta and might change without notice. This
|
||||
variant is also available:
|
||||
This command is currently in beta and might change without notice. These
|
||||
variants are also available:
|
||||
|
||||
$ gcloud network-security security-profiles custom-mirroring list
|
||||
|
||||
$ gcloud alpha network-security security-profiles custom-mirroring \
|
||||
list
|
||||
|
|
|
|||
|
|
@ -109,8 +109,10 @@ GCLOUD WIDE FLAGS
|
|||
Run $ gcloud help for details.
|
||||
|
||||
NOTES
|
||||
This command is currently in beta and might change without notice. This
|
||||
variant is also available:
|
||||
This command is currently in beta and might change without notice. These
|
||||
variants are also available:
|
||||
|
||||
$ gcloud network-security security-profiles custom-mirroring update
|
||||
|
||||
$ gcloud alpha network-security security-profiles custom-mirroring \
|
||||
update
|
||||
|
|
|
|||
|
|
@ -7,15 +7,16 @@ SYNOPSIS
|
|||
add-override
|
||||
(SECURITY_PROFILE : --location=LOCATION --organization=ORGANIZATION)
|
||||
--action=ACTION
|
||||
(--severities=[SEVERITY_LEVEL,...] | --threat-ids=[THREAT-ID,...])
|
||||
[--async] [--update-labels=[KEY=VALUE,...]]
|
||||
(--antivirus=[PROTOCOL,...] | --severities=[SEVERITY_LEVEL,...]
|
||||
| --threat-ids=[THREAT-ID,...]) [--async]
|
||||
[--update-labels=[KEY=VALUE,...]]
|
||||
[--clear-labels | --remove-labels=[KEY,...]] [GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
(BETA) Add severities or threat-ids to existing threat prevention profile
|
||||
with intended action on each specified. Check the updates of add-override
|
||||
command by using gcloud network-security security-profiles
|
||||
threat-prevention list-override my-security-profile.
|
||||
(BETA) Add antivirus, severities, or threat-ids to existing threat
|
||||
prevention profile with intended action on each specified. Check the
|
||||
updates of add-override command by using gcloud network-security
|
||||
security-profiles threat-prevention list-override my-security-profile.
|
||||
|
||||
For more examples, refer to the EXAMPLES section below.
|
||||
|
||||
|
|
@ -66,11 +67,15 @@ POSITIONAL ARGUMENTS
|
|||
|
||||
REQUIRED FLAGS
|
||||
--action=ACTION
|
||||
Action associated with severity or threat-id. ACTION must be one of:
|
||||
DEFAULT_ACTION, ALLOW, ALERT, DENY.
|
||||
Action associated with antivirus, severity, or threat-id. ACTION must
|
||||
be one of: DEFAULT_ACTION, ALLOW, ALERT, DENY.
|
||||
|
||||
Exactly one of these must be specified:
|
||||
|
||||
--antivirus=[PROTOCOL,...]
|
||||
List of comma-separated protocols where each value in the list
|
||||
indicates the protocol of the antivirus threat.
|
||||
|
||||
--severities=[SEVERITY_LEVEL,...]
|
||||
List of comma-separated severities where each value in the list
|
||||
indicates the severity of the threat.
|
||||
|
|
|
|||
|
|
@ -6,14 +6,15 @@ SYNOPSIS
|
|||
gcloud beta network-security security-profiles threat-prevention
|
||||
delete-override
|
||||
(SECURITY_PROFILE : --location=LOCATION --organization=ORGANIZATION)
|
||||
(--severities=[SEVERITY_LEVEL,...] | --threat-ids=[THREAT-ID,...])
|
||||
[--async] [--update-labels=[KEY=VALUE,...]]
|
||||
(--antivirus=[PROTOCOL,...] | --severities=[SEVERITY_LEVEL,...]
|
||||
| --threat-ids=[THREAT-ID,...]) [--async]
|
||||
[--update-labels=[KEY=VALUE,...]]
|
||||
[--clear-labels | --remove-labels=[KEY,...]] [GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
(BETA) To delete existing severities or threat-ids of threat prevention
|
||||
profile. Check the updates of update-override command by using gcloud
|
||||
network-security security-profiles threat-prevention list-override
|
||||
(BETA) To delete existing antivirus, severities, or threat-ids of threat
|
||||
prevention profile. Check the updates of update-override command by using
|
||||
gcloud network-security security-profiles threat-prevention list-override
|
||||
my-security-profile.
|
||||
|
||||
For more examples, refer to the EXAMPLES section below.
|
||||
|
|
@ -65,6 +66,10 @@ POSITIONAL ARGUMENTS
|
|||
REQUIRED FLAGS
|
||||
Exactly one of these must be specified:
|
||||
|
||||
--antivirus=[PROTOCOL,...]
|
||||
List of comma-separated protocols where each value in the list
|
||||
indicates the protocol of the antivirus threat.
|
||||
|
||||
--severities=[SEVERITY_LEVEL,...]
|
||||
List of comma-separated severities where each value in the list
|
||||
indicates the severity of the threat.
|
||||
|
|
|
|||
|
|
@ -9,8 +9,8 @@ SYNOPSIS
|
|||
[GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
(BETA) To list existing severities or threat-ids of threat prevention
|
||||
profile.
|
||||
(BETA) To list existing antivirus, severities, or threat-ids of threat
|
||||
prevention profile.
|
||||
|
||||
For more examples, refer to the EXAMPLES section below.
|
||||
|
||||
|
|
|
|||
|
|
@ -7,15 +7,16 @@ SYNOPSIS
|
|||
update-override
|
||||
(SECURITY_PROFILE : --location=LOCATION --organization=ORGANIZATION)
|
||||
--action=ACTION
|
||||
(--severities=[SEVERITY_LEVEL,...] | --threat-ids=[THREAT-ID,...])
|
||||
[--async] [--update-labels=[KEY=VALUE,...]]
|
||||
(--antivirus=[PROTOCOL,...] | --severities=[SEVERITY_LEVEL,...]
|
||||
| --threat-ids=[THREAT-ID,...]) [--async]
|
||||
[--update-labels=[KEY=VALUE,...]]
|
||||
[--clear-labels | --remove-labels=[KEY,...]] [GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
(BETA) To update existing severities or threat-ids of threat prevention
|
||||
profile with intended action on each specified. Check the updates of
|
||||
update-override command by using gcloud network-security security-profiles
|
||||
threat-prevention list-override my-security-profile.
|
||||
(BETA) To update existing antivirus, severities, or threat-ids of threat
|
||||
prevention profile with intended action on each specified. Check the
|
||||
updates of update-override command by using gcloud network-security
|
||||
security-profiles threat-prevention list-override my-security-profile.
|
||||
|
||||
For more examples, refer to the EXAMPLES section below.
|
||||
|
||||
|
|
@ -66,11 +67,15 @@ POSITIONAL ARGUMENTS
|
|||
|
||||
REQUIRED FLAGS
|
||||
--action=ACTION
|
||||
Action associated with severity or threat-id. ACTION must be one of:
|
||||
DEFAULT_ACTION, ALLOW, ALERT, DENY.
|
||||
Action associated with antivirus, severity, or threat-id. ACTION must
|
||||
be one of: DEFAULT_ACTION, ALLOW, ALERT, DENY.
|
||||
|
||||
Exactly one of these must be specified:
|
||||
|
||||
--antivirus=[PROTOCOL,...]
|
||||
List of comma-separated protocols where each value in the list
|
||||
indicates the protocol of the antivirus threat.
|
||||
|
||||
--severities=[SEVERITY_LEVEL,...]
|
||||
List of comma-separated severities where each value in the list
|
||||
indicates the severity of the threat.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue