1
0
Fork 0
mirror of https://github.com/imjasonh/gcloud-help synced 2026-07-22 15:52:30 +00:00

gcloud: Thu Nov 7 09:57:40 UTC 2024

This commit is contained in:
Automated 2024-11-07 09:57:40 +00:00
parent d7d92f8000
commit 7da5872e5c
106 changed files with 3468 additions and 293 deletions

View file

@ -82,12 +82,13 @@ OPTIONAL FLAGS
--dest-region-codes=[DEST_REGION_CODES,...]
Destination Region Code to match for this rule. Can only be specified
if DIRECTION is egress.
if DIRECTION is egress. Cannot be specified when the source network
scope is NON_INTERNET.
--dest-threat-intelligence=[DEST_THREAT_INTELLIGENCE_LISTS,...]
Destination Threat Intelligence lists to match for this rule. Can only
be specified if DIRECTION is egress. The available lists can be found
here:
be specified if DIRECTION is egress. Cannot be specified when source
network scope is NON_INTERNET. The available lists can be found here:
https://cloud.google.com/vpc/docs/firewall-policies-rule-details#threat-intelligence-fw-policy.
--direction=DIRECTION
@ -145,7 +146,8 @@ OPTIONAL FLAGS
--src-region-codes=[SOURCE_REGION_CODES,...]
Source Region Code to match for this rule. Can only be specified if
DIRECTION is ingress.
DIRECTION is ingress. Cannot be specified when the source network scope
is NON_INTERNET, VPC_NETWORK or INTRA_VPC.
--src-secure-tags=[SOURCE_SECURE_TAGS,...]
A list of instance secure tags indicating the set of instances on the
@ -155,12 +157,14 @@ OPTIONAL FLAGS
an inbound connection is allowed if either the range of the source
matches --src-ip-ranges or the tag of the source matches
--src-secure-tags. Secure Tags can be assigned to instances during
instance creation.
instance creation. Secure tags cannot be specified if source network
scope is INTERNET.
--src-threat-intelligence=[SOURCE_THREAT_INTELLIGENCE_LISTS,...]
Source Threat Intelligence lists to match for this rule. Can only be
specified if DIRECTION is ingress. The available lists can be found
here:
specified if DIRECTION is ingress. Cannot be specified when the source
network scope is NON_INTERNET, VPC_NETWORK or INTRA_VPC. The available
lists can be found here:
https://cloud.google.com/vpc/docs/firewall-policies-rule-details#threat-intelligence-fw-policy.
--target-secure-tags=[TARGET_SECURE_TAGS,...]

View file

@ -75,12 +75,13 @@ OPTIONAL FLAGS
--dest-region-codes=[DEST_REGION_CODES,...]
Destination Region Code to match for this rule. Can only be specified
if DIRECTION is egress.
if DIRECTION is egress. Cannot be specified when the source network
scope is NON_INTERNET.
--dest-threat-intelligence=[DEST_THREAT_INTELLIGENCE_LISTS,...]
Destination Threat Intelligence lists to match for this rule. Can only
be specified if DIRECTION is egress. The available lists can be found
here:
be specified if DIRECTION is egress. Cannot be specified when source
network scope is NON_INTERNET. The available lists can be found here:
https://cloud.google.com/vpc/docs/firewall-policies-rule-details#threat-intelligence-fw-policy.
--direction=DIRECTION
@ -141,7 +142,8 @@ OPTIONAL FLAGS
--src-region-codes=[SOURCE_REGION_CODES,...]
Source Region Code to match for this rule. Can only be specified if
DIRECTION is ingress.
DIRECTION is ingress. Cannot be specified when the source network scope
is NON_INTERNET, VPC_NETWORK or INTRA_VPC.
--src-secure-tags=[SOURCE_SECURE_TAGS,...]
A list of instance secure tags indicating the set of instances on the
@ -151,12 +153,14 @@ OPTIONAL FLAGS
an inbound connection is allowed if either the range of the source
matches --src-ip-ranges or the tag of the source matches
--src-secure-tags. Secure Tags can be assigned to instances during
instance creation.
instance creation. Secure tags cannot be specified if source network
scope is INTERNET.
--src-threat-intelligence=[SOURCE_THREAT_INTELLIGENCE_LISTS,...]
Source Threat Intelligence lists to match for this rule. Can only be
specified if DIRECTION is ingress. The available lists can be found
here:
specified if DIRECTION is ingress. Cannot be specified when the source
network scope is NON_INTERNET, VPC_NETWORK or INTRA_VPC. The available
lists can be found here:
https://cloud.google.com/vpc/docs/firewall-policies-rule-details#threat-intelligence-fw-policy.
--target-secure-tags=[TARGET_SECURE_TAGS,...]