Route Args
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
The destination CIDR to which the route applies.
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 resource. Possible values are: 'Updating', 'Deleting', and 'Failed'.