Location Preference Args
data class LocationPreferenceArgs(val followGaeApplication: Output<String>? = null, val kind: Output<String>? = null, val secondaryZone: Output<String>? = null, val zone: Output<String>? = null) : ConvertibleToJava<LocationPreferenceArgs>
Preferred location. This specifies where a Cloud SQL instance is located. Note that if the preferred location is not available, the instance will be located as close as possible within the region. Only one location may be specified.
Constructors
Link copied to clipboard
fun LocationPreferenceArgs(followGaeApplication: Output<String>? = null, kind: Output<String>? = null, secondaryZone: Output<String>? = null, zone: Output<String>? = null)