NAME
gdcloud dns record-sets list - 列出 DNS 记录集。
SYNOPSIS
gdcloud dns record-sets list [flags]
示例
To list all DNS record sets, run:
gdcloud dns record-sets list
To list all record sets in the dns zone sample-zone:
gdcloud dns record-sets list --dns-zone=sample-zone
To list all A records in the dns zone sample-zone:
gdcloud dns record-sets list --dns-zone=sample-zone --type=A
可选标志
--dns-zone string The name of managed DNS zone that the record set belongs to.
--type string The DNS record type of the record set.
--zone string Zone to use for this invocation. To preset the zone flag for all commands that require it, run: "gdcloud config set core/zone ZONE". The zone flag is available only in multi-zone environments.
GDCLOUD 范围标志
所有命令均可使用以下标志:--configuration、--format、--help、--project、--quiet。
如需了解详情,请参阅gdcloud CLI 参考文档概览页面。