gdcloud dns managed-zones create

NAME

gdcloud dns managed-zones create - Membuat zona DNS terkelola baru.

SYNOPSIS

gdcloud dns managed-zones create [flags]

CONTOH

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

FLAG WAJIB

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

FLAG OPSIONAL

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

FLAG SELURUH GDCLOUD

Flag ini tersedia untuk semua perintah: --configuration, --format, --help, --project, --quiet.

Untuk mengetahui informasi selengkapnya, lihat halaman ringkasan referensi gdcloud CLI.