RouteArgs

data class RouteArgs(val addressPrefix: Output<String>? = null, val etag: Output<String>? = null, val id: Output<String>? = null, val name: Output<String>? = null, val nextHopIpAddress: Output<String>? = null, val nextHopType: Output<Either<String, RouteNextHopType>>, val provisioningState: Output<String>? = null, val type: Output<String>? = null) : ConvertibleToJava<RouteArgs>

Route resource.

Constructors

Link copied to clipboard
constructor(addressPrefix: Output<String>? = null, etag: Output<String>? = null, id: Output<String>? = null, name: Output<String>? = null, nextHopIpAddress: Output<String>? = null, nextHopType: Output<Either<String, RouteNextHopType>>, provisioningState: Output<String>? = null, type: Output<String>? = null)

Properties

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

The destination CIDR to which the route applies.

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

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 name: Output<String>? = null

The name of the resource that is unique within a resource group. This name can be used to access the resource.

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

The IP address packets should be forwarded to. Next hop values are only allowed in routes where the next hop type is VirtualAppliance.

Link copied to clipboard
val nextHopType: Output<Either<String, RouteNextHopType>>

The type of Azure hop the packet should be sent to.

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 type: Output<String>? = null

The type of the resource.

Functions

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