public static class VpnGatewaysScopedList.Builder extends Object
Modifier and Type | Method and Description |
---|---|
VpnGatewaysScopedList.Builder |
addAllVpnGateways(List<VpnGateway> vpnGateways)
[Output Only] A list of VPN gateways contained in this scope.
|
VpnGatewaysScopedList.Builder |
addVpnGateways(VpnGateway vpnGateways)
[Output Only] A list of VPN gateways contained in this scope.
|
VpnGatewaysScopedList |
build() |
VpnGatewaysScopedList.Builder |
clone() |
List<VpnGateway> |
getVpnGatewaysList()
[Output Only] A list of VPN gateways contained in this scope.
|
Warning |
getWarning()
[Output Only] Informational warning which replaces the list of addresses when the list is
empty.
|
VpnGatewaysScopedList.Builder |
mergeFrom(VpnGatewaysScopedList other) |
VpnGatewaysScopedList.Builder |
setWarning(Warning warning)
[Output Only] Informational warning which replaces the list of addresses when the list is
empty.
|
public VpnGatewaysScopedList.Builder mergeFrom(VpnGatewaysScopedList other)
public List<VpnGateway> getVpnGatewaysList()
public VpnGatewaysScopedList.Builder addAllVpnGateways(List<VpnGateway> vpnGateways)
public VpnGatewaysScopedList.Builder addVpnGateways(VpnGateway vpnGateways)
public Warning getWarning()
public VpnGatewaysScopedList.Builder setWarning(Warning warning)
public VpnGatewaysScopedList build()
public VpnGatewaysScopedList.Builder clone()
Copyright © 2019 Google LLC. All rights reserved.