mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-11 15:39:42 +00:00
69 lines
1.8 KiB
Text
69 lines
1.8 KiB
Text
NAME
|
|
gcloud alpha dns response-policies - manage your Cloud DNS response policy
|
|
|
|
SYNOPSIS
|
|
gcloud alpha dns response-policies GROUP | COMMAND [GCLOUD_WIDE_FLAG ...]
|
|
|
|
EXAMPLES
|
|
To create a response policy, run:
|
|
|
|
$ gcloud alpha dns response-policies create myresponsepolicy \
|
|
--description="My Response Policy" --network=''
|
|
|
|
To update a response policy, run:
|
|
|
|
$ gcloud alpha dns response-policies update myresponsepolicy \
|
|
--description="My Response Policy" --network=''
|
|
|
|
To delete a response policy, run:
|
|
|
|
$ gcloud alpha dns response-policies delete myresponsepolicy
|
|
|
|
To view the details of a response policy, run
|
|
|
|
$ gcloud alpha dns response-policies describe myresponsepolicy
|
|
|
|
To see a list of all response policies, run
|
|
|
|
$ gcloud alpha dns response-policies list
|
|
|
|
GCLOUD WIDE FLAGS
|
|
These flags are available to all commands: --help.
|
|
|
|
Run $ gcloud help for details.
|
|
|
|
GROUPS
|
|
GROUP is one of the following:
|
|
|
|
rules
|
|
(ALPHA) Manage your Cloud DNS response policy rules.
|
|
|
|
COMMANDS
|
|
COMMAND is one of the following:
|
|
|
|
create
|
|
(ALPHA) Creates a new Cloud DNS response policy.
|
|
|
|
delete
|
|
(ALPHA) Deletes a Cloud DNS response policy.
|
|
|
|
describe
|
|
(ALPHA) Describes a Cloud DNS response policy.
|
|
|
|
list
|
|
(ALPHA) Displays the list of all Cloud DNS response policies in a given
|
|
project.
|
|
|
|
update
|
|
(ALPHA) Updates a Cloud DNS response policy.
|
|
|
|
NOTES
|
|
This command is currently in alpha and might change without notice. If this
|
|
command fails with API permission errors despite specifying the correct
|
|
project, you might be trying to access an API with an invitation-only early
|
|
access allowlist. These variants are also available:
|
|
|
|
$ gcloud dns response-policies
|
|
|
|
$ gcloud beta dns response-policies
|
|
|