Google Cloud Edge Network V1 Client - Class RouterStatus (0.1.1)

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

Describing the current status of a router.

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

Namespace

Google \ Cloud \ EdgeNetwork \ V1

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ network string

The canonical name of the network to which this router belongs.

↳ bgp_peer_status array<Google\Cloud\EdgeNetwork\V1\RouterStatus\BgpPeerStatus>

A list of BgpPeerStatus objects, describing all BGP peers related to this router.

getNetwork

The canonical name of the network to which this router belongs.

Returns
TypeDescription
string

setNetwork

The canonical name of the network to which this router belongs.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getBgpPeerStatus

A list of BgpPeerStatus objects, describing all BGP peers related to this router.

Returns
TypeDescription
Google\Protobuf\Internal\RepeatedField

setBgpPeerStatus

A list of BgpPeerStatus objects, describing all BGP peers related to this router.

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