1
0
Fork 0
mirror of https://github.com/imjasonh/gcloud-help synced 2026-07-21 14:39:15 +00:00

gcloud: Tue Mar 1 21:43:54 UTC 2022

This commit is contained in:
Automated 2022-03-01 21:43:54 +00:00
parent c1c3b75313
commit 21878eea72
1018 changed files with 4838 additions and 3409 deletions

View file

@ -16,17 +16,15 @@ EXAMPLES
To create a new policy with minimal arguments, run:
$ gcloud dns policies create mypolicy \
--description='My new policy test policy 5' \
--networks=''
--description='My new policy test policy 5' --networks=''
To create a new policy with all optional arguments, run:
$ gcloud dns policies create mypolicy \
--description='My new policy test policy 5' \
--networks=network1,network2 \
--alternative-name-servers=192.168.1.1,192.168.1.2 \
--enable-inbound-forwarding \
--enable-logging
--description='My new policy test policy 5' \
--networks=network1,network2 \
--alternative-name-servers=192.168.1.1,192.168.1.2 \
--enable-inbound-forwarding --enable-logging
POSITIONAL ARGUMENTS
Policy resource - The policy to create. This represents a Cloud resource.