gdcloud dns record-sets create
Organízate con las colecciones
Guarda y clasifica el contenido según tus preferencias.
NOMBRE
gdcloud dns record-sets create: crea un conjunto de registros DNS.
SYNOPSIS
gdcloud dns record-sets create [flags]
EJEMPLOS
To create a new DNS record set, run:
gdcloud dns record-sets create record-set-example
--dns-zone=dns-zone-example
--type=A
--fqdn=test.dns-zone-example
--rrdatas=192.0.2.1
--ttl=300
BANDERAS OBLIGATORIAS
--dns-zone string The name of managed DNS zone that the record set belongs to.
--fqdn string The fully qualified domain name of the record set.
--rrdatas strings The DNS data for each record set.
--type string The DNS record type of the record set.
MARCAS OPCIONALES
--async Return immediately without waiting for the operation to complete.
--ttl uint32 The time to live in seconds for the record set. (default 300)
GDCLOUD WIDE FLAGS
Estas marcas están disponibles para todos los comandos: --configuration, --format, --help, --project y --quiet.
[[["Es fácil de entender","easyToUnderstand","thumb-up"],["Me ofreció una solución al problema","solvedMyProblem","thumb-up"],["Otro","otherUp","thumb-up"]],[["Es difícil de entender","hardToUnderstand","thumb-down"],["La información o el código de muestra no son correctos","incorrectInformationOrSampleCode","thumb-down"],["Me faltan las muestras o la información que necesito","missingTheInformationSamplesINeed","thumb-down"],["Problema de traducción","translationIssue","thumb-down"],["Otro","otherDown","thumb-down"]],["Última actualización: 2026-08-07 (UTC)."],[],[]]