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

gcloud: Wed Sep 21 11:28:40 UTC 2022

This commit is contained in:
Automated 2022-09-21 11:28:40 +00:00
parent 8f4214beb2
commit 29683b8af4
Failed to extract signature
122 changed files with 2393 additions and 199 deletions

View file

@ -164,8 +164,9 @@ REQUIRED FLAGS
OPTIONAL FLAGS
--location=LOCATION
Specifies the desired service location the request is sent to. Default
to Cloud DNS global service.
Specifies the desired service location the request is sent to. Defaults
to Cloud DNS global service. Use --location=global if you want to
target the global service.
--ttl=TTL
TTL (time to live) for the record-set.

View file

@ -29,8 +29,9 @@ REQUIRED FLAGS
OPTIONAL FLAGS
--location=LOCATION
Specifies the desired service location the request is sent to. Default
to Cloud DNS global service.
Specifies the desired service location the request is sent to. Defaults
to Cloud DNS global service. Use --location=global if you want to
target the global service.
GCLOUD WIDE FLAGS
These flags are available to all commands: --access-token-file, --account,

View file

@ -30,8 +30,9 @@ REQUIRED FLAGS
OPTIONAL FLAGS
--location=LOCATION
Specifies the desired service location the request is sent to. Default
to Cloud DNS global service.
Specifies the desired service location the request is sent to. Defaults
to Cloud DNS global service. Use --location=global if you want to
target the global service.
GCLOUD WIDE FLAGS
These flags are available to all commands: --access-token-file, --account,

View file

@ -36,8 +36,9 @@ REQUIRED FLAGS
OPTIONAL FLAGS
--location=LOCATION
Specifies the desired service location the request is sent to. Default
to Cloud DNS global service.
Specifies the desired service location the request is sent to. Defaults
to Cloud DNS global service. Use --location=global if you want to
target the global service.
--zone-file-format
Indicates that records-file should be in the zone file format. When

View file

@ -50,8 +50,9 @@ OPTIONAL FLAGS
importing the record-sets in the records-file.
--location=LOCATION
Specifies the desired service location the request is sent to. Default
to Cloud DNS global service.
Specifies the desired service location the request is sent to. Defaults
to Cloud DNS global service. Use --location=global if you want to
target the global service.
--replace-origin-ns
Indicates that NS records for the origin of a zone should be imported

View file

@ -37,8 +37,9 @@ REQUIRED FLAGS
FLAGS
--location=LOCATION
Specifies the desired service location the request is sent to. Default
to Cloud DNS global service.
Specifies the desired service location the request is sent to. Defaults
to Cloud DNS global service. Use --location=global if you want to
target the global service.
--name=NAME
Only list record-sets with this exact domain name.

View file

@ -25,8 +25,8 @@ EXAMPLES
--rrdatas=1.2.3.4,9.8.7.6 --type=A --ttl=60 --zone=my_zone
To update a record-set with dnsName foo.bar.com., record type A to have
rrdata [1.2.3.4, 9.8.7.6] and ttl 60 in my_zone that locates in us-east1-a,
run:
rrdata [1.2.3.4, 9.8.7.6] and ttl 60 in my_zone that is located in
us-east1-a, run:
$ gcloud beta dns record-sets update foo.bar.com. \
--rrdatas=1.2.3.4,9.8.7.6 --type=A --ttl=60 --zone=my_zone \
@ -131,8 +131,9 @@ REQUIRED FLAGS
OPTIONAL FLAGS
--location=LOCATION
Specifies the desired service location the request is sent to. Default
to Cloud DNS global service.
Specifies the desired service location the request is sent to. Defaults
to Cloud DNS global service. Use --location=global if you want to
target the global service.
--ttl=TTL
TTL (time to live) for the record-set.