pscConfigs

@JvmName(name = "devprgdvnrvjotpg")
suspend fun pscConfigs(value: Output<List<ClusterPscConfigArgs>>)
@JvmName(name = "ydpnmbcaxyknqhug")
suspend fun pscConfigs(value: List<ClusterPscConfigArgs>?)

Parameters

value

Required. Each PscConfig configures the consumer network where two network addresses will be designated to the cluster for client access. Currently, only one PscConfig is supported. Structure is documented below.


@JvmName(name = "vgogxvkrsiwtacok")
suspend fun pscConfigs(vararg values: Output<ClusterPscConfigArgs>)


@JvmName(name = "dmhjjdgacbwkxutn")
suspend fun pscConfigs(values: List<Output<ClusterPscConfigArgs>>)
@JvmName(name = "uspovdgyqhumqehu")
suspend fun pscConfigs(vararg values: ClusterPscConfigArgs)

Parameters

values

Required. Each PscConfig configures the consumer network where two network addresses will be designated to the cluster for client access. Currently, only one PscConfig is supported. Structure is documented below.


@JvmName(name = "chpbrokohviedapg")
suspend fun pscConfigs(argument: List<suspend ClusterPscConfigArgsBuilder.() -> Unit>)
@JvmName(name = "ufolensegkoutuxy")
suspend fun pscConfigs(vararg argument: suspend ClusterPscConfigArgsBuilder.() -> Unit)
@JvmName(name = "jcccuidofojlxvio")
suspend fun pscConfigs(argument: suspend ClusterPscConfigArgsBuilder.() -> Unit)

Parameters

argument

Required. Each PscConfig configures the consumer network where two network addresses will be designated to the cluster for client access. Currently, only one PscConfig is supported. Structure is documented below.