GetRouteResult

data class GetRouteResult(val addressPrefix: String? = null, val etag: String, val hasBgpOverride: Boolean, val id: String? = null, val name: String? = null, val nextHopIpAddress: String? = null, val nextHopType: String, val provisioningState: String, val type: String? = null)

Route resource.

Constructors

Link copied to clipboard
constructor(addressPrefix: String? = null, etag: String, hasBgpOverride: Boolean, id: String? = null, name: String? = null, nextHopIpAddress: String? = null, nextHopType: String, provisioningState: String, type: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val addressPrefix: String? = null

The destination CIDR to which the route applies.

Link copied to clipboard

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

Link copied to clipboard

A value indicating whether this route overrides overlapping BGP routes regardless of LPM.

Link copied to clipboard
val id: String? = null

Resource ID.

Link copied to clipboard
val name: 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

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

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

Link copied to clipboard

The provisioning state of the route resource.

Link copied to clipboard
val type: String? = null

The type of the resource.