Interface NetworkConfigOrBuilder (1.58.0)

publicinterface NetworkConfigOrBuilderextendsMessageOrBuilder

Implements

MessageOrBuilder

Methods

getIpAllocation()

publicabstractStringgetIpAllocation()

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.

string ip_allocation = 2;

Returns
Type Description
String

The ipAllocation.

getIpAllocationBytes()

publicabstractByteStringgetIpAllocationBytes()

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.

string ip_allocation = 2;

Returns
Type Description
ByteString

The bytes for ipAllocation.

getNetwork()

publicabstractStringgetNetwork()

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
Type Description
String

The network.

getNetworkBytes()

publicabstractByteStringgetNetworkBytes()

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
Type Description
ByteString

The bytes for network.

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025年11月19日 UTC.