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 Details

    • ScaleHorizontallyRequest

      public ScaleHorizontallyRequest()
  • Method Details

    • getDatalakeName

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

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

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

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

      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

      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

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

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

      public String toString()
      Overrides:
      toString in class Object