InstanceNetworkConfig

data class InstanceNetworkConfig(val ipAllocation: String, val network: String)

Constructors

Link copied to clipboard
constructor(ipAllocation: String, network: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The IP range in CIDR notation to use for the managed Data Fusion instance nodes. This range must not overlap with any other ranges used in the Data Fusion instance network.

Link copied to clipboard

Name of the network in the project with which the tenant project will be peered for executing pipelines. In case of shared VPC where the network resides in another host project the network should specified in the form of projects/{host-project-id}/global/networks/{network}