public final class ServiceAttachmentTunnelingConfig
extends com.google.api.client.json.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
com.google.api.client.util.GenericData.FlagsAbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
ServiceAttachmentTunnelingConfig() |
| Modifier and Type | Method and Description |
|---|---|
ServiceAttachmentTunnelingConfig |
clone() |
String |
getEncapsulationProfile()
Specify the encapsulation protocol and what metadata to include in incoming encapsulated packet
headers.
|
String |
getRoutingMode()
How this Service Attachment will treat traffic sent to the tunnel_ip, destined for the consumer
network.
|
ServiceAttachmentTunnelingConfig |
set(String fieldName,
Object value) |
ServiceAttachmentTunnelingConfig |
setEncapsulationProfile(String encapsulationProfile)
Specify the encapsulation protocol and what metadata to include in incoming encapsulated packet
headers.
|
ServiceAttachmentTunnelingConfig |
setRoutingMode(String routingMode)
How this Service Attachment will treat traffic sent to the tunnel_ip, destined for the consumer
network.
|
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 getEncapsulationProfile()
null for nonepublic ServiceAttachmentTunnelingConfig setEncapsulationProfile(String encapsulationProfile)
encapsulationProfile - encapsulationProfile or null for nonepublic String getRoutingMode()
null for nonepublic ServiceAttachmentTunnelingConfig setRoutingMode(String routingMode)
routingMode - routingMode or null for nonepublic ServiceAttachmentTunnelingConfig set(String fieldName, Object value)
set in class com.google.api.client.json.GenericJsonpublic ServiceAttachmentTunnelingConfig clone()
clone in class com.google.api.client.json.GenericJsonCopyright © 2011–2024 Google. All rights reserved.