AWSEC2TransitGatewayConnectPeerConfiguration
Objective-C
@interface AWSEC2TransitGatewayConnectPeerConfigurationSwift
class AWSEC2TransitGatewayConnectPeerConfigurationDescribes the Connect peer details.
- 
                  
                  The BGP configuration details. DeclarationObjective-C @property (nonatomic, strong) NSArray<AWSEC2TransitGatewayAttachmentBgpConfiguration *> *_Nullable bgpConfigurations;Swift var bgpConfigurations: [AWSEC2TransitGatewayAttachmentBgpConfiguration]? { get set }
- 
                  
                  The range of interior BGP peer IP addresses. DeclarationObjective-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. DeclarationObjective-C @property (nonatomic, strong) NSString *_Nullable peerAddress;Swift var peerAddress: String? { get set }
- 
                  
                  The tunnel protocol. DeclarationObjective-C @property (nonatomic) AWSEC2ProtocolValue protocols;Swift var protocols: AWSEC2ProtocolValue { get set }
- 
                  
                  The Connect peer IP address on the transit gateway side of the tunnel. DeclarationObjective-C @property (nonatomic, strong) NSString *_Nullable transitGatewayAddress;Swift var transitGatewayAddress: String? { get set }
 View on GitHub
View on GitHub Install in Dash
Install in Dash AWSEC2TransitGatewayConnectPeerConfiguration Class Reference
        AWSEC2TransitGatewayConnectPeerConfiguration Class Reference