- 3.22.0 (latest)
- 3.21.0
- 3.20.0
- 3.19.0
- 3.18.0
- 3.17.0
- 3.16.0
- 3.15.0
- 3.14.0
- 3.13.0
- 3.12.0
- 3.11.0
- 3.10.0
- 3.9.0
- 3.8.0
- 3.7.0
- 3.6.0
- 3.5.0
- 3.4.0
- 3.3.0
- 3.2.0
- 3.1.0
- 3.0.0
- 2.17.0
- 2.16.0
- 2.15.0
- 2.14.0
- 2.13.0
- 2.12.0
- 2.11.0
- 2.10.0
- 2.9.0
- 2.8.0
- 2.7.0
- 2.6.0
- 2.5.0
- 2.4.0
- 2.3.0
- 2.2.0
- 2.1.0
- 2.0.0
- 1.4.0
- 1.3.0
- 1.2.0
- 1.1.0
- 1.0.0
public sealed class RouterStatus : IMessage<RouterStatus>, IEquatable<RouterStatus>, IDeepCloneable<RouterStatus>, IBufferMessage, IMessageImplements
IMessageRouterStatus, IEquatableRouterStatus, IDeepCloneableRouterStatus, IBufferMessage, IMessageNamespace
Google.Cloud.Compute.V1Assembly
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 |
|