public sealed class RouterStatus : IMessage<RouterStatus>, IEquatable<RouterStatus>, IDeepCloneable<RouterStatus>, IBufferMessage, IMessageReference documentation and code samples for the Distributed Cloud Edge Network v1 API class RouterStatus.
Describing the current status of a router.
Implements
IMessageRouterStatus, IEquatableRouterStatus, IDeepCloneableRouterStatus, IBufferMessage, IMessageNamespace
Google.Cloud.EdgeNetwork.V1Assembly
Google.Cloud.EdgeNetwork.V1.dll
Constructors
RouterStatus()
public RouterStatus()RouterStatus(RouterStatus)
public RouterStatus(RouterStatus other)| Parameter | |
|---|---|
| Name | Description |
other |
RouterStatus |
Properties
BgpPeerStatus
public RepeatedField<RouterStatus.Types.BgpPeerStatus> BgpPeerStatus { get; }A list of BgpPeerStatus objects, describing all BGP peers related to this router.
| Property Value | |
|---|---|
| Type | Description |
RepeatedFieldRouterStatusTypesBgpPeerStatus |
|
Network
public string Network { get; set; }The canonical name of the network to which this router belongs.
| Property Value | |
|---|---|
| Type | Description |
string |
|
NetworkAsNetworkName
public NetworkName NetworkAsNetworkName { get; set; }NetworkName-typed view over the Network resource name property.
| Property Value | |
|---|---|
| Type | Description |
NetworkName |
|