Interface RoutingVPCOrBuilder (1.1.1)

public interface RoutingVPCOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getRequiredForNewSiteToSiteDataTransferSpokes()

public abstract 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
TypeDescription
boolean

The requiredForNewSiteToSiteDataTransferSpokes.

getUri()

public abstract String getUri()

The URI of the VPC network.

string uri = 1 [(.google.api.resource_reference) = { ... }

Returns
TypeDescription
String

The uri.

getUriBytes()

public abstract ByteString getUriBytes()

The URI of the VPC network.

string uri = 1 [(.google.api.resource_reference) = { ... }

Returns
TypeDescription
ByteString

The bytes for uri.