multiZoneVswitchLists

@JvmName(name = "igrgjdmvxqcakefd")
suspend fun multiZoneVswitchLists(value: Output<List<DbClusterMultiZoneVswitchListArgs>>)
@JvmName(name = "ienowsdiyhsyyhkx")
suspend fun multiZoneVswitchLists(value: List<DbClusterMultiZoneVswitchListArgs>?)

Parameters

value

The zone IDs and corresponding vswitch IDs and zone IDs of multi-zone setup. if set, a multi-zone DBCluster will be created. Currently only support 2 available zones, primary zone not included. See multi_zone_vswitch_list below.


@JvmName(name = "fybmcbnhvfmxgvrt")
suspend fun multiZoneVswitchLists(vararg values: Output<DbClusterMultiZoneVswitchListArgs>)


@JvmName(name = "xtgiiwemmdeubgjl")
suspend fun multiZoneVswitchLists(values: List<Output<DbClusterMultiZoneVswitchListArgs>>)
@JvmName(name = "ckoihpawfrvtuxsx")
suspend fun multiZoneVswitchLists(vararg values: DbClusterMultiZoneVswitchListArgs)

Parameters

values

The zone IDs and corresponding vswitch IDs and zone IDs of multi-zone setup. if set, a multi-zone DBCluster will be created. Currently only support 2 available zones, primary zone not included. See multi_zone_vswitch_list below.


@JvmName(name = "trfwifcorlvekqgi")
suspend fun multiZoneVswitchLists(argument: List<suspend DbClusterMultiZoneVswitchListArgsBuilder.() -> Unit>)
@JvmName(name = "osljbvrwidsmghvn")
suspend fun multiZoneVswitchLists(vararg argument: suspend DbClusterMultiZoneVswitchListArgsBuilder.() -> Unit)
@JvmName(name = "tedwubcokiuwhprj")
suspend fun multiZoneVswitchLists(argument: suspend DbClusterMultiZoneVswitchListArgsBuilder.() -> Unit)

Parameters

argument

The zone IDs and corresponding vswitch IDs and zone IDs of multi-zone setup. if set, a multi-zone DBCluster will be created. Currently only support 2 available zones, primary zone not included. See multi_zone_vswitch_list below.