RouterStatusResult

data class RouterStatusResult(val bestRoutes: List<RouterStatusBestRoute>, val bestRoutesForRouters: List<RouterStatusBestRoutesForRouter>, val id: String, val name: String, val network: String, val project: String? = null, val region: String)

A collection of values returned by RouterStatus.

Constructors

Link copied to clipboard
constructor(bestRoutes: List<RouterStatusBestRoute>, bestRoutesForRouters: List<RouterStatusBestRoutesForRouter>, id: String, name: String, network: String, project: String? = null, region: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

List of best compute#routes configurations for this router's network. See gcp.compute.Route resource for available attributes.

Link copied to clipboard

List of best compute#routes for this specific router. See gcp.compute.Route resource for available attributes.

Link copied to clipboard
val id: String

The provider-assigned unique ID for this managed resource.

Link copied to clipboard
Link copied to clipboard

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

Link copied to clipboard
val project: String? = null
Link copied to clipboard