ClusterGcpConfigAccessConfigNetworkConfigArgs

data class ClusterGcpConfigAccessConfigNetworkConfigArgs(val subnet: Output<String>) : ConvertibleToJava<ClusterGcpConfigAccessConfigNetworkConfigArgs>

Constructors

constructor(subnet: Output<String>)

Properties

Link copied to clipboard
val subnet: Output<String>

Name of the VPC subnet from which the cluster is accessible. Both broker and bootstrap server IP addresses and DNS entries are automatically created in the subnet. The subnet must be located in the same region as the cluster. The project may differ. The name of the subnet must be in the format projects/PROJECT_ID/regions/REGION/subnetworks/SUBNET.

Functions

Link copied to clipboard
open override fun toJava(): ClusterGcpConfigAccessConfigNetworkConfigArgs