gdcloud dns record-sets update

NAME

gdcloud dns record-sets update - DNS 레코드 모음을 업데이트합니다.

SYNOPSIS

gdcloud dns record-sets update [flags]

EXAMPLES

To update a DNS record set, run:
    gdcloud dns record-sets update record-set-example
    --ttl 300
    --rrdatas "1.2.3.4"

선택적 플래그

      --async             Return immediately without waiting for the operation to complete.
      --rrdatas strings   The DNS data for each record set.
      --ttl uint32        The time to live in seconds for the record set.

GDCLOUD 전체 플래그

이 플래그는 모든 명령어에서 사용할 수 있습니다. --configuration, --format, --help, --project, --quiet

자세한 내용은 gdcloud CLI 참조 개요 페이지를 확인하세요.