GetInstanceZoneDistributionConfig

data class GetInstanceZoneDistributionConfig(val mode: String, val zone: String)

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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

Link copied to clipboard

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