gdcloud dns managed-zones create

שם

gdcloud dns managed-zones create - Create a new managed DNS zone.

SYNOPSIS

gdcloud dns managed-zones create [flags]

דוגמאות

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

דגלים נדרשים

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

דגלים אופציונליים

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

GDCLOUD WIDE FLAGS

הדגלים האלה זמינים לכל הפקודות: --configuration, ‏ --format, ‏ --help, ‏ --project, ‏ --quiet.

מידע נוסף זמין בדף סקירה כללית של מדריך העזר ל-CLI של gcloud.