RouteTableResponse

data class RouteTableResponse(val disableBgpRoutePropagation: Boolean? = null, val etag: String, val id: String? = null, val location: String? = null, val name: String, val provisioningState: String, val resourceGuid: String, val routes: List<RouteResponse>? = null, val subnets: List<SubnetResponse>, val tags: Map<String, String>? = null, val type: String)

Route table resource.

Constructors

Link copied to clipboard
constructor(disableBgpRoutePropagation: Boolean? = null, etag: String, id: String? = null, location: String? = null, name: String, provisioningState: String, resourceGuid: String, routes: List<RouteResponse>? = null, subnets: List<SubnetResponse>, tags: Map<String, String>? = null, type: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Whether to disable the routes learned by BGP on that route table. True means disable.

Link copied to clipboard

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

Link copied to clipboard
val id: String? = null

Resource ID.

Link copied to clipboard
val location: String? = null

Resource location.

Link copied to clipboard

Resource name.

Link copied to clipboard

The provisioning state of the route table resource.

Link copied to clipboard

The resource GUID property of the route table.

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

Collection of routes contained within a route table.

Link copied to clipboard

A collection of references to subnets.

Link copied to clipboard
val tags: Map<String, String>? = null

Resource tags.

Link copied to clipboard

Resource type.