Class SecureConnectTunnelMetaStateData
SecureConnectTunnelClientMetaStateData
[DataContract]
public class SecureConnectTunnelMetaStateData
- Inheritance
-
SecureConnectTunnelMetaStateData
- Inherited Members
Constructors
SecureConnectTunnelMetaStateData()
public SecureConnectTunnelMetaStateData()
Properties
BytesIn
The number of processed input bytes (tunnel ingress).
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "bytesIn")]
public string BytesIn { get; set; }
Property Value
BytesOut
The number of processed output bytes (tunnel egress).
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "bytesOut")]
public string BytesOut { get; set; }
Property Value
IdleTimeIn
The idle time (seconds since last inbound packet).
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "idleTimeIn")]
public string IdleTimeIn { get; set; }
Property Value
IdleTimeOut
The idle time (seconds since last outbound packet).
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "idleTimeOut")]
public string IdleTimeOut { get; set; }
Property Value
Initialized
The time when packet and byte counters were initialized to 0.
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "initialized")]
public string Initialized { get; set; }
Property Value
PacketsIn
The number of processed input packets (tunnel ingress).
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "packetsIn")]
public string PacketsIn { get; set; }
Property Value
PacketsOut
The number of processed output packets (tunnel egress).
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "packetsOut")]
public string PacketsOut { get; set; }