Cluster Gcp Config Access Config
data class ClusterGcpConfigAccessConfig(val networkConfigs: List<ClusterGcpConfigAccessConfigNetworkConfig>)
Properties
Link copied to clipboard
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.