File: //snap/google-cloud-cli/current/help/man/man1/gcloud_sql_instances_acquire-ssrs-lease.1
.TH "GCLOUD_SQL_INSTANCES_ACQUIRE\-SSRS\-LEASE" 1
.SH "NAME"
.HP
gcloud sql instances acquire\-ssrs\-lease \- acquires a SQL Server Reporting Services lease on a Cloud SQL instance
.SH "SYNOPSIS"
.HP
\f5gcloud sql instances acquire\-ssrs\-lease\fR \fIINSTANCE\fR \fB\-\-report\-database\fR=\fIREPORT_DATABASE\fR \fB\-\-service\-login\fR=\fISERVICE_LOGIN\fR \fB\-\-setup\-login\fR=\fISETUP_LOGIN\fR [\fB\-\-duration\fR=\fIDURATION\fR] [\fIGCLOUD_WIDE_FLAG\ ...\fR]
.SH "DESCRIPTION"
Acquire a SQL Server Reporting Services lease on a Cloud SQL instance.
.SH "EXAMPLES"
To acquire a SQL Server Reporting Services lease on an instance:
.RS 2m
$ gcloud sql instances acquire\-ssrs\-lease instance\-foo \e
\-\-setup\-login=setuplogin \-\-service\-login=reportuser \e
\-\-report\-database=ReportServer \-\-duration=4h
.RE
.SH "POSITIONAL ARGUMENTS"
.RS 2m
.TP 2m
\fIINSTANCE\fR
Cloud SQL instance ID.
.RE
.sp
.SH "REQUIRED FLAGS"
.RS 2m
.TP 2m
\fB\-\-report\-database\fR=\fIREPORT_DATABASE\fR
Existing or new report database name in the Cloud SQL for SQL Server instance
that is used for SSRS setup.
.TP 2m
\fB\-\-service\-login\fR=\fISERVICE_LOGIN\fR
Existing login in the Cloud SQL for SQL Server instance that is used as the
service login for SSRS setup.
.TP 2m
\fB\-\-setup\-login\fR=\fISETUP_LOGIN\fR
Existing login in the Cloud SQL for SQL Server instance that is used as the
setup login for SSRS setup.
.RE
.sp
.SH "OPTIONAL FLAGS"
.RS 2m
.TP 2m
\fB\-\-duration\fR=\fIDURATION\fR
Time duration, in hours, that the lease will be active to allow SSRS setup.
Default lease duration is 5 hours if this flag is not specified.
.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.