Network Management v1 API - Class ReachabilityDetails (2.9.0)

public sealed class ReachabilityDetails : IMessage<ReachabilityDetails>, IEquatable<ReachabilityDetails>, IDeepCloneable<ReachabilityDetails>, IBufferMessage, IMessage

Reference documentation and code samples for the Network Management v1 API class ReachabilityDetails.

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

Inheritance

object > ReachabilityDetails

Namespace

Google.Cloud.NetworkManagement.V1

Assembly

Google.Cloud.NetworkManagement.V1.dll

Constructors

ReachabilityDetails()

public ReachabilityDetails()

ReachabilityDetails(ReachabilityDetails)

public ReachabilityDetails(ReachabilityDetails other)
Parameter
NameDescription
otherReachabilityDetails

Properties

Error

public Status Error { get; set; }

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

Property Value
TypeDescription
Status

Result

public ReachabilityDetails.Types.Result Result { get; set; }

The overall result of the test's configuration analysis.

Property Value
TypeDescription
ReachabilityDetailsTypesResult

Traces

public RepeatedField<Trace> Traces { get; }

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.

Property Value
TypeDescription
RepeatedFieldTrace

VerifyTime

public Timestamp VerifyTime { get; set; }

The time of the configuration analysis.

Property Value
TypeDescription
Timestamp