Compute V1 Client - Class InterconnectDiagnosticsARPEntry (1.14.0)

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 \ V1

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ ip_address string

The IP address of this ARP neighbor.

↳ mac_address string

The MAC address of this ARP neighbor.

getIpAddress

The IP address of this ARP neighbor.

Returns
TypeDescription
string

hasIpAddress

clearIpAddress

setIpAddress

The IP address of this ARP neighbor.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getMacAddress

The MAC address of this ARP neighbor.

Returns
TypeDescription
string

hasMacAddress

clearMacAddress

setMacAddress

The MAC address of this ARP neighbor.

Parameter
NameDescription
var string
Returns
TypeDescription
$this