Average Service Load Scaling Trigger Args
data class AverageServiceLoadScalingTriggerArgs(val kind: Output<String>, val lowerLoadThreshold: Output<Double>, val metricName: Output<String>, val scaleInterval: Output<String>, val upperLoadThreshold: Output<Double>, val useOnlyPrimaryLoad: Output<Boolean>) : ConvertibleToJava<AverageServiceLoadScalingTriggerArgs>
Represents a scaling policy related to an average load of a metric/resource of a service.
Constructors
Functions
Properties
Link copied to clipboard
Link copied to clipboard
Flag determines whether only the load of primary replica should be considered for scaling. If set to true, then trigger will only consider the load of primary replicas of stateful service. If set to false, trigger will consider load of all replicas. This parameter cannot be set to true for stateless service.