public sealed class DiagnoseInterconnectResponse : IMessage<DiagnoseInterconnectResponse>, IEquatable<DiagnoseInterconnectResponse>, IDeepCloneable<DiagnoseInterconnectResponse>, IBufferMessage, IMessage
Reference documentation and code samples for the Distributed Cloud Edge Network v1 API class DiagnoseInterconnectResponse.
DiagnoseInterconnectResponse contains the current diagnostics for a specific interconnect.
Implements
IMessageDiagnoseInterconnectResponse, IEquatableDiagnoseInterconnectResponse, IDeepCloneableDiagnoseInterconnectResponse, IBufferMessage, IMessageNamespace
Google.Cloud.EdgeNetwork.V1Assembly
Google.Cloud.EdgeNetwork.V1.dll
Constructors
DiagnoseInterconnectResponse()
public DiagnoseInterconnectResponse()
DiagnoseInterconnectResponse(DiagnoseInterconnectResponse)
public DiagnoseInterconnectResponse(DiagnoseInterconnectResponse other)
Parameter | |
---|---|
Name | Description |
other |
DiagnoseInterconnectResponse |
Properties
Result
public InterconnectDiagnostics Result { get; set; }
The network status of a specific interconnect.
Property Value | |
---|---|
Type | Description |
InterconnectDiagnostics |
UpdateTime
public Timestamp UpdateTime { get; set; }
The time when the interconnect diagnostics was last updated.
Property Value | |
---|---|
Type | Description |
Timestamp |