Distributed Cloud Edge Network v1 API - Class InterconnectDiagnostics.Types.LinkLLDPStatus (1.1.0)

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

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

Describing a LLDP link.

Inheritance

object > InterconnectDiagnostics.Types.LinkLLDPStatus

Namespace

Google.Cloud.EdgeNetwork.V1

Assembly

Google.Cloud.EdgeNetwork.V1.dll

Constructors

LinkLLDPStatus()

public LinkLLDPStatus()

LinkLLDPStatus(LinkLLDPStatus)

public LinkLLDPStatus(InterconnectDiagnostics.Types.LinkLLDPStatus other)
Parameter
NameDescription
otherInterconnectDiagnosticsTypesLinkLLDPStatus

Properties

PeerChassisId

public string PeerChassisId { get; set; }

The peer chassis component of the endpoint identifier associated with the transmitting LLDP agent.

Property Value
TypeDescription
string

PeerChassisIdType

public string PeerChassisIdType { get; set; }

The format and source of the peer chassis identifier string.

Property Value
TypeDescription
string

PeerPortId

public string PeerPortId { get; set; }

The port component of the endpoint identifier associated with the transmitting LLDP agent. If the specified port is an IEEE 802.3 Repeater port, then this TLV is optional.

Property Value
TypeDescription
string

PeerPortIdType

public string PeerPortIdType { get; set; }

The format and source of the peer port identifier string.

Property Value
TypeDescription
string

PeerSystemDescription

public string PeerSystemDescription { get; set; }

The textual description of the network entity of LLDP peer.

Property Value
TypeDescription
string

PeerSystemName

public string PeerSystemName { get; set; }

The peer system's administratively assigned name.

Property Value
TypeDescription
string