algorithm property

  1. @TagNumber(1)
AutoscalingAlgorithm get algorithm

The algorithm to use for autoscaling.

Implementation

@$pb.TagNumber(1)
AutoscalingAlgorithm get algorithm => $_getN(0);
  1. @TagNumber(1)
set algorithm (AutoscalingAlgorithm v)

Implementation

@$pb.TagNumber(1)
set algorithm(AutoscalingAlgorithm v) { setField(1, v); }