Class IndividualScheduleResponseConfigurationAction

java.lang.Object
com.cloudera.cdp.datahub.model.IndividualScheduleResponseConfigurationAction

@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen", date="2024-09-27T08:40:24.392-07:00") public class IndividualScheduleResponseConfigurationAction extends Object
The scaling action to take when triggered.
  • Constructor Details

    • IndividualScheduleResponseConfigurationAction

      public IndividualScheduleResponseConfigurationAction()
  • Method Details

    • 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
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object