instanceTypes

@JvmName(name = "uodtmqgbhbdkmtij")
suspend fun instanceTypes(value: Output<List<String>>)
@JvmName(name = "eldqwxwhdictjqcv")
suspend fun instanceTypes(value: List<String>?)

Parameters

value

In the node instance specification list, you can select multiple instance specifications as alternatives. When each node is created, it will try to purchase from the first specification until it is created successfully. The final purchased instance specifications may vary with inventory changes.


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


@JvmName(name = "nrqheqcgfyfmgidl")
suspend fun instanceTypes(values: List<Output<String>>)
@JvmName(name = "kkbkseaigcttccef")
suspend fun instanceTypes(vararg values: String)

Parameters

values

In the node instance specification list, you can select multiple instance specifications as alternatives. When each node is created, it will try to purchase from the first specification until it is created successfully. The final purchased instance specifications may vary with inventory changes.