MetastoreServiceNetworkConfigArgs

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

Constructors

Link copied to clipboard
constructor(consumers: Output<List<MetastoreServiceNetworkConfigConsumerArgs>>, customRoutesEnabled: Output<Boolean>? = null)

Properties

Link copied to clipboard

The consumer-side network configuration for the Dataproc Metastore instance. Structure is documented below.

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.

Functions

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