RouterStatusBestRoute

data class RouterStatusBestRoute(val asPaths: List<RouterStatusBestRouteAsPath>, val creationTimestamp: String, val description: String, val destRange: String, val name: String, val network: String, val nextHopGateway: String, val nextHopHub: String, val nextHopIlb: String, val nextHopInstance: String, val nextHopInstanceZone: String, val nextHopInterRegionCost: String, val nextHopIp: String, val nextHopMed: String, val nextHopNetwork: String, val nextHopOrigin: String, val nextHopPeering: String, val nextHopVpnTunnel: String, val priority: Int, val project: String, val routeStatus: String, val routeType: String, val selfLink: String, val tags: List<String>, val warnings: List<RouterStatusBestRouteWarning>)

Constructors

Link copied to clipboard
constructor(asPaths: List<RouterStatusBestRouteAsPath>, creationTimestamp: String, description: String, destRange: String, name: String, network: String, nextHopGateway: String, nextHopHub: String, nextHopIlb: String, nextHopInstance: String, nextHopInstanceZone: String, nextHopInterRegionCost: String, nextHopIp: String, nextHopMed: String, nextHopNetwork: String, nextHopOrigin: String, nextHopPeering: String, nextHopVpnTunnel: String, priority: Int, project: String, routeStatus: String, routeType: String, selfLink: String, tags: List<String>, warnings: List<RouterStatusBestRouteWarning>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard

Creation timestamp in RFC3339 text format.

Link copied to clipboard

An optional description of this resource. Provide this property when you create the resource.

Link copied to clipboard

The destination range of outgoing packets that this route applies to. Only IPv4 is supported.

Link copied to clipboard

The name of the router.

Link copied to clipboard

The network name or resource link to the parent network of this subnetwork.

Link copied to clipboard

URL to a gateway that should handle matching packets. Currently, you can only specify the internet gateway, using a full or partial valid URL:

Link copied to clipboard

The hub network that should handle matching packets, which should conform to RFC1035.

Link copied to clipboard

The IP address or URL to a forwarding rule of type loadBalancingScheme=INTERNAL that should handle matching packets. With the GA provider you can only specify the forwarding rule as a partial or full URL. For example, the following are all valid values:

Link copied to clipboard

URL to an instance that should handle matching packets. You can specify this as a full or partial URL. For example:

Link copied to clipboard

The zone of the instance specified in next_hop_instance. Omit if next_hop_instance is specified as a URL.

Link copied to clipboard

Internal fixed region-to-region cost that Google Cloud calculates based on factors such as network performance, distance, and available bandwidth between regions.

Link copied to clipboard

Network IP address of an instance that should handle matching packets.

Link copied to clipboard

Multi-Exit Discriminator, a BGP route metric that indicates the desirability of a particular route in a network.

Link copied to clipboard

URL to a Network that should handle matching packets.

Link copied to clipboard

Indicates the origin of the route. Can be IGP (Interior Gateway Protocol), EGP (Exterior Gateway Protocol), or INCOMPLETE.

Link copied to clipboard

The network peering name that should handle matching packets, which should conform to RFC1035.

Link copied to clipboard

URL to a VpnTunnel that should handle matching packets.

Link copied to clipboard

The priority of this route. Priority is used to break ties in cases where there is more than one matching route of equal prefix length. In the case of two routes with equal prefix length, the one with the lowest-numbered priority value wins. Default value is 1000. Valid range is 0 through 65535.

Link copied to clipboard

The ID of the project in which the resource belongs. If it is not provided, the provider project is used.

Link copied to clipboard

The status of the route, which can be one of the following values:

Link copied to clipboard

The type of this route, which can be one of the following values:

Link copied to clipboard
Link copied to clipboard

A list of instance tags to which this route applies.

Link copied to clipboard

If potential misconfigurations are detected for this route, this field will be populated with warning messages.