Class TransitGatewayAttachmentBgpConfiguration
java.lang.Object
software.amazon.awssdk.services.ec2.model.TransitGatewayAttachmentBgpConfiguration
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<TransitGatewayAttachmentBgpConfiguration.Builder,TransitGatewayAttachmentBgpConfiguration>
@Generated("software.amazon.awssdk:codegen")
public final class TransitGatewayAttachmentBgpConfiguration
extends Object
implements SdkPojo, Serializable, ToCopyableBuilder<TransitGatewayAttachmentBgpConfiguration.Builder,TransitGatewayAttachmentBgpConfiguration>
The BGP configuration information.
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic interface -
Method Summary
Modifier and TypeMethodDescriptionfinal BgpStatusThe BGP status.final StringThe BGP status.builder()final booleanfinal booleanequalsBySdkFields(Object obj) final <T> Optional<T>getValueForField(String fieldName, Class<T> clazz) final inthashCode()final StringThe interior BGP peer IP address for the appliance.final LongpeerAsn()The peer Autonomous System Number (ASN).static Class<? extends TransitGatewayAttachmentBgpConfiguration.Builder>final StringtoString()Returns a string representation of this object.final StringThe interior BGP peer IP address for the transit gateway.final LongThe transit gateway Autonomous System Number (ASN).Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
Method Details
-
transitGatewayAsn
The transit gateway Autonomous System Number (ASN).
- Returns:
- The transit gateway Autonomous System Number (ASN).
-
peerAsn
The peer Autonomous System Number (ASN).
- Returns:
- The peer Autonomous System Number (ASN).
-
transitGatewayAddress
The interior BGP peer IP address for the transit gateway.
- Returns:
- The interior BGP peer IP address for the transit gateway.
-
peerAddress
The interior BGP peer IP address for the appliance.
- Returns:
- The interior BGP peer IP address for the appliance.
-
bgpStatus
The BGP status.
If the service returns an enum value that is not available in the current SDK version,
bgpStatuswill returnBgpStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available frombgpStatusAsString().- Returns:
- The BGP status.
- See Also:
-
bgpStatusAsString
The BGP status.
If the service returns an enum value that is not available in the current SDK version,
bgpStatuswill returnBgpStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available frombgpStatusAsString().- Returns:
- The BGP status.
- See Also:
-
toBuilder
- Specified by:
toBuilderin interfaceToCopyableBuilder<TransitGatewayAttachmentBgpConfiguration.Builder,TransitGatewayAttachmentBgpConfiguration>
-
builder
-
serializableBuilderClass
public static Class<? extends TransitGatewayAttachmentBgpConfiguration.Builder> serializableBuilderClass() -
hashCode
public final int hashCode() -
equals
-
equalsBySdkFields
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
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. -
getValueForField
-
sdkFields
-
sdkFieldNameToField
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-