Package com.cloudera.cdp.datahub.model
Class IndividualScheduleRequestConfigurationAction
java.lang.Object
com.cloudera.cdp.datahub.model.IndividualScheduleRequestConfigurationAction
@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen",
date="2024-09-27T08:40:24.392-07:00")
public class IndividualScheduleRequestConfigurationAction
extends Object
The scaling action to take when triggered
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
Getter for resourceAdjustmentType.Getter for resourceAdjustmentValue.int
hashCode()
void
setResourceAdjustmentType
(String resourceAdjustmentType) Setter for resourceAdjustmentType.void
setResourceAdjustmentValue
(Integer resourceAdjustmentValue) Setter for resourceAdjustmentValue.toString()
-
Constructor Details
-
IndividualScheduleRequestConfigurationAction
public IndividualScheduleRequestConfigurationAction()
-
-
Method Details
-
getResourceAdjustmentType
Getter for resourceAdjustmentType. The type of resource adjustment. Only ABSOLUTE_COUNT supported at the moment. -
setResourceAdjustmentType
Setter for resourceAdjustmentType. The type of resource adjustment. Only ABSOLUTE_COUNT supported at the moment. -
getResourceAdjustmentValue
Getter for resourceAdjustmentValue. The target value for the resource based on the AdjustmentType -
setResourceAdjustmentValue
Setter for resourceAdjustmentValue. The target value for the resource based on the AdjustmentType -
equals
-
hashCode
public int hashCode() -
toString
-