public sealed class InterconnectDiagnosticsARPEntry : IMessage<InterconnectDiagnosticsARPEntry>, IEquatable<InterconnectDiagnosticsARPEntry>, IDeepCloneable<InterconnectDiagnosticsARPEntry>, IBufferMessage, IMessageReference documentation and code samples for the Compute Engine v1 API class InterconnectDiagnosticsARPEntry.
Describing the ARP neighbor entries seen on this link
Implements
IMessage<InterconnectDiagnosticsARPEntry>, IEquatable<InterconnectDiagnosticsARPEntry>, IDeepCloneable<InterconnectDiagnosticsARPEntry>, IBufferMessage, IMessageNamespace
Google.Cloud.Compute.V1Assembly
Google.Cloud.Compute.V1.dll
Constructors
InterconnectDiagnosticsARPEntry()
public InterconnectDiagnosticsARPEntry()InterconnectDiagnosticsARPEntry(InterconnectDiagnosticsARPEntry)
public InterconnectDiagnosticsARPEntry(InterconnectDiagnosticsARPEntry other)| Parameter | |
|---|---|
| Name | Description |
other |
InterconnectDiagnosticsARPEntry |
Properties
HasIpAddress
public bool HasIpAddress { get; }Gets whether the "ip_address" field is set
| Property Value | |
|---|---|
| Type | Description |
Boolean |
|
HasMacAddress
public bool HasMacAddress { get; }Gets whether the "mac_address" field is set
| Property Value | |
|---|---|
| Type | Description |
Boolean |
|
IpAddress
public string IpAddress { get; set; }The IP address of this ARP neighbor.
| Property Value | |
|---|---|
| Type | Description |
String |
|
MacAddress
public string MacAddress { get; set; }The MAC address of this ARP neighbor.
| Property Value | |
|---|---|
| Type | Description |
String |
|