Get Route Result
data class GetRouteResult(val addressPrefix: String? = null, val azureApiVersion: String, 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
Properties
Link copied to clipboard
The destination CIDR to which the route applies.
Link copied to clipboard
The Azure API version of the resource.
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.
Link copied to clipboard
The provisioning state of the route resource.