public final class InterconnectAttachmentConfigurationConstraints
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 |
|---|
InterconnectAttachmentConfigurationConstraints() |
| Modifier and Type | Method and Description |
|---|---|
InterconnectAttachmentConfigurationConstraints |
clone() |
String |
getBgpMd5()
[Output Only] Whether the attachment's BGP session requires/allows/disallows BGP MD5
authentication.
|
List<InterconnectAttachmentConfigurationConstraintsBgpPeerASNRange> |
getBgpPeerAsnRanges()
[Output Only] List of ASN ranges that the remote location is known to support.
|
InterconnectAttachmentConfigurationConstraints |
set(String fieldName,
Object value) |
InterconnectAttachmentConfigurationConstraints |
setBgpMd5(String bgpMd5)
[Output Only] Whether the attachment's BGP session requires/allows/disallows BGP MD5
authentication.
|
InterconnectAttachmentConfigurationConstraints |
setBgpPeerAsnRanges(List<InterconnectAttachmentConfigurationConstraintsBgpPeerASNRange> bgpPeerAsnRanges)
[Output Only] List of ASN ranges that the remote location is known to support.
|
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 InterconnectAttachmentConfigurationConstraints()
public String getBgpMd5()
null for nonepublic InterconnectAttachmentConfigurationConstraints setBgpMd5(String bgpMd5)
bgpMd5 - bgpMd5 or null for nonepublic List<InterconnectAttachmentConfigurationConstraintsBgpPeerASNRange> getBgpPeerAsnRanges()
null for nonepublic InterconnectAttachmentConfigurationConstraints setBgpPeerAsnRanges(List<InterconnectAttachmentConfigurationConstraintsBgpPeerASNRange> bgpPeerAsnRanges)
bgpPeerAsnRanges - bgpPeerAsnRanges or null for nonepublic InterconnectAttachmentConfigurationConstraints set(String fieldName, Object value)
set in class com.google.api.client.json.GenericJsonpublic InterconnectAttachmentConfigurationConstraints clone()
clone in class com.google.api.client.json.GenericJsonCopyright © 2011–2024 Google. All rights reserved.