Class ScaleHorizontallyRequest

java.lang.Object
com.cloudera.cdp.datalake.model.ScaleHorizontallyRequest

@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen", date="2025-04-23T14:14:34.693-07:00") public class ScaleHorizontallyRequest extends Object
Data Lake horizontal scaling request.
  • Constructor Details Link icon

    • ScaleHorizontallyRequest Link icon

      public ScaleHorizontallyRequest()
  • Method Details Link icon

    • getDatalakeName Link icon

      public String getDatalakeName()
      Getter for datalakeName. The name of the Data Lake
    • setDatalakeName Link icon

      public void setDatalakeName(String datalakeName)
      Setter for datalakeName. The name of the Data Lake
    • getInstanceGroupName Link icon

      public String getInstanceGroupName()
      Getter for instanceGroupName. The target host group name to be scaled.
    • setInstanceGroupName Link icon

      public void setInstanceGroupName(String instanceGroupName)
      Setter for instanceGroupName. The target host group name to be scaled.
    • getInstanceGroupDesiredCount Link icon

      public Integer 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 Link icon

      public void setInstanceGroupDesiredCount(Integer instanceGroupDesiredCount)
      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 Link icon

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode Link icon

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString Link icon

      public String toString()
      Overrides:
      toString in class Object