Compute Engine v1 API - Class RouterStatus (3.0.0)

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

Inheritance

object > RouterStatus

Namespace

Google.Cloud.Compute.V1

Assembly

Google.Cloud.Compute.V1.dll

Constructors

RouterStatus()

public RouterStatus()

RouterStatus(RouterStatus)

public RouterStatus(RouterStatus other)
Parameter
Name Description
other RouterStatus

Properties

BestRoutes

public RepeatedField<Route> BestRoutes { get; }

A list of the best dynamic routes for this Cloud Router's Virtual Private Cloud (VPC) network in the same region as this Cloud Router. Lists all of the best routes per prefix that are programmed into this region's VPC data plane. When global dynamic routing mode is turned on in the VPC network, this list can include cross-region dynamic routes from Cloud Routers in other regions.

Property Value
Type Description
RepeatedFieldRoute

BestRoutesForRouter

public RepeatedField<Route> BestRoutesForRouter { get; }

A list of the best BGP routes learned by this Cloud Router. It is possible that routes listed might not be programmed into the data plane, if the Google Cloud control plane finds a more optimal route for a prefix than a route learned by this Cloud Router.

Property Value
Type Description
RepeatedFieldRoute

BgpPeerStatus

public RepeatedField<RouterStatusBgpPeerStatus> BgpPeerStatus { get; }
Property Value
Type Description
RepeatedFieldRouterStatusBgpPeerStatus

HasNetwork

public bool HasNetwork { get; }

Gets whether the "network" field is set

Property Value
Type Description
bool

NatStatus

public RepeatedField<RouterStatusNatStatus> NatStatus { get; }
Property Value
Type Description
RepeatedFieldRouterStatusNatStatus

Network

public string Network { get; set; }

URI of the network to which this router belongs.

Property Value
Type Description
string