Service Load Metric Args
data class ServiceLoadMetricArgs(val defaultLoad: Output<Int>? = null, val name: Output<String>, val primaryDefaultLoad: Output<Int>? = null, val secondaryDefaultLoad: Output<Int>? = null, val weight: Output<Either<String, ServiceLoadMetricWeight>>? = null) : ConvertibleToJava<ServiceLoadMetricArgs>
Specifies a metric to load balance a service during runtime.
Constructors
Link copied to clipboard
fun ServiceLoadMetricArgs(defaultLoad: Output<Int>? = null, name: Output<String>, primaryDefaultLoad: Output<Int>? = null, secondaryDefaultLoad: Output<Int>? = null, weight: Output<Either<String, ServiceLoadMetricWeight>>? = null)