VPN Tunnel Telemetry
            
 Declaration Syntax
 Declaration Syntax| C# | 
public class VpnTunnelTelemetry
 Members
 Members| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description | 
|---|---|---|
|  | VpnTunnelTelemetry()()()() | Initializes a new instance of the VpnTunnelTelemetry class | 
|  | AcceptedRouteCount | 
            The number of accepted routes.
             | 
|  | Equals(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 | 
            The date and time of the last change in status.
             | 
|  | OutsideIpAddress |   
            The Internet-routable IP address of the virtual private gateway's outside interface.
             | 
|  | Status | 
            The status of the VPN tunnel.
             | 
|  | StatusMessage | 
            Description of an error, if an error occurs.
             | 
|  | ToString()()()() | Returns a string that represents the current object.(Inherited from Object.) | 
|  | WithAcceptedRouteCount(Int32) | Obsolete. 
            Sets the number of accepted routes.
             | 
|  | WithLastStatusChange(String) | Obsolete. 
            Sets the date and time of the last change in status.
             | 
|  | WithOutsideIpAddress(String) | Obsolete. 
            Sets the Internet-routable IP address of the virtual private gateway's outside interface.
             | 
|  | WithStatus(String) | Obsolete. 
            Sets the status of the VPN tunnel.
             | 
|  | WithStatusMessage(String) | Obsolete. 
            Sets the description of an error, if an error occurs.
             | 
 Inheritance Hierarchy
 Inheritance Hierarchy| Object | |
|  | VpnTunnelTelemetry |