Class InterconnectDiagnosticsARPEntry (2.0.0)

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

Describing the ARP neighbor entries seen on this link

Inheritance

Object > InterconnectDiagnosticsARPEntry

Namespace

Google.Cloud.Compute.V1

Assembly

Google.Cloud.Compute.V1.dll

Constructors

InterconnectDiagnosticsARPEntry()

public InterconnectDiagnosticsARPEntry()

InterconnectDiagnosticsARPEntry(InterconnectDiagnosticsARPEntry)

public InterconnectDiagnosticsARPEntry(InterconnectDiagnosticsARPEntry other)
Parameter
NameDescription
otherInterconnectDiagnosticsARPEntry

Properties

HasIpAddress

public bool HasIpAddress { get; }

Gets whether the "ip_address" field is set

Property Value
TypeDescription
Boolean

HasMacAddress

public bool HasMacAddress { get; }

Gets whether the "mac_address" field is set

Property Value
TypeDescription
Boolean

IpAddress

public string IpAddress { get; set; }

The IP address of this ARP neighbor.

Property Value
TypeDescription
String

MacAddress

public string MacAddress { get; set; }

The MAC address of this ARP neighbor.

Property Value
TypeDescription
String