Interface RoutingVPCOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
RoutingVPC
,RoutingVPC.Builder
public interface RoutingVPCOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
getRequiredForNewSiteToSiteDataTransferSpokes()
Output only.String
getUri()
The URI of the VPC network.com.google.protobuf.ByteString
getUriBytes()
The URI of the VPC network.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getUri
String getUri()
The URI of the VPC network.
string uri = 1 [(.google.api.resource_reference) = { ... }
- Returns:
- The uri.
-
getUriBytes
com.google.protobuf.ByteString getUriBytes()
The URI of the VPC network.
string uri = 1 [(.google.api.resource_reference) = { ... }
- Returns:
- The bytes for uri.
-
getRequiredForNewSiteToSiteDataTransferSpokes
boolean getRequiredForNewSiteToSiteDataTransferSpokes()
Output only. If true, indicates that this VPC network is currently associated with spokes that use the data transfer feature (spokes where the site_to_site_data_transfer field is set to true). If you create new spokes that use data transfer, they must be associated with this VPC network. At most, one VPC network will have this field set to true.
bool required_for_new_site_to_site_data_transfer_spokes = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
- Returns:
- The requiredForNewSiteToSiteDataTransferSpokes.
-
-