public static class VpnGatewayVpnGatewayInterface.Builder extends Object
Modifier and Type | Method and Description |
---|---|
VpnGatewayVpnGatewayInterface |
build() |
VpnGatewayVpnGatewayInterface.Builder |
clone() |
Integer |
getId()
The numeric ID of this VPN gateway interface.
|
String |
getIpAddress()
The external IP address for this VPN gateway interface.
|
VpnGatewayVpnGatewayInterface.Builder |
mergeFrom(VpnGatewayVpnGatewayInterface other) |
VpnGatewayVpnGatewayInterface.Builder |
setId(Integer id)
The numeric ID of this VPN gateway interface.
|
VpnGatewayVpnGatewayInterface.Builder |
setIpAddress(String ipAddress)
The external IP address for this VPN gateway interface.
|
public VpnGatewayVpnGatewayInterface.Builder mergeFrom(VpnGatewayVpnGatewayInterface other)
public Integer getId()
public VpnGatewayVpnGatewayInterface.Builder setId(Integer id)
public String getIpAddress()
public VpnGatewayVpnGatewayInterface.Builder setIpAddress(String ipAddress)
public VpnGatewayVpnGatewayInterface build()
public VpnGatewayVpnGatewayInterface.Builder clone()
Copyright © 2019 Google LLC. All rights reserved.