이름
gdcloud dns record-sets create - 새 DNS 레코드 세트를 만듭니다.
개요
gdcloud dns record-sets create [flags]
EXAMPLES
To create a new DNS record set, run:
gdcloud dns record-sets create record-set-example
--dns-zone=dns-zone-example
--type=A
--fqdn=test.dns-zone-example
--rrdatas=192.0.2.1
--ttl=300
필수 플래그
--dns-zone string The name of managed DNS zone that the record set belongs to.
--fqdn string The fully qualified domain name of the record set.
--rrdatas strings The DNS data for each record set.
--type string The DNS record type of the record set.
선택적 플래그
--async Return immediately without waiting for the operation to complete.
--ttl uint32 The time to live in seconds for the record set. (default 300)
GDCLOUD 전체 플래그
이 플래그는 모든 명령어에서 사용할 수 있습니다. --configuration, --format, --help, --project, --quiet
자세한 내용은 gdcloud CLI 참조 개요 페이지를 확인하세요.