Google Cloud Sql Admin V1beta4 Client - Class SqlInstancesPromoteReplicaRequest (0.10.0)

Reference documentation and code samples for the Google Cloud Sql Admin V1beta4 Client class SqlInstancesPromoteReplicaRequest.

Generated from protobuf message google.cloud.sql.v1beta4.SqlInstancesPromoteReplicaRequest

Namespace

Google \ Cloud \ Sql \ V1beta4

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 read replica.

↳ failover bool

Set to true if the promote operation should attempt to re-add the original primary as a replica when it comes back online. Otherwise, if this value is false or not set, the original primary will be a standalone instance.

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 read replica.

Returns
TypeDescription
string

setProject

ID of the project that contains the read replica.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getFailover

Set to true if the promote operation should attempt to re-add the original primary as a replica when it comes back online. Otherwise, if this value is false or not set, the original primary will be a standalone instance.

Returns
TypeDescription
bool

setFailover

Set to true if the promote operation should attempt to re-add the original primary as a replica when it comes back online. Otherwise, if this value is false or not set, the original primary will be a standalone instance.

Parameter
NameDescription
var bool
Returns
TypeDescription
$this