You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::EC2::Types::VgwTelemetry

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Describes telemetry for a VPN tunnel.

Instance Attribute Summary collapse

Instance Attribute Details

#accepted_route_countInteger

The number of accepted routes.

Returns:

  • (Integer)

    The number of accepted routes.

#certificate_arnString

The Amazon Resource Name (ARN) of the VPN tunnel endpoint certificate.

Returns:

  • (String)

    The Amazon Resource Name (ARN) of the VPN tunnel endpoint certificate.

#last_status_changeTime

The date and time of the last change in status.

Returns:

  • (Time)

    The date and time of the last change in status.

#outside_ip_addressString

The Internet-routable IP address of the virtual private gateway\'s outside interface.

Returns:

  • (String)

    The Internet-routable IP address of the virtual private gateway\'s outside interface.

#statusString

The status of the VPN tunnel.

Possible values:

  • UP
  • DOWN

Returns:

  • (String)

    The status of the VPN tunnel.

#status_messageString

If an error occurs, a description of the error.

Returns:

  • (String)

    If an error occurs, a description of the error.