public sealed class ProbingDetails.Types.SingleEdgeResponse : IMessage<ProbingDetails.Types.SingleEdgeResponse>, IEquatable<ProbingDetails.Types.SingleEdgeResponse>, IDeepCloneable<ProbingDetails.Types.SingleEdgeResponse>, IBufferMessage, IMessageReference documentation and code samples for the Network Management v1 API class ProbingDetails.Types.SingleEdgeResponse.
Probing results for a single edge device.
Implements
IMessageProbingDetailsTypesSingleEdgeResponse, IEquatableProbingDetailsTypesSingleEdgeResponse, IDeepCloneableProbingDetailsTypesSingleEdgeResponse, IBufferMessage, IMessageNamespace
Google.Cloud.NetworkManagement.V1Assembly
Google.Cloud.NetworkManagement.V1.dll
Constructors
SingleEdgeResponse()
public SingleEdgeResponse()SingleEdgeResponse(SingleEdgeResponse)
public SingleEdgeResponse(ProbingDetails.Types.SingleEdgeResponse other)| Parameter | |
|---|---|
| Name | Description |
other |
ProbingDetailsTypesSingleEdgeResponse |
Properties
DestinationEgressLocation
public ProbingDetails.Types.EdgeLocation DestinationEgressLocation { get; set; }The EdgeLocation from which a packet, destined to the internet, will egress the Google network. This will only be populated for a connectivity test which has an internet destination address. The absence of this field must not be used as an indication that the destination is part of the Google network.
| Property Value | |
|---|---|
| Type | Description |
ProbingDetailsTypesEdgeLocation |
|
DestinationRouter
public string DestinationRouter { get; set; }Router name in the format '{router}.{metroshard}'. For example: pf01.aaa01, pr02.aaa01.
| Property Value | |
|---|---|
| Type | Description |
string |
|
ProbingLatency
public LatencyDistribution ProbingLatency { get; set; }Latency as measured by active probing in one direction: from the source to the destination endpoint.
| Property Value | |
|---|---|
| Type | Description |
LatencyDistribution |
|
Result
public ProbingDetails.Types.ProbingResult Result { get; set; }The overall result of active probing for this egress device.
| Property Value | |
|---|---|
| Type | Description |
ProbingDetailsTypesProbingResult |
|
SentProbeCount
public int SentProbeCount { get; set; }Number of probes sent.
| Property Value | |
|---|---|
| Type | Description |
int |
|
SuccessfulProbeCount
public int SuccessfulProbeCount { get; set; }Number of probes that reached the destination.
| Property Value | |
|---|---|
| Type | Description |
int |
|