multiZoneVswitchLists

@JvmName(name = "rtcgdfeeymmkqcpd")
suspend fun multiZoneVswitchLists(value: Output<List<DbClusterMultiZoneVswitchListArgs>>)
@JvmName(name = "vjwqcgptpjisnfrb")
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 = "qbthvvoogodfcuue")
suspend fun multiZoneVswitchLists(vararg values: Output<DbClusterMultiZoneVswitchListArgs>)


@JvmName(name = "lptvlatgdxeiwlsw")
suspend fun multiZoneVswitchLists(values: List<Output<DbClusterMultiZoneVswitchListArgs>>)
@JvmName(name = "kwgsdybxftuceddx")
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 = "snpfcwmomvupxobm")
suspend fun multiZoneVswitchLists(argument: List<suspend DbClusterMultiZoneVswitchListArgsBuilder.() -> Unit>)
@JvmName(name = "mlslrmyqoooqpfnd")
suspend fun multiZoneVswitchLists(vararg argument: suspend DbClusterMultiZoneVswitchListArgsBuilder.() -> Unit)
@JvmName(name = "wgcdvydayvlnymkx")
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.