Table of Contents

Class SecureConnectTunnelMetaStateData

Namespace
Meraki.Api.Data
Assembly
Meraki.Api.dll

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

string

BytesOut

The number of processed output bytes (tunnel egress).

[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "bytesOut")]
public string BytesOut { get; set; }

Property Value

string

IdleTimeIn

The idle time (seconds since last inbound packet).

[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "idleTimeIn")]
public string IdleTimeIn { get; set; }

Property Value

string

IdleTimeOut

The idle time (seconds since last outbound packet).

[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "idleTimeOut")]
public string IdleTimeOut { get; set; }

Property Value

string

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

string

PacketsIn

The number of processed input packets (tunnel ingress).

[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "packetsIn")]
public string PacketsIn { get; set; }

Property Value

string

PacketsOut

The number of processed output packets (tunnel egress).

[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "packetsOut")]
public string PacketsOut { get; set; }

Property Value

string