Class ResizeOperationStatusResponse


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

      • errors

        public java.util.List<ResizeErrorResponse> errors()
        Returns:
        This property is set only if an error occurred during the last pool resize, and only when the pool allocationState is Steady.
      • nodeDeallocationOption

        public java.util.Optional<java.lang.String> nodeDeallocationOption()
        Returns:
        The default value is requeue.
      • resizeTimeout

        public java.util.Optional<java.lang.String> resizeTimeout()
        Returns:
        The default value is 15 minutes. The minimum value is 5 minutes. If you specify a value less than 5 minutes, the Batch service returns an error; if you are calling the REST API directly, the HTTP status code is 400 (Bad Request).
      • startTime

        public java.util.Optional<java.lang.String> startTime()
      • targetDedicatedNodes

        public java.util.Optional<java.lang.Integer> targetDedicatedNodes()
      • targetLowPriorityNodes

        public java.util.Optional<java.lang.Integer> targetLowPriorityNodes()