Interface NextHopInterconnectAttachmentOrBuilder (1.54.0)

public interface NextHopInterconnectAttachmentOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getSiteToSiteDataTransfer()

public abstract boolean getSiteToSiteDataTransfer()

Indicates whether site-to-site data transfer is allowed for this interconnect attachment resource. Data transfer is available only in supported locations.

bool site_to_site_data_transfer = 3;

Returns
Type Description
boolean

The siteToSiteDataTransfer.

getUri()

public abstract String getUri()

The URI of the interconnect attachment resource.

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

Returns
Type Description
String

The uri.

getUriBytes()

public abstract ByteString getUriBytes()

The URI of the interconnect attachment resource.

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

Returns
Type Description
ByteString

The bytes for uri.

getVpcNetwork()

public abstract String getVpcNetwork()

The VPC network where this interconnect attachment is located.

string vpc_network = 2 [(.google.api.resource_reference) = { ... }

Returns
Type Description
String

The vpcNetwork.

getVpcNetworkBytes()

public abstract ByteString getVpcNetworkBytes()

The VPC network where this interconnect attachment is located.

string vpc_network = 2 [(.google.api.resource_reference) = { ... }

Returns
Type Description
ByteString

The bytes for vpcNetwork.