clusters

@JvmName(name = "euemefmmbtroivbg")
suspend fun clusters(value: Output<List<InstanceClusterArgs>>)
@JvmName(name = "bndovvqfqjihmlbl")
suspend fun clusters(value: List<InstanceClusterArgs>?)

Parameters

value

A block of cluster configuration options. This can be specified at least once, and up to as many as possible within 8 cloud regions. Removing the field entirely from the config will cause the provider to default to the backend value. See structure below.


@JvmName(name = "shcfacsgtifpfhjw")
suspend fun clusters(vararg values: Output<InstanceClusterArgs>)


@JvmName(name = "xikcbstijurnbiny")
suspend fun clusters(values: List<Output<InstanceClusterArgs>>)
@JvmName(name = "edcqrnvtawigjxvg")
suspend fun clusters(vararg values: InstanceClusterArgs)

Parameters

values

A block of cluster configuration options. This can be specified at least once, and up to as many as possible within 8 cloud regions. Removing the field entirely from the config will cause the provider to default to the backend value. See structure below.


@JvmName(name = "pinxlytprleekktt")
suspend fun clusters(argument: List<suspend InstanceClusterArgsBuilder.() -> Unit>)
@JvmName(name = "jbfvcyddmludtxkr")
suspend fun clusters(vararg argument: suspend InstanceClusterArgsBuilder.() -> Unit)
@JvmName(name = "awpugcqrcqekmskl")
suspend fun clusters(argument: suspend InstanceClusterArgsBuilder.() -> Unit)

Parameters

argument

A block of cluster configuration options. This can be specified at least once, and up to as many as possible within 8 cloud regions. Removing the field entirely from the config will cause the provider to default to the backend value. See structure below.