RouteSpecHttpRouteActionWeightedTarget

data class RouteSpecHttpRouteActionWeightedTarget(val port: Int? = null, val virtualNode: String, val weight: Int)

Constructors

Link copied to clipboard
constructor(port: Int? = null, virtualNode: String, weight: Int)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val port: Int? = null

The targeted port of the weighted object.

Link copied to clipboard

Virtual node to associate with the weighted target. Must be between 1 and 255 characters in length.

Link copied to clipboard
val weight: Int

Relative weight of the weighted target. An integer between 0 and 100.