TaskNotebookInfrastructureSpecVpcNetwork

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

Constructors

Link copied to clipboard
constructor(network: String? = null, networkTags: List<String>? = null, subNetwork: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val network: 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: List<String>? = null

List of network tags to apply to the job.

Link copied to clipboard
val subNetwork: String? = null

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