1
0
Fork 0
mirror of https://github.com/imjasonh/gcloud-help synced 2026-07-18 14:56:05 +00:00

gcloud: Thu Dec 18 10:57:44 UTC 2025

This commit is contained in:
Automated 2025-12-18 10:57:44 +00:00
parent 6d07e70b12
commit bdd724fcf3
219 changed files with 8033 additions and 381 deletions

View file

@ -59,11 +59,24 @@ REQUIRED FLAGS
The Infoblox DNS threat detector provider.
OPTIONAL FLAGS
--excluded-networks=[EXCLUDED_NETWORKS,...]
A list of network resource names which aren't monitored by this
DnsThreatDetector.
Network resource - A list of network resource names which aren't monitored
by this DnsThreatDetector.
Example: projects/PROJECT_ID/global/networks/NETWORK_NAME.
Example: projects/PROJECT_ID/global/networks/NETWORK_NAME. This represents
a Cloud resource. (NOTE) Some attributes are not given arguments in this
group but can be set in other ways.
To set the project attribute:
◆ provide the argument --excluded-networks on the command line with a
fully specified name;
◆ provide the argument --project on the command line;
◆ set the property core/project.
--excluded-networks=[EXCLUDED_NETWORKS,...]
IDs of the networks or fully qualified identifiers for the networks.
To set the network attribute:
▸ provide the argument --excluded-networks on the command line.
--labels=[LABELS,...]
Any labels associated with the DnsThreatDetector, listed as key value
@ -102,8 +115,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 dns-threat-detectors create
$ gcloud alpha network-security dns-threat-detectors create

View file

@ -60,8 +60,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 dns-threat-detectors delete
$ gcloud alpha network-security dns-threat-detectors delete

View file

@ -1,5 +1,5 @@
NAME
gcloud beta network-security dns-threat-detectors describe - describes a
gcloud beta network-security dns-threat-detectors describe - describe a
DnsThreatDetector resource
SYNOPSIS
@ -60,8 +60,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 dns-threat-detectors describe
$ gcloud alpha network-security dns-threat-detectors describe

View file

@ -24,17 +24,19 @@ COMMANDS
(BETA) Delete a DnsThreatDetector resource.
describe
(BETA) Describes a DnsThreatDetector resource.
(BETA) Describe a DnsThreatDetector resource.
list
(BETA) Lists DnsThreatDetector resources.
(BETA) List DnsThreatDetector resources.
update
(BETA) Update a DnsThreatDetector resource.
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 dns-threat-detectors
$ gcloud alpha network-security dns-threat-detectors

View file

@ -1,5 +1,5 @@
NAME
gcloud beta network-security dns-threat-detectors list - lists
gcloud beta network-security dns-threat-detectors list - list
DnsThreatDetector resources
SYNOPSIS
@ -80,8 +80,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 dns-threat-detectors list
$ gcloud alpha network-security dns-threat-detectors list

View file

@ -69,19 +69,78 @@ FLAGS
At most one of these can be specified:
--excluded-networks=[EXCLUDED_NETWORKS,...]
Set excluded_networks to new value.
Network resource - Set excluded_networks to new value.
--add-excluded-networks=[ADD_EXCLUDED_NETWORKS,...]
Add new value to excluded_networks list.
A list of network resource names which aren't monitored by this
DnsThreatDetector.
Example: projects/PROJECT_ID/global/networks/NETWORK_NAME. This
represents a Cloud resource. (NOTE) Some attributes are not given
arguments in this group but can be set in other ways.
To set the project attribute:
▸ provide the argument --excluded-networks on the command line with a
fully specified name;
▸ provide the argument --project on the command line;
▸ set the property core/project.
--excluded-networks=[EXCLUDED_NETWORKS,...]
IDs of the networks or fully qualified identifiers for the
networks.
To set the network attribute:
▫ provide the argument --excluded-networks on the command line.
Network resource - Add new value to excluded_networks list.
A list of network resource names which aren't monitored by this
DnsThreatDetector.
Example: projects/PROJECT_ID/global/networks/NETWORK_NAME. This
represents a Cloud resource. (NOTE) Some attributes are not given
arguments in this group but can be set in other ways.
To set the project attribute:
▸ provide the argument --add-excluded-networks on the command line
with a fully specified name;
▸ provide the argument --project on the command line;
▸ set the property core/project.
--add-excluded-networks=[ADD_EXCLUDED_NETWORKS,...]
IDs of the networks or fully qualified identifiers for the
networks.
To set the network attribute:
▫ provide the argument --add-excluded-networks on the command
line.
At most one of these can be specified:
--clear-excluded-networks
Clear excluded_networks value and set to empty list.
--remove-excluded-networks=[REMOVE_EXCLUDED_NETWORKS,...]
Remove existing value from excluded_networks list.
Network resource - Remove value from excluded_networks list.
A list of network resource names which aren't monitored by this
DnsThreatDetector.
Example: projects/PROJECT_ID/global/networks/NETWORK_NAME. This
represents a Cloud resource. (NOTE) Some attributes are not given
arguments in this group but can be set in other ways.
To set the project attribute:
▫ provide the argument --remove-excluded-networks on the command
line with a fully specified name;
▫ provide the argument --project on the command line;
▫ set the property core/project.
--remove-excluded-networks=[REMOVE_EXCLUDED_NETWORKS,...]
IDs of the networks or fully qualified identifiers for the
networks.
To set the network attribute:
◇ provide the argument --remove-excluded-networks on the
command line.
Update labels.
@ -168,8 +227,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 dns-threat-detectors update
$ gcloud alpha network-security dns-threat-detectors update