values constant

List<AutoscalingAlgorithm> const values

Implementation

static const $core.List<AutoscalingAlgorithm> values = <AutoscalingAlgorithm>[
  AUTOSCALING_ALGORITHM_UNKNOWN,
  AUTOSCALING_ALGORITHM_NONE,
  AUTOSCALING_ALGORITHM_BASIC,
];