public interface VpnGatewayInfoOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getDisplayName()
Name of a VPN gateway.
|
com.google.protobuf.ByteString |
getDisplayNameBytes()
Name of a VPN gateway.
|
String |
getIpAddress()
IP address of the VPN gateway.
|
com.google.protobuf.ByteString |
getIpAddressBytes()
IP address of the VPN gateway.
|
String |
getNetworkUri()
URI of a Compute Engine network where the VPN gateway is configured.
|
com.google.protobuf.ByteString |
getNetworkUriBytes()
URI of a Compute Engine network where the VPN gateway is configured.
|
String |
getRegion()
Name of a Google Cloud region where this VPN gateway is configured.
|
com.google.protobuf.ByteString |
getRegionBytes()
Name of a Google Cloud region where this VPN gateway is configured.
|
String |
getUri()
URI of a VPN gateway.
|
com.google.protobuf.ByteString |
getUriBytes()
URI of a VPN gateway.
|
String |
getVpnTunnelUri()
A VPN tunnel that is associated with this VPN gateway.
|
com.google.protobuf.ByteString |
getVpnTunnelUriBytes()
A VPN tunnel that is associated with this VPN gateway.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getDisplayName()
Name of a VPN gateway.
string display_name = 1;com.google.protobuf.ByteString getDisplayNameBytes()
Name of a VPN gateway.
string display_name = 1;String getUri()
URI of a VPN gateway.
string uri = 2;com.google.protobuf.ByteString getUriBytes()
URI of a VPN gateway.
string uri = 2;String getNetworkUri()
URI of a Compute Engine network where the VPN gateway is configured.
string network_uri = 3;com.google.protobuf.ByteString getNetworkUriBytes()
URI of a Compute Engine network where the VPN gateway is configured.
string network_uri = 3;String getIpAddress()
IP address of the VPN gateway.
string ip_address = 4;com.google.protobuf.ByteString getIpAddressBytes()
IP address of the VPN gateway.
string ip_address = 4;String getVpnTunnelUri()
A VPN tunnel that is associated with this VPN gateway. There may be multiple VPN tunnels configured on a VPN gateway, and only the one relevant to the test is displayed.
string vpn_tunnel_uri = 5;com.google.protobuf.ByteString getVpnTunnelUriBytes()
A VPN tunnel that is associated with this VPN gateway. There may be multiple VPN tunnels configured on a VPN gateway, and only the one relevant to the test is displayed.
string vpn_tunnel_uri = 5;String getRegion()
Name of a Google Cloud region where this VPN gateway is configured.
string region = 6;com.google.protobuf.ByteString getRegionBytes()
Name of a Google Cloud region where this VPN gateway is configured.
string region = 6;Copyright © 2022 Google LLC. All rights reserved.