replicaZones

@JvmName(name = "nmtmsxrmxgevnkfh")
suspend fun replicaZones(value: Output<List<String>>)
@JvmName(name = "qjhtmcbrkeksjpyg")
suspend fun replicaZones(value: List<String>?)

Parameters

value

Required for each regional disk associated with the instance. Specify the URLs of the zones where the disk should be replicated to. You must provide exactly two replica zones, and one zone must be the same as the instance zone. You can't use this option with boot disks.


@JvmName(name = "tpulonecwelsjwhf")
suspend fun replicaZones(vararg values: Output<String>)


@JvmName(name = "tywuvvwlaknsxtdv")
suspend fun replicaZones(values: List<Output<String>>)
@JvmName(name = "pwpfygroeqjqfpwp")
suspend fun replicaZones(vararg values: String)

Parameters

values

Required for each regional disk associated with the instance. Specify the URLs of the zones where the disk should be replicated to. You must provide exactly two replica zones, and one zone must be the same as the instance zone. You can't use this option with boot disks.