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 参考概览页面。