masterVswitchIds

@JvmName(name = "tgykfbjnapxnhtmc")
suspend fun masterVswitchIds(value: Output<List<String>>)
@JvmName(name = "ocquuvcltdkuvbgh")
suspend fun masterVswitchIds(value: List<String>?)

Parameters

value

The vswitches used by master, you can specific 3 or 5 vswitches because of the amount of masters. Detailed below.


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


@JvmName(name = "rkdrrvqxqewfefmr")
suspend fun masterVswitchIds(values: List<Output<String>>)
@JvmName(name = "suoyhoetumuiemrw")
suspend fun masterVswitchIds(vararg values: String)

Parameters

values

The vswitches used by master, you can specific 3 or 5 vswitches because of the amount of masters. Detailed below.