Class Tunnelv1ProtoTunnelerInfo
TunnelerInfo contains metadata about tunneler launched by connection manager.
Implements
Inherited Members
Namespace: Google.Apis.BeyondCorp.v1.Data
Assembly: Google.Apis.BeyondCorp.v1.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? |