Route Args
data class RouteArgs(val addressPrefix: Output<String>? = null, val hasBgpOverride: Output<Boolean>? = null, val id: Output<String>? = null, val name: Output<String>? = null, val nextHopIpAddress: Output<String>? = null, val nextHopType: Output<Either<String, RouteNextHopType>>, val type: Output<String>? = null) : ConvertibleToJava<RouteArgs>
Route resource.
Properties
Link copied to clipboard
The destination CIDR to which the route applies.
Link copied to clipboard
A value indicating whether this route overrides overlapping BGP routes regardless of LPM.
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.