InstanceZoneDistributionConfigArgs

data class InstanceZoneDistributionConfigArgs(val mode: Output<String>? = null, val zone: Output<String>? = null) : ConvertibleToJava<InstanceZoneDistributionConfigArgs>

Constructors

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

Properties

Link copied to clipboard
val mode: Output<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: Output<String>? = null

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

Functions

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