NetworkConfigArgs

data class NetworkConfigArgs(val consumers: Output<List<ConsumerArgs>>? = null, val customRoutesEnabled: Output<Boolean>? = null) : ConvertibleToJava<NetworkConfigArgs>

Network configuration for the Dataproc Metastore service.

Constructors

Link copied to clipboard
fun NetworkConfigArgs(consumers: Output<List<ConsumerArgs>>? = null, customRoutesEnabled: Output<Boolean>? = null)

Functions

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

Properties

Link copied to clipboard
val consumers: Output<List<ConsumerArgs>>? = null

Immutable. The consumer-side network configuration for the Dataproc Metastore instance.

Link copied to clipboard
val customRoutesEnabled: Output<Boolean>? = null

Enables custom routes to be imported and exported for the Dataproc Metastore service's peered VPC network.