Class SingleEdgeResponse
Probing results for a single edge device.
Implements
Inherited Members
Namespace: Google.Apis.NetworkManagement.v1beta1.Data
Assembly: Google.Apis.NetworkManagement.v1beta1.dll
Syntax
public class SingleEdgeResponse : IDirectResponseSchema
Properties
DestinationEgressLocation
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.
Declaration
[JsonProperty("destinationEgressLocation")]
public virtual EdgeLocation DestinationEgressLocation { get; set; }
Property Value
Type | Description |
---|---|
EdgeLocation |
DestinationRouter
Router name in the format '{router}.{metroshard}'. For example: pf01.aaa01, pr02.aaa01.
Declaration
[JsonProperty("destinationRouter")]
public virtual string DestinationRouter { get; set; }
Property Value
Type | Description |
---|---|
string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
ProbingLatency
Latency as measured by active probing in one direction: from the source to the destination endpoint.
Declaration
[JsonProperty("probingLatency")]
public virtual LatencyDistribution ProbingLatency { get; set; }
Property Value
Type | Description |
---|---|
LatencyDistribution |
Result
The overall result of active probing for this egress device.
Declaration
[JsonProperty("result")]
public virtual string Result { get; set; }
Property Value
Type | Description |
---|---|
string |
SentProbeCount
Number of probes sent.
Declaration
[JsonProperty("sentProbeCount")]
public virtual int? SentProbeCount { get; set; }
Property Value
Type | Description |
---|---|
int? |
SuccessfulProbeCount
Number of probes that reached the destination.
Declaration
[JsonProperty("successfulProbeCount")]
public virtual int? SuccessfulProbeCount { get; set; }
Property Value
Type | Description |
---|---|
int? |