public static class VpnGatewayStatusTunnel.Builder extends Object
Modifier and Type | Method and Description |
---|---|
VpnGatewayStatusTunnel |
build() |
VpnGatewayStatusTunnel.Builder |
clone() |
Integer |
getLocalGatewayInterface()
The VPN gateway interface this VPN tunnel is associated with.
|
Integer |
getPeerGatewayInterface()
The peer gateway interface this VPN tunnel is connected to, the peer gateway could either be
an external VPN gateway or GCP VPN gateway.
|
String |
getTunnelUrl()
URL reference to the VPN tunnel.
|
VpnGatewayStatusTunnel.Builder |
mergeFrom(VpnGatewayStatusTunnel other) |
VpnGatewayStatusTunnel.Builder |
setLocalGatewayInterface(Integer localGatewayInterface)
The VPN gateway interface this VPN tunnel is associated with.
|
VpnGatewayStatusTunnel.Builder |
setPeerGatewayInterface(Integer peerGatewayInterface)
The peer gateway interface this VPN tunnel is connected to, the peer gateway could either be
an external VPN gateway or GCP VPN gateway.
|
VpnGatewayStatusTunnel.Builder |
setTunnelUrl(String tunnelUrl)
URL reference to the VPN tunnel.
|
public VpnGatewayStatusTunnel.Builder mergeFrom(VpnGatewayStatusTunnel other)
public Integer getLocalGatewayInterface()
public VpnGatewayStatusTunnel.Builder setLocalGatewayInterface(Integer localGatewayInterface)
public Integer getPeerGatewayInterface()
public VpnGatewayStatusTunnel.Builder setPeerGatewayInterface(Integer peerGatewayInterface)
public String getTunnelUrl()
public VpnGatewayStatusTunnel.Builder setTunnelUrl(String tunnelUrl)
public VpnGatewayStatusTunnel build()
public VpnGatewayStatusTunnel.Builder clone()
Copyright © 2019 Google LLC. All rights reserved.