Class IndividualScheduleRequestConfigurationAction


  • @Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen",
               date="2024-03-13T13:08:44.965-07:00")
    public class IndividualScheduleRequestConfigurationAction
    extends Object
    The scaling action to take when triggered
    • Constructor Detail

      • IndividualScheduleRequestConfigurationAction

        public IndividualScheduleRequestConfigurationAction()
    • Method Detail

      • getResourceAdjustmentType

        public String getResourceAdjustmentType()
        Getter for resourceAdjustmentType. The type of resource adjustment. Only ABSOLUTE_COUNT supported at the moment.
      • setResourceAdjustmentType

        public void setResourceAdjustmentType​(String resourceAdjustmentType)
        Setter for resourceAdjustmentType. The type of resource adjustment. Only ABSOLUTE_COUNT supported at the moment.
      • getResourceAdjustmentValue

        public Integer getResourceAdjustmentValue()
        Getter for resourceAdjustmentValue. The target value for the resource based on the AdjustmentType
      • setResourceAdjustmentValue

        public void setResourceAdjustmentValue​(Integer resourceAdjustmentValue)
        Setter for resourceAdjustmentValue. The target value for the resource based on the AdjustmentType
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object