- NAME
-
- gcloud dns response-policies - manage your Cloud DNS response policy
- SYNOPSIS
-
-
gcloud dns response-policies
GROUP
|COMMAND
[GCLOUD_WIDE_FLAG …
]
-
- EXAMPLES
-
To create a response policy, run:
gcloud dns response-policies create myresponsepolicy --description="My Response Policy" --network=''
To update a response policy, run:
gcloud dns response-policies update myresponsepolicy --description="My Response Policy" --network=''
To delete a response policy, run:
gcloud dns response-policies delete myresponsepolicy
To view the details of a response policy, run
gcloud dns response-policies describe myresponsepolicy
To see a list of all response policies, run
gcloud dns response-policies list
- GCLOUD WIDE FLAGS
-
These flags are available to all commands:
--help
.Run
$ gcloud help
for details. - GROUPS
-
is one of the following:GROUP
rules
- Manage your Cloud DNS response policy rules.
- COMMANDS
-
is one of the following:COMMAND
- NOTES
-
These variants are also available:
gcloud alpha dns response-policies
gcloud beta dns response-policies
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-02-06 UTC.