Show / Hide Table of Contents

Class ReachabilityDetails

Results of the configuration analysis from the last run of the test.

Inheritance
object
ReachabilityDetails
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.NetworkManagement.v1beta1.Data
Assembly: Google.Apis.NetworkManagement.v1beta1.dll
Syntax
public class ReachabilityDetails : IDirectResponseSchema

Properties

ETag

The ETag of the item.

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

Error

The details of a failure or a cancellation of reachability analysis.

Declaration
[JsonProperty("error")]
public virtual Status Error { get; set; }
Property Value
Type Description
Status

Result

The overall result of the test's configuration analysis.

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

Traces

Result may contain a list of traces if a test has multiple possible paths in the network, such as when destination endpoint is a load balancer with multiple backends.

Declaration
[JsonProperty("traces")]
public virtual IList<Trace> Traces { get; set; }
Property Value
Type Description
IList<Trace>

VerifyTime

object representation of VerifyTimeRaw.

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

VerifyTimeDateTimeOffset

DateTimeOffset representation of VerifyTimeRaw.

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

VerifyTimeRaw

The time of the configuration analysis.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX