File: //snap/google-cloud-cli/current/help/man/man1/gcloud_alpha_dns_response-policies.1
.TH "GCLOUD_ALPHA_DNS_RESPONSE\-POLICIES" 1
.SH "NAME"
.HP
gcloud alpha dns response\-policies \- manage your Cloud DNS response policy
.SH "SYNOPSIS"
.HP
\f5gcloud alpha dns response\-policies\fR \fIGROUP\fR | \fICOMMAND\fR [\fIGCLOUD_WIDE_FLAG\ ...\fR]
.SH "EXAMPLES"
To create a response policy, run:
.RS 2m
$ gcloud alpha dns response\-policies create myresponsepolicy \e
\-\-description="My Response Policy" \-\-network=''
.RE
To update a response policy, run:
.RS 2m
$ gcloud alpha dns response\-policies update myresponsepolicy \e
\-\-description="My Response Policy" \-\-network=''
.RE
To delete a response policy, run:
.RS 2m
$ gcloud alpha dns response\-policies delete myresponsepolicy
.RE
To view the details of a response policy, run
.RS 2m
$ gcloud alpha dns response\-policies describe myresponsepolicy
.RE
To see a list of all response policies, run
.RS 2m
$ gcloud alpha dns response\-policies list
.RE
.SH "GCLOUD WIDE FLAGS"
These flags are available to all commands: \-\-help.
Run \fB$ gcloud help\fR for details.
.SH "GROUPS"
\f5\fIGROUP\fR\fR is one of the following:
.RS 2m
.TP 2m
\fBrules\fR
\fB(ALPHA)\fR Manage your Cloud DNS response policy rules.
.RE
.sp
.SH "COMMANDS"
\f5\fICOMMAND\fR\fR is one of the following:
.RS 2m
.TP 2m
\fBcreate\fR
\fB(ALPHA)\fR Creates a new Cloud DNS response policy.
.TP 2m
\fBdelete\fR
\fB(ALPHA)\fR Deletes a Cloud DNS response policy.
.TP 2m
\fBdescribe\fR
\fB(ALPHA)\fR Describes a Cloud DNS response policy.
.TP 2m
\fBlist\fR
\fB(ALPHA)\fR Displays the list of all Cloud DNS response policies in a given
project.
.TP 2m
\fBupdate\fR
\fB(ALPHA)\fR Updates a Cloud DNS response policy.
.RE
.sp
.SH "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:
.RS 2m
$ gcloud dns response\-policies
.RE
.RS 2m
$ gcloud beta dns response\-policies
.RE