mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-08 10:35:03 +00:00
gcloud: Wed May 1 09:26:55 UTC 2024
This commit is contained in:
parent
3740758467
commit
48fac7efd4
454 changed files with 11765 additions and 12790 deletions
|
|
@ -2,8 +2,8 @@ NAME
|
|||
gcloud dns managed-zones create - create a Cloud DNS managed-zone
|
||||
|
||||
SYNOPSIS
|
||||
gcloud dns managed-zones create ZONE_NAME --description=DESCRIPTION
|
||||
--dns-name=DNS_NAME [--denial-of-existence=DENIAL_OF_EXISTENCE]
|
||||
gcloud dns managed-zones create ZONE_NAME --dns-name=DNS_NAME
|
||||
[--denial-of-existence=DENIAL_OF_EXISTENCE] [--description=DESCRIPTION]
|
||||
[--dnssec-state=DNSSEC_STATE] [--forwarding-targets=[IP_ADDRESSES,...]]
|
||||
[--gkeclusters=[GKECLUSTERS,...]] [--ksk-algorithm=KSK_ALGORITHM]
|
||||
[--ksk-key-length=KSK_KEY_LENGTH] [--labels=[KEY=VALUE,...]]
|
||||
|
|
@ -43,9 +43,6 @@ POSITIONAL ARGUMENTS
|
|||
The name of the managed-zone to be created.
|
||||
|
||||
REQUIRED FLAGS
|
||||
--description=DESCRIPTION
|
||||
Short description for the managed-zone.
|
||||
|
||||
--dns-name=DNS_NAME
|
||||
The DNS name suffix that will be managed with the created zone.
|
||||
|
||||
|
|
@ -54,6 +51,9 @@ OPTIONAL FLAGS
|
|||
Requires DNSSEC enabled. DENIAL_OF_EXISTENCE must be one of: nsec,
|
||||
nsec3.
|
||||
|
||||
--description=DESCRIPTION
|
||||
Short description for the managed zone.
|
||||
|
||||
--dnssec-state=DNSSEC_STATE
|
||||
The DNSSEC state for this managed zone. DNSSEC_STATE must be one of:
|
||||
|
||||
|
|
|
|||
|
|
@ -59,7 +59,7 @@ FLAGS
|
|||
nsec3.
|
||||
|
||||
--description=DESCRIPTION
|
||||
Short description for the managed-zone.
|
||||
Short description for the managed zone.
|
||||
|
||||
--dnssec-state=DNSSEC_STATE
|
||||
The DNSSEC state for this managed zone. DNSSEC_STATE must be one of:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue