multi Zone Vswitch Lists
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.
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.
suspend fun multiZoneVswitchLists(argument: List<suspend DbClusterMultiZoneVswitchListArgsBuilder.() -> Unit>)
suspend fun multiZoneVswitchLists(vararg argument: suspend DbClusterMultiZoneVswitchListArgsBuilder.() -> Unit)
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.