gdcloud dns managed-zones create

NAME

gdcloud dns managed-zones create - Crea una nuova zona DNS gestita.

SYNOPSIS

gdcloud dns managed-zones create [flags]

ESEMPI

To create a new managed DNS zone:
    gdcloud dns managed-zones create example-zone \
    --dns-name "example.com" \
    --visibility PRIVATE \
    --description "example description"

FLAG OBBLIGATORI

      --dns-name string     The name of the managed DNS zone.
      --visibility string   The visibility of the managed DNS zone (PRIVATE or PUBLIC).

FLAG FACOLTATIVI

      --async                Run the operation in the background without waiting for it to complete.
      --description string   The description of the managed DNS zone.

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