Class ModifyClusterInstanceGroupRequest

java.lang.Object
com.cloudera.cdp.ml.model.ModifyClusterInstanceGroupRequest

@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen", date="2024-09-27T08:40:25.791-07:00") public class ModifyClusterInstanceGroupRequest extends Object
Request object for ModifyClusterInstanceGroup.
  • Constructor Details

    • ModifyClusterInstanceGroupRequest

      public ModifyClusterInstanceGroupRequest()
  • Method Details

    • getWorkspaceCrn

      public String getWorkspaceCrn()
      Getter for workspaceCrn. The CRN of the workspace cluster to modify.
    • setWorkspaceCrn

      public void setWorkspaceCrn(String workspaceCrn)
      Setter for workspaceCrn. The CRN of the workspace cluster to modify.
    • getInstanceGroupName

      public String getInstanceGroupName()
      Getter for instanceGroupName. The name of the instance group of the workspace cluster to modify.
    • setInstanceGroupName

      public void setInstanceGroupName(String instanceGroupName)
      Setter for instanceGroupName. The name of the instance group of the workspace cluster to modify.
    • getMin

      public Integer getMin()
      Getter for min. The desired autoscaling min of the workspace cluster instance group.
    • setMin

      public void setMin(Integer min)
      Setter for min. The desired autoscaling min of the workspace cluster instance group.
    • getMax

      public Integer getMax()
      Getter for max. The desired autoscaling min of the workspace cluster instance group.
    • setMax

      public void setMax(Integer max)
      Setter for max. The desired autoscaling min of the workspace cluster instance group.
    • getInstanceType

      public String getInstanceType()
      Getter for instanceType. The desired instance type of the workspace cluster instance group.
    • setInstanceType

      public void setInstanceType(String instanceType)
      Setter for instanceType. The desired instance type of the workspace cluster instance group.
    • 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