Package com.cloudera.cdp.datalake.model
Class ScaleHorizontallyRequest
java.lang.Object
com.cloudera.cdp.datalake.model.ScaleHorizontallyRequest
@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen",
date="2024-09-27T08:40:26.246-07:00")
public class ScaleHorizontallyRequest
extends Object
Data Lake horizontal scaling request.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
Getter for datalakeName.Getter for instanceGroupDesiredCount.Getter for instanceGroupName.int
hashCode()
void
setDatalakeName
(String datalakeName) Setter for datalakeName.void
setInstanceGroupDesiredCount
(Integer instanceGroupDesiredCount) Setter for instanceGroupDesiredCount.void
setInstanceGroupName
(String instanceGroupName) Setter for instanceGroupName.toString()
-
Constructor Details
-
ScaleHorizontallyRequest
public ScaleHorizontallyRequest()
-
-
Method Details
-
getDatalakeName
Getter for datalakeName. The name of the Data Lake -
setDatalakeName
Setter for datalakeName. The name of the Data Lake -
getInstanceGroupName
Getter for instanceGroupName. The target host group name to be scaled. -
setInstanceGroupName
Setter for instanceGroupName. The target host group name to be scaled. -
getInstanceGroupDesiredCount
Getter for instanceGroupDesiredCount. The target number of the scaling operation. If the desired count is less than the actual node count the scaling action will be a downscale operation. -
setInstanceGroupDesiredCount
Setter for instanceGroupDesiredCount. The target number of the scaling operation. If the desired count is less than the actual node count the scaling action will be a downscale operation. -
equals
-
hashCode
public int hashCode() -
toString
-