Get Route Table Route
data class GetRouteTableRoute(val addressPrefix: String, val name: String, val nextHopInIpAddress: String, val nextHopType: String)
Constructors
Link copied to clipboard
fun GetRouteTableRoute(addressPrefix: String, name: String, nextHopInIpAddress: String, nextHopType: String)