Class: Aws::EC2::Types::GetVpnTunnelReplacementStatusResult

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#customer_gateway_idString

The ID of the customer gateway.

Returns:

  • (String)


36536
36537
36538
36539
36540
36541
36542
36543
36544
36545
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 36536

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_detailsTypes::MaintenanceDetails

Get details of pending tunnel endpoint maintenance.



36536
36537
36538
36539
36540
36541
36542
36543
36544
36545
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 36536

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_idString

The ID of the transit gateway associated with the VPN connection.

Returns:

  • (String)


36536
36537
36538
36539
36540
36541
36542
36543
36544
36545
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 36536

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_idString

The ID of the Site-to-Site VPN connection.

Returns:

  • (String)


36536
36537
36538
36539
36540
36541
36542
36543
36544
36545
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 36536

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_idString

The ID of the virtual private gateway.

Returns:

  • (String)


36536
36537
36538
36539
36540
36541
36542
36543
36544
36545
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 36536

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_addressString

The external IP address of the VPN tunnel.

Returns:

  • (String)


36536
36537
36538
36539
36540
36541
36542
36543
36544
36545
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 36536

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