RouteSpecHttpRouteActionWeightedTargetArgs

data class RouteSpecHttpRouteActionWeightedTargetArgs(val port: Output<Int>? = null, val virtualNode: Output<String>, val weight: Output<Int>) : ConvertibleToJava<RouteSpecHttpRouteActionWeightedTargetArgs>

Constructors

constructor(port: Output<Int>? = null, virtualNode: Output<String>, weight: Output<Int>)

Properties

Link copied to clipboard
val port: Output<Int>? = null

The targeted port of the weighted object.

Link copied to clipboard
val virtualNode: Output<String>

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

Link copied to clipboard
val weight: Output<Int>

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

Functions

Link copied to clipboard
open override fun toJava(): RouteSpecHttpRouteActionWeightedTargetArgs