mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-18 14:56:05 +00:00
gcloud: Wed Sep 18 09:49:45 UTC 2024
This commit is contained in:
parent
a3842bba95
commit
8ebed5b0f1
182 changed files with 2067 additions and 1436 deletions
|
|
@ -8,6 +8,7 @@ SYNOPSIS
|
|||
[--description=DESCRIPTION]
|
||||
[--dest-address-groups=[DEST_ADDRESS_GROUPS,...]]
|
||||
[--dest-fqdns=[DEST_FQDNS,...]] [--dest-ip-ranges=[DEST_IP_RANGE,...]]
|
||||
[--dest-network-scope=DEST_NETWORK_SCOPE]
|
||||
[--dest-region-codes=[DEST_REGION_CODES,...]]
|
||||
[--dest-threat-intelligence=[DEST_THREAT_INTELLIGENCE_LISTS,...]]
|
||||
[--direction=DIRECTION] [--[no-]disabled] [--[no-]enable-logging]
|
||||
|
|
@ -15,6 +16,8 @@ SYNOPSIS
|
|||
[--security-profile-group=SECURITY_PROFILE_GROUP]
|
||||
[--src-address-groups=[SOURCE_ADDRESS_GROUPS,...]]
|
||||
[--src-fqdns=[SOURCE_FQDNS,...]] [--src-ip-ranges=[SRC_IP_RANGE,...]]
|
||||
[--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,...]]
|
||||
|
|
@ -71,6 +74,12 @@ OPTIONAL FLAGS
|
|||
--dest-ip-ranges=[DEST_IP_RANGE,...]
|
||||
Destination IP ranges to match for this rule.
|
||||
|
||||
--dest-network-scope=DEST_NETWORK_SCOPE
|
||||
Use this flag to indicate that the rule should match internet or
|
||||
non-internet traffic. It applies to destination traffic for egress
|
||||
rules. Valid values are INTERNET, NON_INTERNET and INTRA_VPC. Use empty
|
||||
string to clear the field.
|
||||
|
||||
--dest-region-codes=[DEST_REGION_CODES,...]
|
||||
Destination Region Code to match for this rule. Can only be specified
|
||||
if DIRECTION is egress.
|
||||
|
|
@ -122,6 +131,18 @@ OPTIONAL FLAGS
|
|||
--src-secure-tags.Multiple IP address blocks can be specified if they
|
||||
are separated by commas.
|
||||
|
||||
--src-network-scope=SRC_NETWORK_SCOPE
|
||||
Use this flag to indicate that the rule should match internet,
|
||||
non-internet traffic or traffic coming from the network specified by
|
||||
--src-network. It applies to ingress rules. Valid values are INTERNET,
|
||||
NON_INTERNET, VPC_NETWORKS and INTRA_VPC. Use empty string to clear the
|
||||
field.
|
||||
|
||||
--src-networks=[SRC_NETWORKS,...]
|
||||
The source VPC networks to match for this rule. It can only be
|
||||
specified when --src-network-scope is VPC_NETWORKS. It applies to
|
||||
ingress rules. It accepts full or partial URLs.
|
||||
|
||||
--src-region-codes=[SOURCE_REGION_CODES,...]
|
||||
Source Region Code to match for this rule. Can only be specified if
|
||||
DIRECTION is ingress.
|
||||
|
|
|
|||
|
|
@ -8,6 +8,7 @@ SYNOPSIS
|
|||
[--description=DESCRIPTION]
|
||||
[--dest-address-groups=[DEST_ADDRESS_GROUPS,...]]
|
||||
[--dest-fqdns=[DEST_FQDNS,...]] [--dest-ip-ranges=[DEST_IP_RANGE,...]]
|
||||
[--dest-network-scope=DEST_NETWORK_SCOPE]
|
||||
[--dest-region-codes=[DEST_REGION_CODES,...]]
|
||||
[--dest-threat-intelligence=[DEST_THREAT_INTELLIGENCE_LISTS,...]]
|
||||
[--direction=DIRECTION] [--[no-]disabled] [--[no-]enable-logging]
|
||||
|
|
@ -15,6 +16,8 @@ SYNOPSIS
|
|||
[--security-profile-group=SECURITY_PROFILE_GROUP]
|
||||
[--src-address-groups=[SOURCE_ADDRESS_GROUPS,...]]
|
||||
[--src-fqdns=[SOURCE_FQDNS,...]] [--src-ip-ranges=[SRC_IP_RANGE,...]]
|
||||
[--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,...]]
|
||||
|
|
@ -64,6 +67,12 @@ OPTIONAL FLAGS
|
|||
--dest-ip-ranges=[DEST_IP_RANGE,...]
|
||||
Destination IP ranges to match for this rule.
|
||||
|
||||
--dest-network-scope=DEST_NETWORK_SCOPE
|
||||
Use this flag to indicate that the rule should match internet or
|
||||
non-internet traffic. It applies to destination traffic for egress
|
||||
rules. Valid values are INTERNET, NON_INTERNET and INTRA_VPC. Use empty
|
||||
string to clear the field.
|
||||
|
||||
--dest-region-codes=[DEST_REGION_CODES,...]
|
||||
Destination Region Code to match for this rule. Can only be specified
|
||||
if DIRECTION is egress.
|
||||
|
|
@ -118,6 +127,18 @@ OPTIONAL FLAGS
|
|||
--src-secure-tags.Multiple IP address blocks can be specified if they
|
||||
are separated by commas.
|
||||
|
||||
--src-network-scope=SRC_NETWORK_SCOPE
|
||||
Use this flag to indicate that the rule should match internet,
|
||||
non-internet traffic or traffic coming from the network specified by
|
||||
--src-network. It applies to ingress rules. Valid values are INTERNET,
|
||||
NON_INTERNET, VPC_NETWORKS and INTRA_VPC. Use empty string to clear the
|
||||
field.
|
||||
|
||||
--src-networks=[SRC_NETWORKS,...]
|
||||
The source VPC networks to match for this rule. It can only be
|
||||
specified when --src-network-scope is VPC_NETWORKS. It applies to
|
||||
ingress rules. It accepts full or partial URLs.
|
||||
|
||||
--src-region-codes=[SOURCE_REGION_CODES,...]
|
||||
Source Region Code to match for this rule. Can only be specified if
|
||||
DIRECTION is ingress.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue