Reference documentation and code samples for the Distributed Cloud Edge Network V1 API class Google::Cloud::EdgeNetwork::V1::RouterStatus.
Describing the current status of a router.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#bgp_peer_status
def bgp_peer_status() -> ::Array<::Google::Cloud::EdgeNetwork::V1::RouterStatus::BgpPeerStatus>
Returns
- (::Array<::Google::Cloud::EdgeNetwork::V1::RouterStatus::BgpPeerStatus>) — A list of BgpPeerStatus objects, describing all BGP peers related to this router.
#bgp_peer_status=
def bgp_peer_status=(value) -> ::Array<::Google::Cloud::EdgeNetwork::V1::RouterStatus::BgpPeerStatus>
Parameter
- value (::Array<::Google::Cloud::EdgeNetwork::V1::RouterStatus::BgpPeerStatus>) — A list of BgpPeerStatus objects, describing all BGP peers related to this router.
Returns
- (::Array<::Google::Cloud::EdgeNetwork::V1::RouterStatus::BgpPeerStatus>) — A list of BgpPeerStatus objects, describing all BGP peers related to this router.
#network
def network() -> ::String
Returns
- (::String) — The canonical name of the network to which this router belongs.
#network=
def network=(value) -> ::String
Parameter
- value (::String) — The canonical name of the network to which this router belongs.
Returns
- (::String) — The canonical name of the network to which this router belongs.