Reference documentation and code samples for the Compute V1 Client class InterconnectDiagnosticsARPEntry.
Describing the ARP neighbor entries seen on this link
Generated from protobuf message google.cloud.compute.v1.InterconnectDiagnosticsARPEntry
Namespace
Google \ Cloud \ Compute \ V1Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description | 
| data | arrayOptional. Data for populating the Message object. | 
| ↳ ip_address | stringThe IP address of this ARP neighbor. | 
| ↳ mac_address | stringThe MAC address of this ARP neighbor. | 
getIpAddress
The IP address of this ARP neighbor.
| Returns | |
|---|---|
| Type | Description | 
| string | |
hasIpAddress
clearIpAddress
setIpAddress
The IP address of this ARP neighbor.
| Parameter | |
|---|---|
| Name | Description | 
| var | string | 
| Returns | |
|---|---|
| Type | Description | 
| $this | |
getMacAddress
The MAC address of this ARP neighbor.
| Returns | |
|---|---|
| Type | Description | 
| string | |
hasMacAddress
clearMacAddress
setMacAddress
The MAC address of this ARP neighbor.
| Parameter | |
|---|---|
| Name | Description | 
| var | string | 
| Returns | |
|---|---|
| Type | Description | 
| $this | |