AWSEC2TransitGatewayAttachmentBgpConfiguration

Objective-C

@interface AWSEC2TransitGatewayAttachmentBgpConfiguration

Swift

class AWSEC2TransitGatewayAttachmentBgpConfiguration

The BGP configuration information.

  • The BGP status.

    Declaration

    Objective-C

    @property (nonatomic) AWSEC2BgpStatus bgpStatus;

    Swift

    var bgpStatus: AWSEC2BgpStatus { get set }
  • The interior BGP peer IP address for the appliance.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSString *_Nullable peerAddress;

    Swift

    var peerAddress: String? { get set }
  • The peer Autonomous System Number (ASN).

    Declaration

    Objective-C

    @property (nonatomic, strong) NSNumber *_Nullable peerAsn;

    Swift

    var peerAsn: NSNumber? { get set }
  • The interior BGP peer IP address for the transit gateway.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSString *_Nullable transitGatewayAddress;

    Swift

    var transitGatewayAddress: String? { get set }
  • The transit gateway Autonomous System Number (ASN).

    Declaration

    Objective-C

    @property (nonatomic, strong) NSNumber *_Nullable transitGatewayAsn;

    Swift

    var transitGatewayAsn: NSNumber? { get set }