gdcloud dns managed-zones create

名稱

gdcloud dns managed-zones create - 建立新的代管 DNS 區域。

概要

gdcloud dns managed-zones create [flags]

範例

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 參考資料總覽頁面。