gdcloud dns record-sets update

NAME

gdcloud dns record-sets update - Actualizar un conjunto de registros DNS.

SYNOPSIS

gdcloud dns record-sets update [flags]

EJEMPLOS

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

MARCAS OPCIONALES

      --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.

MARCAS DE GDCLOUD

Estas marcas están disponibles en todos los comandos: --configuration, --format, --help, --project y --quiet.

Para obtener más información, consulta la página de resumen de la referencia de la CLI de gdcloud.