1
0
Fork 0
mirror of https://github.com/imjasonh/gcloud-help synced 2026-07-18 23:08:48 +00:00

gcloud: Wed Jan 29 10:02:21 UTC 2025

This commit is contained in:
Automated 2025-01-29 10:02:21 +00:00
parent 861d4011dc
commit 50090ced80
157 changed files with 5563 additions and 179 deletions

View file

@ -5,7 +5,8 @@ SYNOPSIS
gcloud alpha dns policies create POLICY --description=DESCRIPTION
--networks=[NETWORKS,...]
[--alternative-name-servers=[NAME_SERVERS,...]]
[--enable-inbound-forwarding] [--enable-logging]
[--enable-dns64-all-queries] [--enable-inbound-forwarding]
[--enable-logging]
[--private-alternative-name-servers=[NAME_SERVERS,...]]
[GCLOUD_WIDE_FLAG ...]
@ -25,7 +26,8 @@ EXAMPLES
--networks=network1,network2 \
--alternative-name-servers=192.168.1.1,192.168.1.2 \
--private-alternative-name-servers=100.64.0.1 \
--enable-inbound-forwarding --enable-logging
--enable-inbound-forwarding --enable-logging \
--enable-dns64-all-queries
POSITIONAL ARGUMENTS
Policy resource - The policy to create. This represents a Cloud resource.
@ -58,6 +60,10 @@ OPTIONAL FLAGS
will forward to the target through the Internet.RFC1918 addresses will
forward through the VPC.
--enable-dns64-all-queries
Specifies whether to allow networks bound to this policy to use DNS64
for IPv6-only VM instances.
--enable-inbound-forwarding
Specifies whether to allow networks bound to this policy to receive DNS
queries sent by VMs or applications over VPN connections. Defaults to

View file

@ -4,8 +4,9 @@ NAME
SYNOPSIS
gcloud alpha dns policies update POLICY
[--alternative-name-servers=[NAME_SERVERS,...]]
[--description=DESCRIPTION] [--enable-inbound-forwarding]
[--enable-logging] [--networks=[NETWORKS,...]]
[--description=DESCRIPTION] [--enable-dns64-all-queries]
[--enable-inbound-forwarding] [--enable-logging]
[--networks=[NETWORKS,...]]
[--private-alternative-name-servers=[NAME_SERVERS,...]]
[GCLOUD_WIDE_FLAG ...]
@ -45,6 +46,10 @@ FLAGS
--description=DESCRIPTION
A description of the policy.
--enable-dns64-all-queries
Specifies whether to allow networks bound to this policy to use DNS64
for IPv6-only VM instances.
--enable-inbound-forwarding
Specifies whether to allow networks bound to this policy to receive DNS
queries sent by VMs or applications over VPN connections. Defaults to