@Generated(value="software.amazon.awssdk:codegen") public final class ConnectPeerBgpConfiguration extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ConnectPeerBgpConfiguration.Builder,ConnectPeerBgpConfiguration>
Describes a core network BGP configuration.
| Modifier and Type | Class and Description |
|---|---|
static interface |
ConnectPeerBgpConfiguration.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ConnectPeerBgpConfiguration.Builder |
builder() |
String |
coreNetworkAddress()
The address of a core network.
|
Long |
coreNetworkAsn()
The ASN of the Coret Network.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
peerAddress()
The address of a core network Connect peer.
|
Long |
peerAsn()
The ASN of the Connect peer.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ConnectPeerBgpConfiguration.Builder> |
serializableBuilderClass() |
ConnectPeerBgpConfiguration.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final Long coreNetworkAsn()
The ASN of the Coret Network.
public final Long peerAsn()
The ASN of the Connect peer.
public final String coreNetworkAddress()
The address of a core network.
public final String peerAddress()
The address of a core network Connect peer.
public ConnectPeerBgpConfiguration.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ConnectPeerBgpConfiguration.Builder,ConnectPeerBgpConfiguration>public static ConnectPeerBgpConfiguration.Builder builder()
public static Class<? extends ConnectPeerBgpConfiguration.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.