mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-16 12:22:03 +00:00
gcloud: Wed Feb 15 10:13:15 UTC 2023
This commit is contained in:
parent
02b395b082
commit
78fb6d9419
375 changed files with 5899 additions and 1603 deletions
|
|
@ -125,16 +125,18 @@ REQUIRED FLAGS
|
|||
For --routing-policy-type = "GEO" this flag indicates the
|
||||
geo-locations policy data. The field accepts a
|
||||
semicolon-delimited list of the format
|
||||
"${region}=${rrdata},${rrdata}". Each individual rrdata can
|
||||
either be an ip address or a string of the format
|
||||
forwarding_config_name@region.
|
||||
"${region}=${rrdata},${rrdata}". Each rrdata can either be an IP
|
||||
address or a reference to a forwarding rule of the format
|
||||
FORWARDING_RULE_NAME", "FORWARDING_RULE_NAME@region", or the full
|
||||
resource path of the forwarding rule.
|
||||
|
||||
Configuration for primary backup routing policy
|
||||
|
||||
--routing-policy-backup-data=ROUTING_POLICY_BACKUP_DATA
|
||||
The backup config for a primary backup routing policy. This is
|
||||
the same format as the routing-policy-data arg as this is just
|
||||
another geo policy.
|
||||
The backup configuration for a primary backup routing policy.
|
||||
This configuration has the same format as the
|
||||
routing-policy-data argument because it is just another
|
||||
geo-locations policy.
|
||||
|
||||
This flag argument must be specified if any of the other
|
||||
arguments in this group are specified.
|
||||
|
|
@ -149,9 +151,10 @@ REQUIRED FLAGS
|
|||
arguments in this group are specified.
|
||||
|
||||
--routing-policy-primary-data=ROUTING_POLICY_PRIMARY_DATA
|
||||
The primary config for a primary backup routing policy. This is
|
||||
just a list of forwarding configs of the format "config_name"
|
||||
or "config_name@scope"
|
||||
The primary configuration for a primary backup routing policy.
|
||||
This configuration is a list of forwarding rules of the format
|
||||
"FORWARDING_RULE_NAME", "FORWARDING_RULE_NAME@scope", or the
|
||||
full resource path of the forwarding rule.
|
||||
|
||||
This flag argument must be specified if any of the other
|
||||
arguments in this group are specified.
|
||||
|
|
|
|||
|
|
@ -93,16 +93,18 @@ REQUIRED FLAGS
|
|||
For --routing-policy-type = "GEO" this flag indicates the
|
||||
geo-locations policy data. The field accepts a
|
||||
semicolon-delimited list of the format
|
||||
"${region}=${rrdata},${rrdata}". Each individual rrdata can
|
||||
either be an ip address or a string of the format
|
||||
forwarding_config_name@region.
|
||||
"${region}=${rrdata},${rrdata}". Each rrdata can either be an IP
|
||||
address or a reference to a forwarding rule of the format
|
||||
FORWARDING_RULE_NAME", "FORWARDING_RULE_NAME@region", or the full
|
||||
resource path of the forwarding rule.
|
||||
|
||||
Configuration for primary backup routing policy
|
||||
|
||||
--routing-policy-backup-data=ROUTING_POLICY_BACKUP_DATA
|
||||
The backup config for a primary backup routing policy. This is
|
||||
the same format as the routing-policy-data arg as this is just
|
||||
another geo policy.
|
||||
The backup configuration for a primary backup routing policy.
|
||||
This configuration has the same format as the
|
||||
routing-policy-data argument because it is just another
|
||||
geo-locations policy.
|
||||
|
||||
This flag argument must be specified if any of the other
|
||||
arguments in this group are specified.
|
||||
|
|
@ -117,9 +119,10 @@ REQUIRED FLAGS
|
|||
arguments in this group are specified.
|
||||
|
||||
--routing-policy-primary-data=ROUTING_POLICY_PRIMARY_DATA
|
||||
The primary config for a primary backup routing policy. This is
|
||||
just a list of forwarding configs of the format "config_name"
|
||||
or "config_name@scope"
|
||||
The primary configuration for a primary backup routing policy.
|
||||
This configuration is a list of forwarding rules of the format
|
||||
"FORWARDING_RULE_NAME", "FORWARDING_RULE_NAME@scope", or the
|
||||
full resource path of the forwarding rule.
|
||||
|
||||
This flag argument must be specified if any of the other
|
||||
arguments in this group are specified.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue