Interface NetworkConfigOrBuilder (1.11.0)

public interface NetworkConfigOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getIpAllocation()

public abstract String getIpAllocation()

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 customer network.

string ip_allocation = 2;

Returns
TypeDescription
String

The ipAllocation.

getIpAllocationBytes()

public abstract ByteString getIpAllocationBytes()

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 customer network.

string ip_allocation = 2;

Returns
TypeDescription
ByteString

The bytes for ipAllocation.

getNetwork()

public abstract String getNetwork()

Name of the network in the customer 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}

string network = 1;

Returns
TypeDescription
String

The network.

getNetworkBytes()

public abstract ByteString getNetworkBytes()

Name of the network in the customer 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}

string network = 1;

Returns
TypeDescription
ByteString

The bytes for network.