AutoscalerScaleInReplicas class

max_scaled_in_replicas sub-block. Express the cap as either a fixed count or a percent of the current MIG size; the schema requires at least one of the two.

Annotations
  • @immutable

Constructors

AutoscalerScaleInReplicas({int? fixed, int? percent})
const

Properties

fixed int?
Fixed maximum number of VM instances that may be removed inside the parent AutoscalerScaleInControl.timeWindowSec window. Must be a positive integer.
final
hashCode int
The hash code for this object.
no setterinherited
percent int?
Percentage of the current MIG size that may be removed (0..100).
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toArgMap() Map<String, Object?>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited