1
0
Fork 0
mirror of https://github.com/imjasonh/gcloud-help synced 2026-07-22 07:40:10 +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

@ -26,8 +26,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 alpha dns record-sets update foo.bar.com. \
--rrdatas=1.2.3.4,9.8.7.6 --type=A --ttl=60 --zone=my_zone \
@ -132,8 +132,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.