Google Cloud Edge Network V1 Client - Class InterconnectDiagnostics (0.2.0)

Reference documentation and code samples for the Google Cloud Edge Network V1 Client class InterconnectDiagnostics.

Diagnostics information about interconnect, contains detailed and current technical information about Google's side of the connection.

Generated from protobuf message google.cloud.edgenetwork.v1.InterconnectDiagnostics

Namespace

Google \ Cloud \ EdgeNetwork \ V1

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ mac_address string

The MAC address of the Interconnect's bundle interface.

↳ link_layer_addresses array<Google\Cloud\EdgeNetwork\V1\LinkLayerAddress>

A list of LinkLayerAddress, describing the ip address and corresponding link-layer address of the neighbors for this interconnect.

↳ links array<Google\Cloud\EdgeNetwork\V1\InterconnectDiagnostics\LinkStatus>

A list of LinkStatus objects, used to describe the status for each link on the Interconnect.

getMacAddress

The MAC address of the Interconnect's bundle interface.

Returns
TypeDescription
string

setMacAddress

The MAC address of the Interconnect's bundle interface.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getLinkLayerAddresses

A list of LinkLayerAddress, describing the ip address and corresponding link-layer address of the neighbors for this interconnect.

Returns
TypeDescription
Google\Protobuf\Internal\RepeatedField

setLinkLayerAddresses

A list of LinkLayerAddress, describing the ip address and corresponding link-layer address of the neighbors for this interconnect.

Parameter
NameDescription
var array<Google\Cloud\EdgeNetwork\V1\LinkLayerAddress>
Returns
TypeDescription
$this

A list of LinkStatus objects, used to describe the status for each link on the Interconnect.

Returns
TypeDescription
Google\Protobuf\Internal\RepeatedField

A list of LinkStatus objects, used to describe the status for each link on the Interconnect.

Parameter
NameDescription
var array<Google\Cloud\EdgeNetwork\V1\InterconnectDiagnostics\LinkStatus>
Returns
TypeDescription
$this