InstanceZoneDistributionConfig

data class InstanceZoneDistributionConfig(val mode: String? = null, val zone: String? = null)

Constructors

Link copied to clipboard
constructor(mode: String? = null, zone: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val mode: String? = null

Optional. Current zone distribution mode. Defaults to MULTI_ZONE. Possible values: MULTI_ZONE SINGLE_ZONE Possible values are: MULTI_ZONE, SINGLE_ZONE.

Link copied to clipboard
val zone: String? = null

Optional. Defines zone where all resources will be allocated with SINGLE_ZONE mode. Ignored for MULTI_ZONE mode.