LoadBalancerRuleOverrideRandomSteeringArgs

data class LoadBalancerRuleOverrideRandomSteeringArgs(val defaultWeight: Output<Double>? = null, val poolWeights: Output<Map<String, Double>>? = null) : ConvertibleToJava<LoadBalancerRuleOverrideRandomSteeringArgs>

Constructors

constructor(defaultWeight: Output<Double>? = null, poolWeights: Output<Map<String, Double>>? = null)

Properties

Link copied to clipboard
val defaultWeight: Output<Double>? = null

The default weight for pools in the load balancer that are not specified in the pool_weights map.

Link copied to clipboard
val poolWeights: Output<Map<String, Double>>? = null

A mapping of pool IDs to custom weights. The weight is relative to other pools in the load balancer.

Functions

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