Class AutoscaleProfileResponse


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

      • capacity

        public ScaleCapacityResponse capacity()
        Returns:
        the number of instances that can be used during this profile.
      • fixedDate

        public java.util.Optional<TimeWindowResponse> fixedDate()
        Returns:
        the specific date-time for the profile. This element is not used if the Recurrence element is used.
      • name

        public java.lang.String name()
        Returns:
        the name of the profile.
      • recurrence

        public java.util.Optional<RecurrenceResponse> recurrence()
        Returns:
        the repeating times at which this profile begins. This element is not used if the FixedDate element is used.
      • rules

        public java.util.List<ScaleRuleResponse> rules()
        Returns:
        the collection of rules that provide the triggers and parameters for the scaling action. A maximum of 10 rules can be specified.