clusters

@JvmName(name = "qyyhxsmytqpgedwd")
suspend fun clusters(value: Output<List<InstanceClusterArgs>>)
@JvmName(name = "aqkjtqixuvnhulon")
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 = "vuakmubnicnyxbck")
suspend fun clusters(vararg values: Output<InstanceClusterArgs>)


@JvmName(name = "drxbjlgnlemmsfjo")
suspend fun clusters(values: List<Output<InstanceClusterArgs>>)
@JvmName(name = "ccyrkwnwlisryeyh")
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 = "muoyqsbyourewrob")
suspend fun clusters(argument: List<suspend InstanceClusterArgsBuilder.() -> Unit>)
@JvmName(name = "ktfabwglmdxycjql")
suspend fun clusters(vararg argument: suspend InstanceClusterArgsBuilder.() -> Unit)
@JvmName(name = "ldxluhehuxdrhdhg")
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.