SettingsReplicationType

enum SettingsReplicationType : Enum<SettingsReplicationType> , ConvertibleToJava<SettingsReplicationType>

The type of replication this instance uses. This can be either ASYNCHRONOUS or SYNCHRONOUS. (Deprecated) This property was only applicable to First Generation instances.

Entries

Link copied to clipboard

This is an unknown replication type for a Cloud SQL instance.

Link copied to clipboard

The synchronous replication mode for First Generation instances. It is the default value.

Link copied to clipboard

The asynchronous replication mode for First Generation instances. It provides a slight performance gain, but if an outage occurs while this option is set to asynchronous, you can lose up to a few seconds of updates to your data.

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
open override fun toJava(): SettingsReplicationType
Link copied to clipboard

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Link copied to clipboard

Returns an array containing the constants of this enum type, in the order they're declared.

Properties

Link copied to clipboard
val javaValue: SettingsReplicationType
Link copied to clipboard
Link copied to clipboard