networkConfigs

@JvmName(name = "hllcvomrggsjpshf")
suspend fun networkConfigs(value: Output<List<ClusterGcpConfigAccessConfigNetworkConfigArgs>>)
@JvmName(name = "fewvexirqrjiwnxc")
suspend fun networkConfigs(value: List<ClusterGcpConfigAccessConfigNetworkConfigArgs>)

Parameters

value

Virtual Private Cloud (VPC) subnets where IP addresses for the Kafka cluster are allocated. To make the cluster available in a VPC, you must specify at least one subnet per network. You must specify between 1 and 10 subnets. Additional subnets may be specified with additional network_configs blocks. Structure is documented below.


@JvmName(name = "bssmkywqtcaexxep")
suspend fun networkConfigs(vararg values: Output<ClusterGcpConfigAccessConfigNetworkConfigArgs>)


@JvmName(name = "cvvsqxdfwuyqlcht")
suspend fun networkConfigs(values: List<Output<ClusterGcpConfigAccessConfigNetworkConfigArgs>>)
@JvmName(name = "ppssmwsccsbcypvt")
suspend fun networkConfigs(vararg values: ClusterGcpConfigAccessConfigNetworkConfigArgs)

Parameters

values

Virtual Private Cloud (VPC) subnets where IP addresses for the Kafka cluster are allocated. To make the cluster available in a VPC, you must specify at least one subnet per network. You must specify between 1 and 10 subnets. Additional subnets may be specified with additional network_configs blocks. Structure is documented below.


@JvmName(name = "wdoompdrfjyjexjj")
suspend fun networkConfigs(argument: List<suspend ClusterGcpConfigAccessConfigNetworkConfigArgsBuilder.() -> Unit>)
@JvmName(name = "xxwbwnucsswxtinx")
suspend fun networkConfigs(vararg argument: suspend ClusterGcpConfigAccessConfigNetworkConfigArgsBuilder.() -> Unit)
@JvmName(name = "dtvlwajfrjqtuqwf")
suspend fun networkConfigs(argument: suspend ClusterGcpConfigAccessConfigNetworkConfigArgsBuilder.() -> Unit)

Parameters

argument

Virtual Private Cloud (VPC) subnets where IP addresses for the Kafka cluster are allocated. To make the cluster available in a VPC, you must specify at least one subnet per network. You must specify between 1 and 10 subnets. Additional subnets may be specified with additional network_configs blocks. Structure is documented below.