mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-18 14:56:05 +00:00
gcloud: Wed Jun 18 10:54:11 UTC 2025
This commit is contained in:
parent
fa40c10f6a
commit
3a534cb57c
83 changed files with 849 additions and 219 deletions
|
|
@ -65,9 +65,10 @@ OPTIONAL FLAGS
|
|||
Enable DNSSEC and allow transferring a signed zone in or out.
|
||||
|
||||
--forwarding-targets=[IP_ADDRESSES,...]
|
||||
List of IPv4 addresses that the zone will forward queries to. Ignored
|
||||
for public visibility. Non-RFC1918 addresses will forward to the target
|
||||
through the Internet. RFC1918 addresses will forward through the VPC.
|
||||
List of IPv4/IPv6 addresses or one domain name of the target name
|
||||
server that the zone will forward queries to. Ignored for public
|
||||
visibility. Non-RFC1918 addresses will forward to the target through
|
||||
the Internet. RFC1918 addresses will forward through the VPC.
|
||||
|
||||
--gkeclusters=[GKECLUSTERS,...]
|
||||
List of GKE clusters that the zone should be visible in if the zone
|
||||
|
|
@ -107,9 +108,10 @@ OPTIONAL FLAGS
|
|||
visibility is [private].
|
||||
|
||||
--private-forwarding-targets=[IP_ADDRESSES,...]
|
||||
List of IPv4 addresses that the zone will forward queries to. Ignored
|
||||
for public visibility. All addresses specified for this parameter will
|
||||
be reached through the VPC.
|
||||
List of IPv4/IPv6 addresses or one domain name of the target name
|
||||
server that the zone will forward queries to. Ignored for public
|
||||
visibility. All addresses specified for this parameter will be reached
|
||||
through the VPC.
|
||||
|
||||
--service-directory-namespace=SERVICE_DIRECTORY_NAMESPACE
|
||||
The fully qualified URL of the service directory namespace that should
|
||||
|
|
|
|||
|
|
@ -72,9 +72,10 @@ FLAGS
|
|||
Enable DNSSEC and allow transferring a signed zone in or out.
|
||||
|
||||
--forwarding-targets=[IP_ADDRESSES,...]
|
||||
List of IPv4 addresses that the zone will forward queries to. Ignored
|
||||
for public visibility. Non-RFC1918 addresses will forward to the target
|
||||
through the Internet. RFC1918 addresses will forward through the VPC.
|
||||
List of IPv4/IPv6 addresses or one domain name of the target name
|
||||
server that the zone will forward queries to. Ignored for public
|
||||
visibility. Non-RFC1918 addresses will forward to the target through
|
||||
the Internet. RFC1918 addresses will forward through the VPC.
|
||||
|
||||
--gkeclusters=[GKECLUSTERS,...]
|
||||
List of GKE clusters that the zone should be visible in if the zone
|
||||
|
|
@ -106,9 +107,10 @@ FLAGS
|
|||
visibility is [private].
|
||||
|
||||
--private-forwarding-targets=[IP_ADDRESSES,...]
|
||||
List of IPv4 addresses that the zone will forward queries to. Ignored
|
||||
for public visibility. All addresses specified for this parameter will
|
||||
be reached through the VPC.
|
||||
List of IPv4/IPv6 addresses or one domain name of the target name
|
||||
server that the zone will forward queries to. Ignored for public
|
||||
visibility. All addresses specified for this parameter will be reached
|
||||
through the VPC.
|
||||
|
||||
--update-labels=[KEY=VALUE,...]
|
||||
List of label KEY=VALUE pairs to update. If a label exists, its value
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue