Cloud SQL Admin V1 API - Class Google::Cloud::Sql::V1::ReplicaConfiguration (v0.1.0)

Reference documentation and code samples for the Cloud SQL Admin V1 API class Google::Cloud::Sql::V1::ReplicaConfiguration.

Read-replica configuration for connecting to the primary instance.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#cascadable_replica

def cascadable_replica() -> ::Google::Protobuf::BoolValue
Returns
  • (::Google::Protobuf::BoolValue) — Optional. Specifies if a SQL Server replica is a cascadable replica. A cascadable replica is a SQL Server cross region replica that supports replica(s) under it.

#cascadable_replica=

def cascadable_replica=(value) -> ::Google::Protobuf::BoolValue
Parameter
  • value (::Google::Protobuf::BoolValue) — Optional. Specifies if a SQL Server replica is a cascadable replica. A cascadable replica is a SQL Server cross region replica that supports replica(s) under it.
Returns
  • (::Google::Protobuf::BoolValue) — Optional. Specifies if a SQL Server replica is a cascadable replica. A cascadable replica is a SQL Server cross region replica that supports replica(s) under it.

#failover_target

def failover_target() -> ::Google::Protobuf::BoolValue
Returns
  • (::Google::Protobuf::BoolValue) — Specifies if the replica is the failover target. If the field is set to true, the replica will be designated as a failover replica. In case the primary instance fails, the replica instance will be promoted as the new primary instance. Only one replica can be specified as failover target, and the replica has to be in different zone with the primary instance.

#failover_target=

def failover_target=(value) -> ::Google::Protobuf::BoolValue
Parameter
  • value (::Google::Protobuf::BoolValue) — Specifies if the replica is the failover target. If the field is set to true, the replica will be designated as a failover replica. In case the primary instance fails, the replica instance will be promoted as the new primary instance. Only one replica can be specified as failover target, and the replica has to be in different zone with the primary instance.
Returns
  • (::Google::Protobuf::BoolValue) — Specifies if the replica is the failover target. If the field is set to true, the replica will be designated as a failover replica. In case the primary instance fails, the replica instance will be promoted as the new primary instance. Only one replica can be specified as failover target, and the replica has to be in different zone with the primary instance.

#kind

def kind() -> ::String
Returns
  • (::String) — This is always sql#replicaConfiguration.

#kind=

def kind=(value) -> ::String
Parameter
  • value (::String) — This is always sql#replicaConfiguration.
Returns
  • (::String) — This is always sql#replicaConfiguration.

#mysql_replica_configuration

def mysql_replica_configuration() -> ::Google::Cloud::Sql::V1::MySqlReplicaConfiguration
Returns
  • (::Google::Cloud::Sql::V1::MySqlReplicaConfiguration) — MySQL specific configuration when replicating from a MySQL on-premises primary instance. Replication configuration information such as the username, password, certificates, and keys are not stored in the instance metadata. The configuration information is used only to set up the replication connection and is stored by MySQL in a file named master.info in the data directory.

#mysql_replica_configuration=

def mysql_replica_configuration=(value) -> ::Google::Cloud::Sql::V1::MySqlReplicaConfiguration
Parameter
  • value (::Google::Cloud::Sql::V1::MySqlReplicaConfiguration) — MySQL specific configuration when replicating from a MySQL on-premises primary instance. Replication configuration information such as the username, password, certificates, and keys are not stored in the instance metadata. The configuration information is used only to set up the replication connection and is stored by MySQL in a file named master.info in the data directory.
Returns
  • (::Google::Cloud::Sql::V1::MySqlReplicaConfiguration) — MySQL specific configuration when replicating from a MySQL on-premises primary instance. Replication configuration information such as the username, password, certificates, and keys are not stored in the instance metadata. The configuration information is used only to set up the replication connection and is stored by MySQL in a file named master.info in the data directory.