Instance Network Config Args
data class InstanceNetworkConfigArgs(val ipAllocation: Output<String>, val network: Output<String>) : ConvertibleToJava<InstanceNetworkConfigArgs>
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}