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.
Implements
IMessageLinkLayerAddress, IEquatableLinkLayerAddress, IDeepCloneableLinkLayerAddress, IBufferMessage, IMessageNamespace
Google.Cloud.EdgeNetwork.V1Assembly
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 |