1
0
Fork 0
mirror of https://github.com/imjasonh/gcloud-help synced 2026-07-21 14:39:15 +00:00

gcloud: Wed Jan 15 09:50:59 UTC 2025

This commit is contained in:
Automated 2025-01-15 09:50:59 +00:00
parent 5a9f5ff67e
commit 4a036681b1
126 changed files with 4290 additions and 679 deletions

View file

@ -18,8 +18,10 @@ SYNOPSIS
[--src-network-scope=SRC_NETWORK_SCOPE]
[--src-networks=[SRC_NETWORKS,...]]
[--src-region-codes=[SOURCE_REGION_CODES,...]]
[--src-secure-tags=[SOURCE_SECURE_TAGS,...]]
[--src-threat-intelligence=[SOURCE_THREAT_INTELLIGENCE_LISTS,...]]
[--target-resources=[TARGET_RESOURCES,...]]
[--target-secure-tags=[TARGET_SECURE_TAGS,...]]
[--target-service-accounts=[TARGET_SERVICE_ACCOUNTS,...]]
[--[no-]tls-inspect] [GCLOUD_WIDE_FLAG ...]
@ -141,6 +143,16 @@ OPTIONAL FLAGS
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
network to which the rule applies if all other fields match. Either
--src-ip-ranges or --src-secure-tags must be specified for ingress
traffic. If both --src-ip-ranges and --src-secure-tags are specified,
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.
--src-threat-intelligence=[SOURCE_THREAT_INTELLIGENCE_LISTS,...]
Source Threat Intelligence lists to match for this rule. Can only be
specified if DIRECTION is ingress. Cannot be specified when the source
@ -151,6 +163,10 @@ OPTIONAL FLAGS
--target-resources=[TARGET_RESOURCES,...]
List of URLs of target resources to which the rule is applied.
--target-secure-tags=[TARGET_SECURE_TAGS,...]
An optional, list of target secure tags with a name of the format
tagValues/ or full namespaced name
--target-service-accounts=[TARGET_SERVICE_ACCOUNTS,...]
List of target service accounts for the rule.

View file

@ -20,8 +20,10 @@ SYNOPSIS
[--src-network-scope=SRC_NETWORK_SCOPE]
[--src-networks=[SRC_NETWORKS,...]]
[--src-region-codes=[SOURCE_REGION_CODES,...]]
[--src-secure-tags=[SOURCE_SECURE_TAGS,...]]
[--src-threat-intelligence=[SOURCE_THREAT_INTELLIGENCE_LISTS,...]]
[--target-resources=[TARGET_RESOURCES,...]]
[--target-secure-tags=[TARGET_SECURE_TAGS,...]]
[--target-service-accounts=[TARGET_SERVICE_ACCOUNTS,...]]
[--[no-]tls-inspect] [GCLOUD_WIDE_FLAG ...]
@ -147,6 +149,16 @@ OPTIONAL FLAGS
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
network to which the rule applies if all other fields match. Either
--src-ip-ranges or --src-secure-tags must be specified for ingress
traffic. If both --src-ip-ranges and --src-secure-tags are specified,
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.
--src-threat-intelligence=[SOURCE_THREAT_INTELLIGENCE_LISTS,...]
Source Threat Intelligence lists to match for this rule. Can only be
specified if DIRECTION is ingress. Cannot be specified when the source
@ -157,6 +169,10 @@ OPTIONAL FLAGS
--target-resources=[TARGET_RESOURCES,...]
List of URLs of target resources to which the rule is applied.
--target-secure-tags=[TARGET_SECURE_TAGS,...]
An optional, list of target secure tags with a name of the format
tagValues/ or full namespaced name
--target-service-accounts=[TARGET_SERVICE_ACCOUNTS,...]
List of target service accounts for the rule.