algorithm property
The algorithm to use for autoscaling.
Implementation
@$pb.TagNumber(1)
AutoscalingAlgorithm get algorithm => $_getN(0);
Implementation
@$pb.TagNumber(1)
set algorithm(AutoscalingAlgorithm v) {
setField(1, v);
}
The algorithm to use for autoscaling.
@$pb.TagNumber(1)
AutoscalingAlgorithm get algorithm => $_getN(0);
@$pb.TagNumber(1)
set algorithm(AutoscalingAlgorithm v) {
setField(1, v);
}