Google Cloud Sql Admin V1 Client - Class SqlInstancesSwitchoverRequest (0.10.0)

Reference documentation and code samples for the Google Cloud Sql Admin V1 Client class SqlInstancesSwitchoverRequest.

Instance switchover request.

Generated from protobuf message google.cloud.sql.v1.SqlInstancesSwitchoverRequest

Namespace

Google \ Cloud \ Sql \ V1

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ instance string

Cloud SQL read replica instance name.

↳ project string

ID of the project that contains the replica.

↳ db_timeout Google\Protobuf\Duration

Optional. (MySQL only) Cloud SQL instance operations timeout, which is a sum of all database operations. Default value is 10 minutes and can be modified to a maximum value of 24 hours.

getInstance

Cloud SQL read replica instance name.

Returns
TypeDescription
string

setInstance

Cloud SQL read replica instance name.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getProject

ID of the project that contains the replica.

Returns
TypeDescription
string

setProject

ID of the project that contains the replica.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getDbTimeout

Optional. (MySQL only) Cloud SQL instance operations timeout, which is a sum of all database operations. Default value is 10 minutes and can be modified to a maximum value of 24 hours.

Returns
TypeDescription
Google\Protobuf\Duration|null

hasDbTimeout

clearDbTimeout

setDbTimeout

Optional. (MySQL only) Cloud SQL instance operations timeout, which is a sum of all database operations. Default value is 10 minutes and can be modified to a maximum value of 24 hours.

Parameter
NameDescription
var Google\Protobuf\Duration
Returns
TypeDescription
$this