gdcloud dns managed-zones create

NAME

gdcloud dns managed-zones create - 새 관리형 DNS 영역을 만듭니다.

SYNOPSIS

gdcloud dns managed-zones create [flags]

EXAMPLES

To create a new managed DNS zone:
    gdcloud dns managed-zones create example-zone \
    --dns-name "example.com" \
    --visibility PRIVATE \
    --description "example description"

필수 플래그

      --dns-name string     The name of the managed DNS zone.
      --visibility string   The visibility of the managed DNS zone (PRIVATE or PUBLIC).

선택적 플래그

      --async                Run the operation in the background without waiting for it to complete.
      --description string   The description of the managed DNS zone.

GDCLOUD 전체 플래그

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

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