VPN Tunnel Telemetry

Namespace: Amazon.EC2.Model
Assembly: AWSSDK (in AWSSDK.dll) Version: 1.4.10.0 (1.4.10.0)

Syntax

         
 C#  Visual Basic  Visual C++ 
public class VpnTunnelTelemetry
Public Class VpnTunnelTelemetry
public ref class VpnTunnelTelemetry

Members

            
 All Members  Constructors   Properties   Methods  
 Public

 Protected
 Instance

 Static 
 Declared

 Inherited
 XNA Framework Only 

 .NET Compact Framework Only 

 MemberDescription
VpnTunnelTelemetry()()()()
Initializes a new instance of the VpnTunnelTelemetry class
AcceptedRouteCount
Gets and sets the number of accepted routes.
Equals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
GetHashCode()()()()
Serves as a hash function for a particular type.
(Inherited from Object.)
GetType()()()()
Gets the Type of the current instance.
(Inherited from Object.)
IsSetAcceptedRouteCount()()()()
Checks whether the AcceptedRouteCount property is set.
IsSetLastStatusChange()()()()
Checks whether the LastStatusChange property is set.
IsSetOutsideIpAddress()()()()
Checks whether the OutsideIpAddress property is set.
IsSetStatus()()()()
Checks whether the Status property of the VPN tunnel is set.
IsSetStatusMessage()()()()
Checks whether the StatusMessage property is set.
LastStatusChange
Gets and sets the date and time of the last change in status.
OutsideIpAddress
Gets and sets the Internet-routable IP address of the virtual private gateway's outside interface.
Status
Gets and sets the status of the VPN tunnel.
StatusMessage
If an error occurs, a description of the error.
ToString()()()()
Returns a String that represents the current Object.
(Inherited from Object.)
WithAcceptedRouteCount(Int32)
Sets the number of accepted routes.
WithLastStatusChange(String)
Sets the date and time of the last change in status.
WithOutsideIpAddress(String)
Sets the Internet-routable IP address of the virtual private gateway's outside interface.
WithStatus(String)
Sets the status of the VPN tunnel.
WithStatusMessage(String)
Sets a description of the error.

Inheritance Hierarchy

System..::..Object
  Amazon.EC2.Model..::..VpnTunnelTelemetry

See Also