StaticRouteResponse

data class StaticRouteResponse(val addressPrefixes: List<String>? = null, val name: String? = null, val nextHopIpAddress: String? = null)

List of all Static Routes.

Constructors

Link copied to clipboard
constructor(addressPrefixes: List<String>? = null, name: String? = null, nextHopIpAddress: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

List of all address prefixes.

Link copied to clipboard
val name: String? = null

The name of the StaticRoute that is unique within a VnetRoute.

Link copied to clipboard

The ip address of the next hop.