AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

Describes telemetry for a VPN tunnel.

Inheritance Hierarchy

System.Object
  Amazon.EC2.Model.VgwTelemetry

Namespace: Amazon.EC2.Model
Assembly: AWSSDK.EC2.dll
Version: 3.x.y.z

Syntax

C#
public class VgwTelemetry

The VgwTelemetry type exposes the following members

Constructors

NameDescription
Public Method VgwTelemetry()

Properties

NameTypeDescription
Public Property AcceptedRouteCount System.Int32

Gets and sets the property AcceptedRouteCount.

The number of accepted routes.

Public Property CertificateArn System.String

Gets and sets the property CertificateArn.

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

Public Property LastStatusChange System.DateTime

Gets and sets the property LastStatusChange.

The date and time of the last change in status. This field is updated when changes in IKE (Phase 1), IPSec (Phase 2), or BGP status are detected.

Public Property OutsideIpAddress System.String

Gets and sets the property OutsideIpAddress.

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

Public Property Status Amazon.EC2.TelemetryStatus

Gets and sets the property Status.

The status of the VPN tunnel.

Public Property StatusMessage System.String

Gets and sets the property StatusMessage.

If an error occurs, a description of the error.

Version Information

.NET Core App:
Supported in: 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5, 4.0, 3.5