Class RegionInstanceGroupManagerVersionTargetSize


  • public final class RegionInstanceGroupManagerVersionTargetSize
    extends java.lang.Object
    • Method Detail

      • fixed

        public java.util.Optional<java.lang.Integer> fixed()
        Returns:
        , The number of instances which are managed for this version. Conflicts with `percent`.
      • percent

        public java.util.Optional<java.lang.Integer> percent()
        Returns:
        , The number of instances (calculated as percentage) which are managed for this version. Conflicts with `fixed`. Note that when using `percent`, rounding will be in favor of explicitly set `target_size` values; a managed instance group with 2 instances and 2 `version`s, one of which has a `target_size.percent` of `60` will create 2 instances of that `version`.