Distributed Cloud Edge Network v1 API - Class InterconnectDiagnostics (1.3.0)

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

Reference documentation and code samples for the Distributed Cloud Edge Network v1 API class InterconnectDiagnostics.

Diagnostics information about interconnect, contains detailed and current technical information about Google's side of the connection.

Inheritance

object > InterconnectDiagnostics

Namespace

Google.Cloud.EdgeNetwork.V1

Assembly

Google.Cloud.EdgeNetwork.V1.dll

Constructors

InterconnectDiagnostics()

public InterconnectDiagnostics()

InterconnectDiagnostics(InterconnectDiagnostics)

public InterconnectDiagnostics(InterconnectDiagnostics other)
Parameter
Name Description
other InterconnectDiagnostics

Properties

LinkLayerAddresses

public RepeatedField<LinkLayerAddress> LinkLayerAddresses { get; }

A list of LinkLayerAddress, describing the ip address and corresponding link-layer address of the neighbors for this interconnect.

Property Value
Type Description
RepeatedFieldLinkLayerAddress
public RepeatedField<InterconnectDiagnostics.Types.LinkStatus> Links { get; }

A list of LinkStatus objects, used to describe the status for each link on the Interconnect.

Property Value
Type Description
RepeatedFieldInterconnectDiagnosticsTypesLinkStatus

MacAddress

public string MacAddress { get; set; }

The MAC address of the Interconnect's bundle interface.

Property Value
Type Description
string