gdcloud dns managed-zones create

NAME

gdcloud dns managed-zones create – Neue verwaltete DNS-Zone erstellen.

SYNOPSIS

gdcloud dns managed-zones create [flags]

BEISPIELE

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

ERFORDERLICHE FLAGS

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

OPTIONALE FLAGS

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

GDCLOUD-WEITE FLAGS

Diese Flags sind für alle Befehle verfügbar: --configuration, --format, --help, --project, --quiet.

Weitere Informationen finden Sie auf der Seite Übersicht über die Referenz zur gdcloud CLI.