MetastoreServiceNetworkConfigConsumerArgs

data class MetastoreServiceNetworkConfigConsumerArgs(val endpointUri: Output<String>? = null, val subnetwork: Output<String>) : ConvertibleToJava<MetastoreServiceNetworkConfigConsumerArgs>

Constructors

constructor(endpointUri: Output<String>? = null, subnetwork: Output<String>)

Properties

Link copied to clipboard
val endpointUri: Output<String>? = null

(Output) The URI of the endpoint used to access the metastore service.

Link copied to clipboard
val subnetwork: Output<String>

The subnetwork of the customer project from which an IP address is reserved and used as the Dataproc Metastore service's endpoint. It is accessible to hosts in the subnet and to all hosts in a subnet in the same region and same network. There must be at least one IP address available in the subnet's primary range. The subnet is specified in the following form: `projects/{projectNumber}/regions/{region_id}/subnetworks/{subnetwork_id}

Functions

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