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. The optional settings.maintenance_window subblock for instances declares a one-hour maintenance window when an Instance can automatically restart to apply updates. The maintenance window is specified in UTC time. It supports:

Link copied to clipboard
val zone: String? = null

The preferred compute engine zone.