Compute Engine v1 API - Class InterconnectDiagnosticsARPEntry (2.15.0)

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

Reference documentation and code samples for the Compute Engine v1 API class InterconnectDiagnosticsARPEntry.

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
bool

HasMacAddress

public bool HasMacAddress { get; }

Gets whether the "mac_address" field is set

Property Value
TypeDescription
bool

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