RouteTableResponse

data class RouteTableResponse(val etag: String, val name: String, val routes: List<RouteResponse>? = null, val type: String)

Route table resource.

Constructors

Link copied to clipboard
constructor(etag: String, name: String, routes: List<RouteResponse>? = null, type: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

A unique read-only string that changes whenever the resource is updated.

Link copied to clipboard

Resource name.

Link copied to clipboard
val routes: List<RouteResponse>? = null

Collection of routes contained within a route table.

Link copied to clipboard

Resource type.