Package com.cloudera.cdp.datahub.model
Class DeleteInstancesRequest
java.lang.Object
com.cloudera.cdp.datahub.model.DeleteInstancesRequest
@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen",
date="2024-09-27T08:40:24.392-07:00")
public class DeleteInstancesRequest
extends Object
Request object for deleting multiple instance from a cluster
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
Getter for clusterName.getForce()
Getter for force.Getter for instanceIds.int
hashCode()
void
setClusterName
(String clusterName) Setter for clusterName.void
Setter for force.void
setInstanceIds
(List<String> instanceIds) Setter for instanceIds.toString()
-
Constructor Details
-
DeleteInstancesRequest
public DeleteInstancesRequest()
-
-
Method Details
-
getClusterName
Getter for clusterName. The name or CRN of the cluster for which instances are to be deleted. -
setClusterName
Setter for clusterName. The name or CRN of the cluster for which instances are to be deleted. -
getInstanceIds
Getter for instanceIds. The instanceIds to be deleted from the cluster. -
setInstanceIds
Setter for instanceIds. The instanceIds to be deleted from the cluster. -
getForce
Getter for force. Whether the termination would be forced or not. If it is true, the termination would not be stopped by other - usually blocking - circumstances. Defaults to false. -
setForce
Setter for force. Whether the termination would be forced or not. If it is true, the termination would not be stopped by other - usually blocking - circumstances. Defaults to false. -
equals
-
hashCode
public int hashCode() -
toString
-