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="2025-10-28T14:00:28.143-07:00")
public class ScaleHorizontallyRequest
extends Object
Data Lake horizontal scaling request.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanGetter for datalakeName.Getter for instanceGroupDesiredCount.Getter for instanceGroupName.inthashCode()voidsetDatalakeName(String datalakeName) Setter for datalakeName.voidsetInstanceGroupDesiredCount(Integer instanceGroupDesiredCount) Setter for instanceGroupDesiredCount.voidsetInstanceGroupName(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
-