@Generated(value="software.amazon.awssdk:codegen") public final class TransitGatewayAttachmentBgpConfiguration extends Object implements SdkPojo, Serializable, ToCopyableBuilder<TransitGatewayAttachmentBgpConfiguration.Builder,TransitGatewayAttachmentBgpConfiguration>
The BGP configuration information.
Modifier and Type | Class and Description |
---|---|
static interface |
TransitGatewayAttachmentBgpConfiguration.Builder |
Modifier and Type | Method and Description |
---|---|
BgpStatus |
bgpStatus()
The BGP status.
|
String |
bgpStatusAsString()
The BGP status.
|
static TransitGatewayAttachmentBgpConfiguration.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
peerAddress()
The interior BGP peer IP address for the appliance.
|
Long |
peerAsn()
The peer Autonomous System Number (ASN).
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends TransitGatewayAttachmentBgpConfiguration.Builder> |
serializableBuilderClass() |
TransitGatewayAttachmentBgpConfiguration.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
String |
transitGatewayAddress()
The interior BGP peer IP address for the transit gateway.
|
Long |
transitGatewayAsn()
The transit gateway Autonomous System Number (ASN).
|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
copy
public final Long transitGatewayAsn()
The transit gateway Autonomous System Number (ASN).
public final Long peerAsn()
The peer Autonomous System Number (ASN).
public final String transitGatewayAddress()
The interior BGP peer IP address for the transit gateway.
public final String peerAddress()
The interior BGP peer IP address for the appliance.
public final BgpStatus bgpStatus()
The BGP status.
If the service returns an enum value that is not available in the current SDK version, bgpStatus
will
return BgpStatus.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available from
bgpStatusAsString()
.
BgpStatus
public final String bgpStatusAsString()
The BGP status.
If the service returns an enum value that is not available in the current SDK version, bgpStatus
will
return BgpStatus.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available from
bgpStatusAsString()
.
BgpStatus
public TransitGatewayAttachmentBgpConfiguration.Builder toBuilder()
toBuilder
in interface ToCopyableBuilder<TransitGatewayAttachmentBgpConfiguration.Builder,TransitGatewayAttachmentBgpConfiguration>
public static TransitGatewayAttachmentBgpConfiguration.Builder builder()
public static Class<? extends TransitGatewayAttachmentBgpConfiguration.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields
in interface SdkPojo
public final String toString()
Copyright © 2022. All rights reserved.