Package | Description |
---|---|
com.google.api.services.compute.model |
Modifier and Type | Method and Description |
---|---|
VpnGatewayVpnGatewayInterface |
VpnGatewayVpnGatewayInterface.clone() |
VpnGatewayVpnGatewayInterface |
VpnGatewayVpnGatewayInterface.set(String fieldName,
Object value) |
VpnGatewayVpnGatewayInterface |
VpnGatewayVpnGatewayInterface.setId(Long id)
The numeric ID of this VPN gateway interface.
|
VpnGatewayVpnGatewayInterface |
VpnGatewayVpnGatewayInterface.setInterconnectAttachment(String interconnectAttachment)
URL of the interconnect attachment resource.
|
VpnGatewayVpnGatewayInterface |
VpnGatewayVpnGatewayInterface.setIpAddress(String ipAddress)
[Output Only] The external IP address for this VPN gateway interface.
|
Modifier and Type | Method and Description |
---|---|
List<VpnGatewayVpnGatewayInterface> |
VpnGateway.getVpnInterfaces()
A list of interfaces on this VPN gateway.
|
Modifier and Type | Method and Description |
---|---|
VpnGateway |
VpnGateway.setVpnInterfaces(List<VpnGatewayVpnGatewayInterface> vpnInterfaces)
A list of interfaces on this VPN gateway.
|
Copyright © 2011–2020 Google. All rights reserved.