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

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

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

LinkLayerAddress contains an IP address and corresponding link-layer address.

Inheritance

object > LinkLayerAddress

Namespace

Google.Cloud.EdgeNetwork.V1

Assembly

Google.Cloud.EdgeNetwork.V1.dll

Constructors

LinkLayerAddress()

public LinkLayerAddress()

LinkLayerAddress(LinkLayerAddress)

public LinkLayerAddress(LinkLayerAddress other)
Parameter
Name Description
other LinkLayerAddress

Properties

IpAddress

public string IpAddress { get; set; }

The IP address of this neighbor.

Property Value
Type Description
string

MacAddress

public string MacAddress { get; set; }

The MAC address of this neighbor.

Property Value
Type Description
string