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.
39410 39411 39412 39413 39414 39415 39416 39417 39418 39419 |
# File 'lib/aws-sdk-ec2/types.rb', line 39410 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.
39410 39411 39412 39413 39414 39415 39416 39417 39418 39419 |
# File 'lib/aws-sdk-ec2/types.rb', line 39410 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.
39410 39411 39412 39413 39414 39415 39416 39417 39418 39419 |
# File 'lib/aws-sdk-ec2/types.rb', line 39410 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.
39410 39411 39412 39413 39414 39415 39416 39417 39418 39419 |
# File 'lib/aws-sdk-ec2/types.rb', line 39410 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.
39410 39411 39412 39413 39414 39415 39416 39417 39418 39419 |
# File 'lib/aws-sdk-ec2/types.rb', line 39410 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.
39410 39411 39412 39413 39414 39415 39416 39417 39418 39419 |
# File 'lib/aws-sdk-ec2/types.rb', line 39410 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 |