mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-08 02:25:19 +00:00
gcloud: Wed May 18 08:41:01 UTC 2022
This commit is contained in:
parent
379049f21a
commit
9f95235d93
258 changed files with 7569 additions and 441 deletions
|
|
@ -18,6 +18,15 @@ EXAMPLES
|
|||
$ gcloud dns record-sets create foo.bar.com. \
|
||||
--rrdatas=1.2.3.4,9.8.7.6 --type=A --ttl=60 --zone=my_zone
|
||||
|
||||
To create a geo routed record-set with dnsName foo.bar.com., record type A,
|
||||
routing-policy-data "us-centra1=1.2.3.4,2.3.4.5;us-west1=3.4.5.6,9.8.7.6"
|
||||
and ttl 60 in my_zone.
|
||||
|
||||
$ gcloud dns record-sets create foo.bar.com. \
|
||||
--routing-policy-data="us-centra1=1.2.3.4,2.3.4.5;us-west1=3.4.5\
|
||||
.6,9.8.7.6" --routing-policy-type=GEO --type=A --ttl=60 \
|
||||
--zone=my_zone --location=us-east1-a
|
||||
|
||||
To create a record-set with dnsName foo.bar.com., record type A, rrdata
|
||||
[1.2.3.4, 9.8.7.6] and ttl 60 in my_zone in us-east1-a run this:
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue