InstanceNetworkConfigArgs

data class InstanceNetworkConfigArgs(val ipAllocation: Output<String>, val network: Output<String>) : ConvertibleToJava<InstanceNetworkConfigArgs>

Constructors

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

Properties

Link copied to clipboard
val ipAllocation: Output<String>

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
val network: Output<String>

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}

Functions

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