public final class InterconnectLocationRegionInfo 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 | 
|---|
| InterconnectLocationRegionInfo() | 
| Modifier and Type | Method and Description | 
|---|---|
| InterconnectLocationRegionInfo | clone() | 
| Long | getExpectedRttMs()Expected round-trip time in milliseconds, from this InterconnectLocation to a VM in this
 region. | 
| String | getLocationPresence()Identifies the network presence of this location. | 
| String | getRegion()URL for the region of this location. | 
| InterconnectLocationRegionInfo | set(String fieldName,
   Object value) | 
| InterconnectLocationRegionInfo | setExpectedRttMs(Long expectedRttMs)Expected round-trip time in milliseconds, from this InterconnectLocation to a VM in this
 region. | 
| InterconnectLocationRegionInfo | setLocationPresence(String locationPresence)Identifies the network presence of this location. | 
| InterconnectLocationRegionInfo | setRegion(String region)URL for the region of this location. | 
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 Long getExpectedRttMs()
null for nonepublic InterconnectLocationRegionInfo setExpectedRttMs(Long expectedRttMs)
expectedRttMs - expectedRttMs or null for nonepublic String getLocationPresence()
null for nonepublic InterconnectLocationRegionInfo setLocationPresence(String locationPresence)
locationPresence - locationPresence or null for nonepublic String getRegion()
null for nonepublic InterconnectLocationRegionInfo setRegion(String region)
region - region or null for nonepublic InterconnectLocationRegionInfo set(String fieldName, Object value)
set in class GenericJsonpublic InterconnectLocationRegionInfo clone()
clone in class GenericJsonCopyright © 2011–2022 Google. All rights reserved.