gdcloud dns record-sets create
Mantenha tudo organizado com as coleções
Salve e categorize o conteúdo com base nas suas preferências.
NAME
gdcloud dns record-sets create: cria um novo conjunto de registros DNS.
SYNOPSIS
gdcloud dns record-sets create [flags]
EXEMPLOS
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
FLAGS OBRIGATÓRIAS
--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.
FLAGS OPCIONAIS
--async Return immediately without waiting for the operation to complete.
--ttl uint32 The time to live in seconds for the record set. (default 300)
FLAGS GERAIS DA GDCLOUD
Essas flags estão disponíveis para todos os comandos: --configuration, --format, --help, --project, --quiet.
[[["Fácil de entender","easyToUnderstand","thumb-up"],["Meu problema foi resolvido","solvedMyProblem","thumb-up"],["Outro","otherUp","thumb-up"]],[["Difícil de entender","hardToUnderstand","thumb-down"],["Informações incorretas ou exemplo de código","incorrectInformationOrSampleCode","thumb-down"],["Não contém as informações/amostras de que eu preciso","missingTheInformationSamplesINeed","thumb-down"],["Problema na tradução","translationIssue","thumb-down"],["Outro","otherDown","thumb-down"]],["Última atualização 2026-07-18 UTC."],[],[]]