AWSEC2TransitGatewayConnectPeerConfiguration
Objective-C
@interface AWSEC2TransitGatewayConnectPeerConfiguration
Swift
class AWSEC2TransitGatewayConnectPeerConfiguration
Describes the Connect peer details.
-
The BGP configuration details.
Declaration
Objective-C
@property (nonatomic, strong) NSArray<AWSEC2TransitGatewayAttachmentBgpConfiguration *> *_Nullable bgpConfigurations;
Swift
var bgpConfigurations: [AWSEC2TransitGatewayAttachmentBgpConfiguration]? { get set }
-
The range of interior BGP peer IP addresses.
Declaration
Objective-C
@property (nonatomic, strong) NSArray<NSString *> *_Nullable insideCidrBlocks;
Swift
var insideCidrBlocks: [String]? { get set }
-
The Connect peer IP address on the appliance side of the tunnel.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable peerAddress;
Swift
var peerAddress: String? { get set }
-
The tunnel protocol.
Declaration
Objective-C
@property (nonatomic) AWSEC2ProtocolValue protocols;
Swift
var protocols: AWSEC2ProtocolValue { get set }
-
The Connect peer IP address on the transit gateway side of the tunnel.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable transitGatewayAddress;
Swift
var transitGatewayAddress: String? { get set }