
com.pulumi.gcp.managedkafka.kotlin.outputs.ClusterGcpConfigAccessConfigNetworkConfig.kt Maven / Gradle / Ivy
@file:Suppress("NAME_SHADOWING", "DEPRECATION")
package com.pulumi.gcp.managedkafka.kotlin.outputs
import kotlin.String
import kotlin.Suppress
/**
*
* @property subnet 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`.
*/
public data class ClusterGcpConfigAccessConfigNetworkConfig(
public val subnet: String,
) {
public companion object {
public fun toKotlin(javaType: com.pulumi.gcp.managedkafka.outputs.ClusterGcpConfigAccessConfigNetworkConfig): ClusterGcpConfigAccessConfigNetworkConfig = ClusterGcpConfigAccessConfigNetworkConfig(
subnet = javaType.subnet(),
)
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy