Static Route Response
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
fun StaticRouteResponse(addressPrefixes: List<String>? = null, name: String? = null, nextHopIpAddress: String? = null)