AWSEC2GetVpnTunnelReplacementStatusResult
Objective-C
@interface AWSEC2GetVpnTunnelReplacementStatusResult
Swift
class AWSEC2GetVpnTunnelReplacementStatusResult
-
The ID of the customer gateway.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable customerGatewayId;Swift
var customerGatewayId: String? { get set } -
Get details of pending tunnel endpoint maintenance.
Declaration
Objective-C
@property (nonatomic, strong) AWSEC2MaintenanceDetails *_Nullable maintenanceDetails;Swift
var maintenanceDetails: AWSEC2MaintenanceDetails? { get set } -
The ID of the transit gateway associated with the VPN connection.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable transitGatewayId;Swift
var transitGatewayId: String? { get set } -
The ID of the Site-to-Site VPN connection.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable vpnConnectionId;Swift
var vpnConnectionId: String? { get set } -
The ID of the virtual private gateway.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable vpnGatewayId;Swift
var vpnGatewayId: String? { get set } -
The external IP address of the VPN tunnel.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable vpnTunnelOutsideIpAddress;Swift
var vpnTunnelOutsideIpAddress: String? { get set }
View on GitHub
Install in Dash
AWSEC2GetVpnTunnelReplacementStatusResult Class Reference