Distributed Cloud Edge Network v1 API - Class RouterStatus (1.3.0)

public sealed class RouterStatus : IMessage<RouterStatus>, IEquatable<RouterStatus>, IDeepCloneable<RouterStatus>, IBufferMessage, IMessage

Reference documentation and code samples for the Distributed Cloud Edge Network v1 API class RouterStatus.

Describing the current status of a router.

Inheritance

object > RouterStatus

Namespace

Google.Cloud.EdgeNetwork.V1

Assembly

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