gdcloud dns record-sets update

NAME

gdcloud dns record-sets update - Update a DNS record set.

SYNOPSIS

gdcloud dns record-sets update [flags]

EXAMPLES

To update a DNS record set, run:
    gdcloud dns record-sets update record-set-example
    --ttl 300
    --rrdatas "1.2.3.4"

OPTIONAL FLAGS

      --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 WIDE FLAGS

These flags are available to all commands: --configuration, --format, --help, --project, --quiet.

For more information, see the gdcloud CLI reference overview page.