RouteInfoResponse

data class RouteInfoResponse(val destIpRange: String, val destPortRanges: List<String>, val displayName: String, val instanceTags: List<String>, val networkUri: String, val nextHop: String, val nextHopType: String, val priority: Int, val protocols: List<String>, val routeType: String, val srcIpRange: String, val srcPortRanges: List<String>, val uri: String)

For display only. Metadata associated with a Compute Engine route.

Constructors

Link copied to clipboard
constructor(destIpRange: String, destPortRanges: List<String>, displayName: String, instanceTags: List<String>, networkUri: String, nextHop: String, nextHopType: String, priority: Int, protocols: List<String>, routeType: String, srcIpRange: String, srcPortRanges: List<String>, uri: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Destination IP range of the route.

Link copied to clipboard

Destination port ranges of the route. Policy based routes only.

Link copied to clipboard

Name of a Compute Engine route.

Link copied to clipboard

Instance tags of the route.

Link copied to clipboard

URI of a Compute Engine network.

Link copied to clipboard

Next hop of the route.

Link copied to clipboard

Type of next hop.

Link copied to clipboard

Priority of the route.

Link copied to clipboard

Protocols of the route. Policy based routes only.

Link copied to clipboard

Type of route.

Link copied to clipboard

Source IP address range of the route. Policy based routes only.

Link copied to clipboard

Source port ranges of the route. Policy based routes only.

Link copied to clipboard
val uri: String

URI of a Compute Engine route. Dynamic route from cloud router does not have a URI. Advertised route from Google Cloud VPC to on-premises network also does not have a URI.