RouterStatusBestRoute

data class RouterStatusBestRoute(val description: String, val destRange: String, val name: String, val network: String, val nextHopGateway: String, val nextHopIlb: String, val nextHopInstance: String, val nextHopInstanceZone: String, val nextHopIp: String, val nextHopNetwork: String, val nextHopVpnTunnel: String, val priority: Int, val project: String, val selfLink: String, val tags: List<String>)

Constructors

Link copied to clipboard
constructor(description: String, destRange: String, name: String, network: String, nextHopGateway: String, nextHopIlb: String, nextHopInstance: String, nextHopInstanceZone: String, nextHopIp: String, nextHopNetwork: String, nextHopVpnTunnel: String, priority: Int, project: String, selfLink: String, tags: List<String>)

Types

Link copied to clipboard
object Companion

Properties

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 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

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

Link copied to clipboard

URL to a Network that should handle matching packets.

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
Link copied to clipboard

A list of instance tags to which this route applies.