gdcloud dns managed-zones create

NAME

gdcloud dns managed-zones create - Crea una zona DNS gestionada.

SYNOPSIS

gdcloud dns managed-zones create [flags]

EJEMPLOS

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

MARCAS OBLIGATORIAS

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

MARCAS OPCIONALES

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

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.