Uses of Interface
com.google.cloud.compute.v1.VpnGatewayStatusVpnConnectionOrBuilder
-
Packages that use VpnGatewayStatusVpnConnectionOrBuilder Package Description com.google.cloud.compute.v1 The interfaces provided are listed below, along with usage samples. -
-
Uses of VpnGatewayStatusVpnConnectionOrBuilder in com.google.cloud.compute.v1
Classes in com.google.cloud.compute.v1 that implement VpnGatewayStatusVpnConnectionOrBuilder Modifier and Type Class Description class
VpnGatewayStatusVpnConnection
A VPN connection contains all VPN tunnels connected from this VpnGateway to the same peer gateway.static class
VpnGatewayStatusVpnConnection.Builder
A VPN connection contains all VPN tunnels connected from this VpnGateway to the same peer gateway.Methods in com.google.cloud.compute.v1 that return VpnGatewayStatusVpnConnectionOrBuilder Modifier and Type Method Description VpnGatewayStatusVpnConnectionOrBuilder
VpnGatewayStatus.Builder. getVpnConnectionsOrBuilder(int index)
List of VPN connection for this VpnGateway.VpnGatewayStatusVpnConnectionOrBuilder
VpnGatewayStatus. getVpnConnectionsOrBuilder(int index)
List of VPN connection for this VpnGateway.VpnGatewayStatusVpnConnectionOrBuilder
VpnGatewayStatusOrBuilder. getVpnConnectionsOrBuilder(int index)
List of VPN connection for this VpnGateway.Methods in com.google.cloud.compute.v1 that return types with arguments of type VpnGatewayStatusVpnConnectionOrBuilder Modifier and Type Method Description List<? extends VpnGatewayStatusVpnConnectionOrBuilder>
VpnGatewayStatus.Builder. getVpnConnectionsOrBuilderList()
List of VPN connection for this VpnGateway.List<? extends VpnGatewayStatusVpnConnectionOrBuilder>
VpnGatewayStatus. getVpnConnectionsOrBuilderList()
List of VPN connection for this VpnGateway.List<? extends VpnGatewayStatusVpnConnectionOrBuilder>
VpnGatewayStatusOrBuilder. getVpnConnectionsOrBuilderList()
List of VPN connection for this VpnGateway.
-