RouteResponse

data class RouteResponse(val addressPrefix: String? = null, val name: String? = null, val nextHopIpAddress: String? = null)

Route - Route resource.

Constructors

Link copied to clipboard
constructor(addressPrefix: String? = null, name: String? = null, nextHopIpAddress: 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
val name: String? = null

Name - name of the subnet

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.