File: //snap/google-cloud-cli/394/help/man/man1/gcloud_alpha_domains_registrations_configure_management.1
.TH "GCLOUD_ALPHA_DOMAINS_REGISTRATIONS_CONFIGURE_MANAGEMENT" 1
.SH "NAME"
.HP
gcloud alpha domains registrations configure management \- configure management settings of a Cloud Domains registration
.SH "SYNOPSIS"
.HP
\f5gcloud alpha domains registrations configure management\fR \fIREGISTRATION\fR [\fB\-\-async\fR] [\fB\-\-preferred\-renewal\-method\fR=\fIPREFERRED_RENEWAL_METHOD\fR] [\fB\-\-transfer\-lock\-state\fR=\fITRANSFER_LOCK_STATE\fR] [\fIGCLOUD_WIDE_FLAG\ ...\fR]
.SH "DESCRIPTION"
\fB(ALPHA)\fR Configure management settings of a registration. This includes
settings related to transfers, billing and renewals of a registration.
.SH "EXAMPLES"
To start an interactive flow to configure management settings for
\f5\fIexample.com\fR\fR, run:
.RS 2m
$ gcloud alpha domains registrations configure management example.com
.RE
To unlock a transfer lock of a registration for \f5\fIexample.com\fR\fR, run:
.RS 2m
$ gcloud alpha domains registrations configure management \e
example.com \-\-transfer\-lock\-state=unlocked
.RE
To disable automatic renewals for \f5\fIexample.com\fR\fR, run:
.RS 2m
$ gcloud alpha domains registrations configure management \e
example.com \-\-preferred\-renewal\-method=renewal\-disabled
.RE
.SH "POSITIONAL ARGUMENTS"
.RS 2m
.TP 2m
Registration resource \- The domain registration to configure management
settings for. This represents a Cloud resource. (NOTE) Some attributes are not
given arguments in this group but can be set in other ways.
To set the \f5project\fR attribute:
.RS 2m
.IP "\(em" 2m
provide the argument \f5registration\fR on the command line with a fully
specified name;
.IP "\(em" 2m
provide the argument \f5\-\-project\fR on the command line;
.IP "\(em" 2m
set the property \f5core/project\fR.
.RE
.sp
To set the \f5location\fR attribute:
.RS 2m
.IP "\(em" 2m
provide the argument \f5registration\fR on the command line with a fully
specified name;
.IP "\(em" 2m
location is always global.
.RE
.sp
This must be specified.
.RS 2m
.TP 2m
\fIREGISTRATION\fR
ID of the registration or fully qualified identifier for the registration.
To set the \f5registration\fR attribute:
.RS 2m
.IP "\(bu" 2m
provide the argument \f5registration\fR on the command line.
.RE
.sp
.RE
.RE
.sp
.SH "FLAGS"
.RS 2m
.TP 2m
\fB\-\-async\fR
Return immediately, without waiting for the operation in progress to complete.
.TP 2m
\fB\-\-preferred\-renewal\-method\fR=\fIPREFERRED_RENEWAL_METHOD\fR
Preferred Renewal Method of a registration. It defines how the registration
should be renewed. The actual Renewal Method can be set to renewal\-disabled in
case of e.g. problems with the Billing Account or reporeted domain abuse.
\fIPREFERRED_RENEWAL_METHOD\fR must be one of:
.RS 2m
.TP 2m
\fBautomatic\-renewal\fR
The domain is automatically renewed each year.
.TP 2m
\fBrenewal\-disabled\fR
The domain won't be renewed and will expire at its expiration time.
.RE
.sp
.TP 2m
\fB\-\-transfer\-lock\-state\fR=\fITRANSFER_LOCK_STATE\fR
Transfer Lock of a registration. It needs to be unlocked in order to transfer
the domain to another registrar. \fITRANSFER_LOCK_STATE\fR must be one of:
.RS 2m
.TP 2m
\fBlocked\fR
The transfer lock is locked.
.TP 2m
\fBunlocked\fR
The transfer lock is unlocked.
.RE
.sp
.RE
.sp
.SH "GCLOUD WIDE FLAGS"
These flags are available to all commands: \-\-access\-token\-file, \-\-account,
\-\-billing\-project, \-\-configuration, \-\-flags\-file, \-\-flatten,
\-\-format, \-\-help, \-\-impersonate\-service\-account, \-\-log\-http,
\-\-project, \-\-quiet, \-\-trace\-token, \-\-user\-output\-enabled,
\-\-verbosity.
Run \fB$ gcloud help\fR for details.
.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 domains registrations configure management
.RE
.RS 2m
$ gcloud beta domains registrations configure management
.RE