DatabaseInstanceSettingsLocationPreference

data class DatabaseInstanceSettingsLocationPreference(val followGaeApplication: String? = null, val secondaryZone: String? = null, val zone: String? = null)

Constructors

constructor(followGaeApplication: String? = null, secondaryZone: String? = null, zone: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

A GAE application whose zone to remain in. Must be in the same region as this instance.

Link copied to clipboard
val secondaryZone: String? = null

The preferred Compute Engine zone for the secondary/failover.

Link copied to clipboard
val zone: String? = null

The preferred compute engine zone.