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="2024-09-27T08:40:24.392-07:00")
public class AutoScaleLoadRequest
extends Object
Configuration for Load Based Scaling
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
Getter for configuration.Getter for description.Getter for identifier.int
hashCode()
void
setConfiguration
(AutoScaleLoadRequestConfiguration configuration) Setter for configuration.void
setDescription
(String description) Setter for description.void
setIdentifier
(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
-