Package com.cloudera.cdp.datahub.model
Class RepairClusterRequest
java.lang.Object
com.cloudera.cdp.datahub.model.RepairClusterRequest
@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen",
date="2024-09-27T08:40:24.392-07:00")
public class RepairClusterRequest
extends Object
Request object for repair cluster request.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
Getter for clusterName.Getter for instanceGroupNames.Getter for instances.Getter for removeOnly.int
hashCode()
void
setClusterName
(String clusterName) Setter for clusterName.void
setInstanceGroupNames
(List<String> instanceGroupNames) Setter for instanceGroupNames.void
setInstances
(RepairInstancesRequest instances) Setter for instances.void
setRemoveOnly
(Boolean removeOnly) Setter for removeOnly.toString()
-
Constructor Details
-
RepairClusterRequest
public RepairClusterRequest()
-
-
Method Details
-
getClusterName
Getter for clusterName. The name or CRN of the cluster to be repaired. -
setClusterName
Setter for clusterName. The name or CRN of the cluster to be repaired. -
getInstanceGroupNames
Getter for instanceGroupNames. List of instance groups where the failed instances will be repaired. -
setInstanceGroupNames
Setter for instanceGroupNames. List of instance groups where the failed instances will be repaired. -
getInstances
Getter for instances. List of instances. -
setInstances
Setter for instances. List of instances. -
getRemoveOnly
Getter for removeOnly. If true, the failed instances will only be removed, otherwise the failed instances will be removed and new instances will be started. -
setRemoveOnly
Setter for removeOnly. If true, the failed instances will only be removed, otherwise the failed instances will be removed and new instances will be started. -
equals
-
hashCode
public int hashCode() -
toString
-