public interface VpnTunnelInfoOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getDisplayName()
Name of a VPN tunnel.
|
com.google.protobuf.ByteString |
getDisplayNameBytes()
Name of a VPN tunnel.
|
String |
getNetworkUri()
URI of a Compute Engine network where the VPN tunnel is configured.
|
com.google.protobuf.ByteString |
getNetworkUriBytes()
URI of a Compute Engine network where the VPN tunnel is configured.
|
String |
getRegion()
Name of a Google Cloud region where this VPN tunnel is configured.
|
com.google.protobuf.ByteString |
getRegionBytes()
Name of a Google Cloud region where this VPN tunnel is configured.
|
String |
getRemoteGateway()
URI of a VPN gateway at remote end of the tunnel.
|
com.google.protobuf.ByteString |
getRemoteGatewayBytes()
URI of a VPN gateway at remote end of the tunnel.
|
String |
getRemoteGatewayIp()
Remote VPN gateway's IP address.
|
com.google.protobuf.ByteString |
getRemoteGatewayIpBytes()
Remote VPN gateway's IP address.
|
VpnTunnelInfo.RoutingType |
getRoutingType()
Type of the routing policy.
|
int |
getRoutingTypeValue()
Type of the routing policy.
|
String |
getSourceGateway()
URI of the VPN gateway at local end of the tunnel.
|
com.google.protobuf.ByteString |
getSourceGatewayBytes()
URI of the VPN gateway at local end of the tunnel.
|
String |
getSourceGatewayIp()
Local VPN gateway's IP address.
|
com.google.protobuf.ByteString |
getSourceGatewayIpBytes()
Local VPN gateway's IP address.
|
String |
getUri()
URI of a VPN tunnel.
|
com.google.protobuf.ByteString |
getUriBytes()
URI of a VPN tunnel.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getDisplayName()
Name of a VPN tunnel.
string display_name = 1;com.google.protobuf.ByteString getDisplayNameBytes()
Name of a VPN tunnel.
string display_name = 1;String getUri()
URI of a VPN tunnel.
string uri = 2;com.google.protobuf.ByteString getUriBytes()
URI of a VPN tunnel.
string uri = 2;String getSourceGateway()
URI of the VPN gateway at local end of the tunnel.
string source_gateway = 3;com.google.protobuf.ByteString getSourceGatewayBytes()
URI of the VPN gateway at local end of the tunnel.
string source_gateway = 3;String getRemoteGateway()
URI of a VPN gateway at remote end of the tunnel.
string remote_gateway = 4;com.google.protobuf.ByteString getRemoteGatewayBytes()
URI of a VPN gateway at remote end of the tunnel.
string remote_gateway = 4;String getRemoteGatewayIp()
Remote VPN gateway's IP address.
string remote_gateway_ip = 5;com.google.protobuf.ByteString getRemoteGatewayIpBytes()
Remote VPN gateway's IP address.
string remote_gateway_ip = 5;String getSourceGatewayIp()
Local VPN gateway's IP address.
string source_gateway_ip = 6;com.google.protobuf.ByteString getSourceGatewayIpBytes()
Local VPN gateway's IP address.
string source_gateway_ip = 6;String getNetworkUri()
URI of a Compute Engine network where the VPN tunnel is configured.
string network_uri = 7;com.google.protobuf.ByteString getNetworkUriBytes()
URI of a Compute Engine network where the VPN tunnel is configured.
string network_uri = 7;String getRegion()
Name of a Google Cloud region where this VPN tunnel is configured.
string region = 8;com.google.protobuf.ByteString getRegionBytes()
Name of a Google Cloud region where this VPN tunnel is configured.
string region = 8;int getRoutingTypeValue()
Type of the routing policy.
.google.cloud.networkmanagement.v1beta1.VpnTunnelInfo.RoutingType routing_type = 9;
VpnTunnelInfo.RoutingType getRoutingType()
Type of the routing policy.
.google.cloud.networkmanagement.v1beta1.VpnTunnelInfo.RoutingType routing_type = 9;
Copyright © 2022 Google LLC. All rights reserved.