Class ConnectPeerBgpConfiguration
- java.lang.Object
-
- software.amazon.awssdk.services.networkmanager.model.ConnectPeerBgpConfiguration
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<ConnectPeerBgpConfiguration.Builder,ConnectPeerBgpConfiguration>
@Generated("software.amazon.awssdk:codegen") public final class ConnectPeerBgpConfiguration extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ConnectPeerBgpConfiguration.Builder,ConnectPeerBgpConfiguration>
Describes a core network BGP configuration.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceConnectPeerBgpConfiguration.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ConnectPeerBgpConfiguration.Builderbuilder()StringcoreNetworkAddress()The address of a core network.LongcoreNetworkAsn()The ASN of the Coret Network.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()StringpeerAddress()The address of a core network Connect peer.LongpeerAsn()The ASN of the Connect peer.List<SdkField<?>>sdkFields()static Class<? extends ConnectPeerBgpConfiguration.Builder>serializableBuilderClass()ConnectPeerBgpConfiguration.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
coreNetworkAsn
public final Long coreNetworkAsn()
The ASN of the Coret Network.
- Returns:
- The ASN of the Coret Network.
-
peerAsn
public final Long peerAsn()
The ASN of the Connect peer.
- Returns:
- The ASN of the Connect peer.
-
coreNetworkAddress
public final String coreNetworkAddress()
The address of a core network.
- Returns:
- The address of a core network.
-
peerAddress
public final String peerAddress()
The address of a core network Connect peer.
- Returns:
- The address of a core network Connect peer.
-
toBuilder
public ConnectPeerBgpConfiguration.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<ConnectPeerBgpConfiguration.Builder,ConnectPeerBgpConfiguration>
-
builder
public static ConnectPeerBgpConfiguration.Builder builder()
-
serializableBuilderClass
public static Class<? extends ConnectPeerBgpConfiguration.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
-