DatabaseInstanceSettingsLocationPreferenceArgs

data class DatabaseInstanceSettingsLocationPreferenceArgs(val followGaeApplication: Output<String>? = null, val secondaryZone: Output<String>? = null, val zone: Output<String>? = null) : ConvertibleToJava<DatabaseInstanceSettingsLocationPreferenceArgs>

Constructors

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

Properties

Link copied to clipboard
val followGaeApplication: Output<String>? = null

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

Link copied to clipboard
val secondaryZone: Output<String>? = null

The preferred Compute Engine zone for the secondary/failover.

Link copied to clipboard
val zone: Output<String>? = null

The preferred compute engine zone.

Functions

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