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