Package com.cloudera.cdp.datahub.model
Class AutoScaleLoadRequest
java.lang.Object
com.cloudera.cdp.datahub.model.AutoScaleLoadRequest
@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen",
date="2025-10-28T14:00:25.843-07:00")
public class AutoScaleLoadRequest
extends Object
Configuration for Load Based Scaling
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanGetter for configuration.Getter for description.Getter for identifier.inthashCode()voidsetConfiguration(AutoScaleLoadRequestConfiguration configuration) Setter for configuration.voidsetDescription(String description) Setter for description.voidsetIdentifier(String identifier) Setter for identifier.toString()
-
Constructor Details
-
AutoScaleLoadRequest
public AutoScaleLoadRequest()
-
-
Method Details
-
getConfiguration
Getter for configuration. Configuration for Load Based Scaling -
setConfiguration
Setter for configuration. Configuration for Load Based Scaling -
getIdentifier
Getter for identifier. An optional identifier for the rule. Generally useful for debugging. Will be auto-generated if none is provided. -
setIdentifier
Setter for identifier. An optional identifier for the rule. Generally useful for debugging. Will be auto-generated if none is provided. -
getDescription
Getter for description. An optional description for the specific schedule. -
setDescription
Setter for description. An optional description for the specific schedule. -
equals
-
hashCode
public int hashCode() -
toString
-