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 \ V1Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
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 | |
---|---|
Type | Description |
string |
setNetwork
The canonical name of the network to which this router belongs.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getBgpPeerStatus
A list of BgpPeerStatus objects, describing all BGP peers related to this router.
Returns | |
---|---|
Type | Description |
Google\Protobuf\Internal\RepeatedField |
setBgpPeerStatus
A list of BgpPeerStatus objects, describing all BGP peers related to this router.
Parameter | |
---|---|
Name | Description |
var |
array<Google\Cloud\EdgeNetwork\V1\RouterStatus\BgpPeerStatus>
|
Returns | |
---|---|
Type | Description |
$this |