Class ScaleHorizontallyRequest


  • @Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen",
               date="2024-04-30T10:56:33.904-07:00")
    public class ScaleHorizontallyRequest
    extends Object
    Data Lake horizontal scaling request.
    • Constructor Detail

      • ScaleHorizontallyRequest

        public ScaleHorizontallyRequest()
    • Method Detail

      • 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.
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object