public interface NextHopSpokeOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getSiteToSiteDataTransfer()
public abstract boolean getSiteToSiteDataTransfer()Indicates whether site-to-site data transfer is allowed for this spoke resource. Data transfer is available only in supported locations. Whether this route is accessible to other hybrid spokes with site-to-site data transfer enabled. If this is false, the route is only accessible to VPC spokes of the connected Hub.
bool site_to_site_data_transfer = 2;
| Returns | |
|---|---|
| Type | Description |
boolean |
The siteToSiteDataTransfer. |
getUri()
public abstract String getUri()The URI of the spoke resource.
string uri = 1 [(.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
String |
The uri. |
getUriBytes()
public abstract ByteString getUriBytes()The URI of the spoke resource.
string uri = 1 [(.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for uri. |