1
0
Fork 0
mirror of https://github.com/imjasonh/gcloud-help synced 2026-07-18 23:08:48 +00:00

gcloud: Wed Feb 15 10:13:15 UTC 2023

This commit is contained in:
Automated 2023-02-15 10:13:15 +00:00
parent 02b395b082
commit 78fb6d9419
375 changed files with 5899 additions and 1603 deletions

View file

@ -3,7 +3,7 @@ NAME
a Dns managed zone
SYNOPSIS
gcloud alpha dns managed-zones config export (MANAGED_ZONE : --all)
gcloud alpha dns managed-zones config export ([MANAGED_ZONE]] --all)
[--path=PATH; default="-"] [--resource-format=RESOURCE_FORMAT]
[GCLOUD_WIDE_FLAG ...]
@ -48,9 +48,6 @@ POSITIONAL ARGUMENTS
managed_zone. To set the managed_zone attribute:
▸ provide the argument managed_zone on the command line.
This positional argument must be specified if any of the other
arguments in this group are specified.
--all
Retrieve all resources within the project. If --path is specified and
is a valid directory, resources will be output as individual files

View file

@ -3,7 +3,7 @@ NAME
Dns policy
SYNOPSIS
gcloud alpha dns policies config export (POLICY : --all)
gcloud alpha dns policies config export ([POLICY]] --all)
[--path=PATH; default="-"] [--resource-format=RESOURCE_FORMAT]
[GCLOUD_WIDE_FLAG ...]
@ -47,9 +47,6 @@ POSITIONAL ARGUMENTS
the policy attribute:
▸ provide the argument policy on the command line.
This positional argument must be specified if any of the other
arguments in this group are specified.
--all
Retrieve all resources within the project. If --path is specified and
is a valid directory, resources will be output as individual files

View file

@ -128,16 +128,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.
@ -152,9 +154,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.

View file

@ -95,16 +95,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.
@ -119,9 +121,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.