public final class VpnTunnelsScopedList extends GenericJson
This is the Java data model class that specifies how to parse/serialize into the JSON that is transmitted over HTTP when working with the Compute Engine API. For a detailed explanation see: https://developers.google.com/api-client-library/java/google-http-java-client/json
| Modifier and Type | Class and Description | 
|---|---|
static class  | 
VpnTunnelsScopedList.Warning
Informational warning which replaces the list of addresses when the list is empty. 
 | 
GenericData.FlagsAbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description | 
|---|
VpnTunnelsScopedList()  | 
| Modifier and Type | Method and Description | 
|---|---|
VpnTunnelsScopedList | 
clone()  | 
List<VpnTunnel> | 
getVpnTunnels()
A list of VPN tunnels contained in this scope. 
 | 
VpnTunnelsScopedList.Warning | 
getWarning()
Informational warning which replaces the list of addresses when the list is empty. 
 | 
VpnTunnelsScopedList | 
set(String fieldName,
   Object value)  | 
VpnTunnelsScopedList | 
setVpnTunnels(List<VpnTunnel> vpnTunnels)
A list of VPN tunnels contained in this scope. 
 | 
VpnTunnelsScopedList | 
setWarning(VpnTunnelsScopedList.Warning warning)
Informational warning which replaces the list of addresses when the list is empty. 
 | 
getFactory, setFactory, toPrettyString, toStringentrySet, equals, get, getClassInfo, getUnknownKeys, hashCode, put, putAll, remove, setUnknownKeysclear, containsKey, containsValue, isEmpty, keySet, size, valuesfinalize, getClass, notify, notifyAll, wait, wait, waitcompute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAllpublic List<VpnTunnel> getVpnTunnels()
null for nonepublic VpnTunnelsScopedList setVpnTunnels(List<VpnTunnel> vpnTunnels)
vpnTunnels - vpnTunnels or null for nonepublic VpnTunnelsScopedList.Warning getWarning()
null for nonepublic VpnTunnelsScopedList setWarning(VpnTunnelsScopedList.Warning warning)
warning - warning or null for nonepublic VpnTunnelsScopedList set(String fieldName, Object value)
set in class GenericJsonpublic VpnTunnelsScopedList clone()
clone in class GenericJsonCopyright © 2011–2020 Google. All rights reserved.