public interface NetworkConfigOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getIpAllocation()
The IP range in CIDR notation to use for the managed Data Fusion instance
nodes.
|
com.google.protobuf.ByteString |
getIpAllocationBytes()
The IP range in CIDR notation to use for the managed Data Fusion instance
nodes.
|
String |
getNetwork()
Name of the network in the customer project with which the Tenant Project
will be peered for executing pipelines.
|
com.google.protobuf.ByteString |
getNetworkBytes()
Name of the network in the customer project with which the Tenant Project
will be peered for executing pipelines.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString 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;com.google.protobuf.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;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 Data Fusion instance network.
string ip_allocation = 2;com.google.protobuf.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 Data Fusion instance network.
string ip_allocation = 2;Copyright © 2024 Google LLC. All rights reserved.