TaskNotebookInfrastructureSpecVpcNetworkArgs

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

Constructors

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

Properties

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

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

List of network tags to apply to the job.

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

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

Functions

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