public interface NextHopRouterApplianceInstanceOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getSiteToSiteDataTransfer()
public abstract boolean getSiteToSiteDataTransfer()
Indicates whether site-to-site data transfer is allowed for this Router appliance instance 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 Router appliance instance.
string uri = 1 [(.google.api.resource_reference) = { ... }
Returns | |
---|---|
Type | Description |
String |
The uri. |
getUriBytes()
public abstract ByteString getUriBytes()
The URI of the Router appliance instance.
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 VM 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 VM is located.
string vpc_network = 2 [(.google.api.resource_reference) = { ... }
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for vpcNetwork. |