mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-18 14:56:05 +00:00
gcloud: Tue Mar 1 21:43:54 UTC 2022
This commit is contained in:
parent
c1c3b75313
commit
21878eea72
1018 changed files with 4838 additions and 3409 deletions
|
|
@ -18,15 +18,14 @@ EXAMPLES
|
|||
[1.2.3.4, 9.8.7.6] and ttl 60 in my_zone run this:
|
||||
|
||||
$ gcloud alpha dns record-sets create foo.bar.com. \
|
||||
--rrdatas=1.2.3.4,9.8.7.6 --type=A --ttl=60
|
||||
--zone=my_zone
|
||||
--rrdatas=1.2.3.4,9.8.7.6 --type=A --ttl=60 --zone=my_zone
|
||||
|
||||
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:
|
||||
|
||||
$ gcloud alpha dns record-sets create us-east1-a.bar.com. \
|
||||
--rrdatas=1.2.3.4,9.8.7.6 --type=A --ttl=60
|
||||
--zone=my_zone --location=us-east1-a
|
||||
--rrdatas=1.2.3.4,9.8.7.6 --type=A --ttl=60 --zone=my_zone \
|
||||
--location=us-east1-a
|
||||
|
||||
POSITIONAL ARGUMENTS
|
||||
DNS_NAME
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue