MetastoreServiceNetworkConfig

data class MetastoreServiceNetworkConfig(val consumers: List<MetastoreServiceNetworkConfigConsumer>, val customRoutesEnabled: Boolean? = null)

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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

Link copied to clipboard

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