Interface IScalable

    • Method Detail

      • getHasAutoscaler

        @Stability(Stable)
        @NotNull
        Boolean getHasAutoscaler()
        If this is a target of an autoscaler.
      • setHasAutoscaler

        void setHasAutoscaler​(@NotNull
                              Boolean value)
        If this is a target of an autoscaler.
      • markHasAutoscaler

        @Stability(Stable)
        void markHasAutoscaler()
        Called on all IScalable targets when they are associated with an autoscaler.
      • toScalingTarget

        @Stability(Stable)
        @NotNull
        ScalingTarget toScalingTarget()
        Return the target spec properties of this Scalable.