Package com.cloudera.cdp.ml.model
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 Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
Getter for instanceGroupName.Getter for instanceType.getMax()
Getter for max.getMin()
Getter for min.Getter for workspaceCrn.int
hashCode()
void
setInstanceGroupName
(String instanceGroupName) Setter for instanceGroupName.void
setInstanceType
(String instanceType) Setter for instanceType.void
Setter for max.void
Setter for min.void
setWorkspaceCrn
(String workspaceCrn) Setter for workspaceCrn.toString()
-
Constructor Details
-
ModifyClusterInstanceGroupRequest
public ModifyClusterInstanceGroupRequest()
-
-
Method Details
-
getWorkspaceCrn
Getter for workspaceCrn. The CRN of the workspace cluster to modify. -
setWorkspaceCrn
Setter for workspaceCrn. The CRN of the workspace cluster to modify. -
getInstanceGroupName
Getter for instanceGroupName. The name of the instance group of the workspace cluster to modify. -
setInstanceGroupName
Setter for instanceGroupName. The name of the instance group of the workspace cluster to modify. -
getMin
Getter for min. The desired autoscaling min of the workspace cluster instance group. -
setMin
Setter for min. The desired autoscaling min of the workspace cluster instance group. -
getMax
Getter for max. The desired autoscaling min of the workspace cluster instance group. -
setMax
Setter for max. The desired autoscaling min of the workspace cluster instance group. -
getInstanceType
Getter for instanceType. The desired instance type of the workspace cluster instance group. -
setInstanceType
Setter for instanceType. The desired instance type of the workspace cluster instance group. -
equals
-
hashCode
public int hashCode() -
toString
-