gdcloud dns record-sets create
Mantieni tutto organizzato con le raccolte
Salva e classifica i contenuti in base alle tue preferenze.
NAME
gdcloud dns record-sets create - Crea un nuovo set di record DNS.
SYNOPSIS
gdcloud dns record-sets create [flags]
ESEMPI
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
FLAG OBBLIGATORI
--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.
FLAG FACOLTATIVI
--async Return immediately without waiting for the operation to complete.
--ttl uint32 The time to live in seconds for the record set. (default 300)
FLAG A LIVELLO DI GDCLOUD
Questi flag sono disponibili per tutti i comandi: --configuration, --format, --help, --project, --quiet.
Per saperne di più, consulta la pagina di panoramica del riferimento di gdcloud CLI.
[[["Facile da capire","easyToUnderstand","thumb-up"],["Il problema è stato risolto","solvedMyProblem","thumb-up"],["Altra","otherUp","thumb-up"]],[["Difficile da capire","hardToUnderstand","thumb-down"],["Informazioni o codice di esempio errati","incorrectInformationOrSampleCode","thumb-down"],["Mancano le informazioni o gli esempi di cui ho bisogno","missingTheInformationSamplesINeed","thumb-down"],["Problema di traduzione","translationIssue","thumb-down"],["Altra","otherDown","thumb-down"]],["Ultimo aggiornamento 2026-07-18 UTC."],[],[]]