gdcloud dns managed-zones create

NAME

gdcloud dns managed-zones create : crée une zone DNS gérée.

SYNOPSIS

gdcloud dns managed-zones create [flags]

EXAMPLES

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

FLAGS OBLIGATOIRES

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

FLAGS FACULTATIFS

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

FLAGS GDCLOUD GÉNÉRAUX

Ces flags sont disponibles pour toutes les commandes : --configuration, --format, --help, --project, --quiet.

Pour en savoir plus, consultez la page de présentation de la documentation de référence de la gdcloud CLI.