public sealed class InterconnectDiagnostics.Types.LinkLLDPStatus : IMessage<InterconnectDiagnostics.Types.LinkLLDPStatus>, IEquatable<InterconnectDiagnostics.Types.LinkLLDPStatus>, IDeepCloneable<InterconnectDiagnostics.Types.LinkLLDPStatus>, IBufferMessage, IMessageReference documentation and code samples for the Distributed Cloud Edge Network v1 API class InterconnectDiagnostics.Types.LinkLLDPStatus.
Describing a LLDP link.
Implements
IMessageInterconnectDiagnosticsTypesLinkLLDPStatus, IEquatableInterconnectDiagnosticsTypesLinkLLDPStatus, IDeepCloneableInterconnectDiagnosticsTypesLinkLLDPStatus, IBufferMessage, IMessageNamespace
Google.Cloud.EdgeNetwork.V1Assembly
Google.Cloud.EdgeNetwork.V1.dll
Constructors
LinkLLDPStatus()
public LinkLLDPStatus()LinkLLDPStatus(LinkLLDPStatus)
public LinkLLDPStatus(InterconnectDiagnostics.Types.LinkLLDPStatus other)| Parameter | |
|---|---|
| Name | Description |
other |
InterconnectDiagnosticsTypesLinkLLDPStatus |
Properties
PeerChassisId
public string PeerChassisId { get; set; }The peer chassis component of the endpoint identifier associated with the transmitting LLDP agent.
| Property Value | |
|---|---|
| Type | Description |
string |
|
PeerChassisIdType
public string PeerChassisIdType { get; set; }The format and source of the peer chassis identifier string.
| Property Value | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
string |
|
PeerPortIdType
public string PeerPortIdType { get; set; }The format and source of the peer port identifier string.
| Property Value | |
|---|---|
| Type | Description |
string |
|
PeerSystemDescription
public string PeerSystemDescription { get; set; }The textual description of the network entity of LLDP peer.
| Property Value | |
|---|---|
| Type | Description |
string |
|
PeerSystemName
public string PeerSystemName { get; set; }The peer system's administratively assigned name.
| Property Value | |
|---|---|
| Type | Description |
string |
|