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.Flags
AbstractMap.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, toString
entrySet, equals, get, getClassInfo, getUnknownKeys, hashCode, put, putAll, remove, setUnknownKeys
clear, containsKey, containsValue, isEmpty, keySet, size, values
finalize, getClass, notify, notifyAll, wait, wait, wait
compute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAll
public 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.GenericJson
public InterconnectAttachmentConfigurationConstraints clone()
clone
in class com.google.api.client.json.GenericJson
Copyright © 2011–2024 Google. All rights reserved.