GoogleCloudDataplexV1TaskInfrastructureSpecVpcNetworkArgs

data class GoogleCloudDataplexV1TaskInfrastructureSpecVpcNetworkArgs(val network: Output<String>? = null, val networkTags: Output<List<String>>? = null, val subNetwork: Output<String>? = null) : ConvertibleToJava<GoogleCloudDataplexV1TaskInfrastructureSpecVpcNetworkArgs>

Cloud VPC Network used to run the infrastructure.

Constructors

fun GoogleCloudDataplexV1TaskInfrastructureSpecVpcNetworkArgs(network: Output<String>? = null, networkTags: Output<List<String>>? = null, subNetwork: Output<String>? = null)

Functions

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

Properties

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

Optional. The Cloud VPC network in which the job is run. By default, the Cloud VPC network named Default within the project is used.

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

Optional. List of network tags to apply to the job.

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

Optional. The Cloud VPC sub-network in which the job is run.