Package com.cloudera.cdp.datahub.model
Class IndividualScheduleResponseConfigurationAction
- java.lang.Object
-
- com.cloudera.cdp.datahub.model.IndividualScheduleResponseConfigurationAction
-
@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen", date="2023-09-14T10:47:16.679-07:00") public class IndividualScheduleResponseConfigurationAction extends Object
The scaling action to take when triggered.
-
-
Constructor Summary
Constructors Constructor Description IndividualScheduleResponseConfigurationAction()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
String
getResourceAdjustmentType()
Getter for resourceAdjustmentType.Integer
getResourceAdjustmentValue()
Getter for resourceAdjustmentValue.int
hashCode()
void
setResourceAdjustmentType(String resourceAdjustmentType)
Setter for resourceAdjustmentType.void
setResourceAdjustmentValue(Integer resourceAdjustmentValue)
Setter for resourceAdjustmentValue.String
toString()
-
-
-
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
-
-