Class: Aws::EC2::Types::GetVpnTunnelReplacementStatusResult
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::EC2::Types::GetVpnTunnelReplacementStatusResult
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-ec2/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #customer_gateway_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The ID of the customer gateway.
 - 
  
    
      #maintenance_details  ⇒ Types::MaintenanceDetails 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Get details of pending tunnel endpoint maintenance.
 - 
  
    
      #transit_gateway_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The ID of the transit gateway associated with the VPN connection.
 - 
  
    
      #vpn_connection_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The ID of the Site-to-Site VPN connection.
 - 
  
    
      #vpn_gateway_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The ID of the virtual private gateway.
 - 
  
    
      #vpn_tunnel_outside_ip_address  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The external IP address of the VPN tunnel.
 
Instance Attribute Details
#customer_gateway_id ⇒ String
The ID of the customer gateway.
      39931 39932 39933 39934 39935 39936 39937 39938 39939 39940  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 39931 class GetVpnTunnelReplacementStatusResult < Struct.new( :vpn_connection_id, :transit_gateway_id, :customer_gateway_id, :vpn_gateway_id, :vpn_tunnel_outside_ip_address, :maintenance_details) SENSITIVE = [] include Aws::Structure end  | 
  
#maintenance_details ⇒ Types::MaintenanceDetails
Get details of pending tunnel endpoint maintenance.
      39931 39932 39933 39934 39935 39936 39937 39938 39939 39940  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 39931 class GetVpnTunnelReplacementStatusResult < Struct.new( :vpn_connection_id, :transit_gateway_id, :customer_gateway_id, :vpn_gateway_id, :vpn_tunnel_outside_ip_address, :maintenance_details) SENSITIVE = [] include Aws::Structure end  | 
  
#transit_gateway_id ⇒ String
The ID of the transit gateway associated with the VPN connection.
      39931 39932 39933 39934 39935 39936 39937 39938 39939 39940  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 39931 class GetVpnTunnelReplacementStatusResult < Struct.new( :vpn_connection_id, :transit_gateway_id, :customer_gateway_id, :vpn_gateway_id, :vpn_tunnel_outside_ip_address, :maintenance_details) SENSITIVE = [] include Aws::Structure end  | 
  
#vpn_connection_id ⇒ String
The ID of the Site-to-Site VPN connection.
      39931 39932 39933 39934 39935 39936 39937 39938 39939 39940  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 39931 class GetVpnTunnelReplacementStatusResult < Struct.new( :vpn_connection_id, :transit_gateway_id, :customer_gateway_id, :vpn_gateway_id, :vpn_tunnel_outside_ip_address, :maintenance_details) SENSITIVE = [] include Aws::Structure end  | 
  
#vpn_gateway_id ⇒ String
The ID of the virtual private gateway.
      39931 39932 39933 39934 39935 39936 39937 39938 39939 39940  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 39931 class GetVpnTunnelReplacementStatusResult < Struct.new( :vpn_connection_id, :transit_gateway_id, :customer_gateway_id, :vpn_gateway_id, :vpn_tunnel_outside_ip_address, :maintenance_details) SENSITIVE = [] include Aws::Structure end  | 
  
#vpn_tunnel_outside_ip_address ⇒ String
The external IP address of the VPN tunnel.
      39931 39932 39933 39934 39935 39936 39937 39938 39939 39940  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 39931 class GetVpnTunnelReplacementStatusResult < Struct.new( :vpn_connection_id, :transit_gateway_id, :customer_gateway_id, :vpn_gateway_id, :vpn_tunnel_outside_ip_address, :maintenance_details) SENSITIVE = [] include Aws::Structure end  |