Show / Hide Table of Contents

Class Tunnelv1ProtoTunnelerInfo

TunnelerInfo contains metadata about tunneler launched by connection manager.

Inheritance
object
Tunnelv1ProtoTunnelerInfo
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.BeyondCorp.v1alpha.Data
Assembly: Google.Apis.BeyondCorp.v1alpha.dll
Syntax
public class Tunnelv1ProtoTunnelerInfo : IDirectResponseSchema

Properties

BackoffRetryCount

backoff_retry_count stores the number of times the tunneler has been retried by tunManager for current backoff sequence. Gets reset to 0 if time difference between 2 consecutive retries exceeds backoffRetryResetTime.

Declaration
[JsonProperty("backoffRetryCount")]
public virtual long? BackoffRetryCount { get; set; }
Property Value
Type Description
long?

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

Id

id is the unique id of a tunneler.

Declaration
[JsonProperty("id")]
public virtual string Id { get; set; }
Property Value
Type Description
string

LatestErr

latest_err stores the Error for the latest tunneler failure. Gets reset everytime the tunneler is retried by tunManager.

Declaration
[JsonProperty("latestErr")]
public virtual Tunnelv1ProtoTunnelerError LatestErr { get; set; }
Property Value
Type Description
Tunnelv1ProtoTunnelerError

LatestRetryTime

object representation of LatestRetryTimeRaw.

Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use LatestRetryTimeDateTimeOffset instead.")]
public virtual object LatestRetryTime { get; set; }
Property Value
Type Description
object

LatestRetryTimeDateTimeOffset

DateTimeOffset representation of LatestRetryTimeRaw.

Declaration
[JsonIgnore]
public virtual DateTimeOffset? LatestRetryTimeDateTimeOffset { get; set; }
Property Value
Type Description
DateTimeOffset?

LatestRetryTimeRaw

latest_retry_time stores the time when the tunneler was last restarted.

Declaration
[JsonProperty("latestRetryTime")]
public virtual string LatestRetryTimeRaw { get; set; }
Property Value
Type Description
string

TotalRetryCount

total_retry_count stores the total number of times the tunneler has been retried by tunManager.

Declaration
[JsonProperty("totalRetryCount")]
public virtual long? TotalRetryCount { get; set; }
Property Value
Type Description
long?

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX