public final class ExchangedPeeringRoute 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
GenericData.FlagsAbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description | 
|---|
ExchangedPeeringRoute()  | 
| Modifier and Type | Method and Description | 
|---|---|
ExchangedPeeringRoute | 
clone()  | 
String | 
getDestRange()
The destination range of the route. 
 | 
Boolean | 
getImported()
True if the peering route has been imported from a peer. 
 | 
String | 
getNextHopRegion()
The region of peering route next hop, only applies to dynamic routes. 
 | 
Long | 
getPriority()
The priority of the peering route. 
 | 
String | 
getType()
The type of the peering route. 
 | 
ExchangedPeeringRoute | 
set(String fieldName,
   Object value)  | 
ExchangedPeeringRoute | 
setDestRange(String destRange)
The destination range of the route. 
 | 
ExchangedPeeringRoute | 
setImported(Boolean imported)
True if the peering route has been imported from a peer. 
 | 
ExchangedPeeringRoute | 
setNextHopRegion(String nextHopRegion)
The region of peering route next hop, only applies to dynamic routes. 
 | 
ExchangedPeeringRoute | 
setPriority(Long priority)
The priority of the peering route. 
 | 
ExchangedPeeringRoute | 
setType(String type)
The type of the peering route. 
 | 
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 String getDestRange()
null for nonepublic ExchangedPeeringRoute setDestRange(String destRange)
destRange - destRange or null for nonepublic Boolean getImported()
null for nonepublic ExchangedPeeringRoute setImported(Boolean imported)
imported - imported or null for nonepublic String getNextHopRegion()
null for nonepublic ExchangedPeeringRoute setNextHopRegion(String nextHopRegion)
nextHopRegion - nextHopRegion or null for nonepublic Long getPriority()
null for nonepublic ExchangedPeeringRoute setPriority(Long priority)
priority - priority or null for nonepublic String getType()
null for nonepublic ExchangedPeeringRoute setType(String type)
type - type or null for nonepublic ExchangedPeeringRoute set(String fieldName, Object value)
set in class GenericJsonpublic ExchangedPeeringRoute clone()
clone in class GenericJsonCopyright © 2011–2020 Google. All rights reserved.