RouteTableArgs

data class RouteTableArgs(val disableBgpRoutePropagation: Output<Boolean>? = null, val etag: Output<String>? = null, val id: Output<String>? = null, val location: Output<String>? = null, val provisioningState: Output<String>? = null, val routes: Output<List<RouteArgs>>? = null, val tags: Output<Map<String, String>>? = null) : ConvertibleToJava<RouteTableArgs>

Route table resource.

Constructors

Link copied to clipboard
constructor(disableBgpRoutePropagation: Output<Boolean>? = null, etag: Output<String>? = null, id: Output<String>? = null, location: Output<String>? = null, provisioningState: Output<String>? = null, routes: Output<List<RouteArgs>>? = null, tags: Output<Map<String, String>>? = null)

Properties

Link copied to clipboard
val disableBgpRoutePropagation: Output<Boolean>? = null

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

Link copied to clipboard
val etag: Output<String>? = null

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

Link copied to clipboard
val id: Output<String>? = null

Resource ID.

Link copied to clipboard
val location: Output<String>? = null

Resource location.

Link copied to clipboard
val provisioningState: Output<String>? = null

The provisioning state of the resource. Possible values are: 'Updating', 'Deleting', and 'Failed'.

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

Collection of routes contained within a route table.

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

Resource tags.

Functions

Link copied to clipboard
open override fun toJava(): RouteTableArgs