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
Implements
IMessageInterconnectDiagnosticsARPEntry, IEquatableInterconnectDiagnosticsARPEntry, IDeepCloneableInterconnectDiagnosticsARPEntry, IBufferMessage, IMessageNamespace
GoogleCloudGoogle.Cloud.ComputeV1Assembly
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 |
bool |
HasMacAddress
public bool HasMacAddress { get; }
Gets whether the "mac_address" field is set
Property Value | |
---|---|
Type | Description |
bool |
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 |