gdcloud dns record-sets update

NAME

gdcloud dns record-sets update - 更新 DNS 记录集。

SYNOPSIS

gdcloud dns record-sets update [flags]

示例

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