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 Details

    • DeleteInstancesRequest

      public DeleteInstancesRequest()
  • Method Details

    • getClusterName

      public String getClusterName()
      Getter for clusterName. The name or CRN of the cluster for which instances are to be deleted.
    • setClusterName

      public void setClusterName(String clusterName)
      Setter for clusterName. The name or CRN of the cluster for which instances are to be deleted.
    • getInstanceIds

      public List<String> getInstanceIds()
      Getter for instanceIds. The instanceIds to be deleted from the cluster.
    • setInstanceIds

      public void setInstanceIds(List<String> instanceIds)
      Setter for instanceIds. The instanceIds to be deleted from the cluster.
    • getForce

      public Boolean 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

      public void setForce(Boolean force)
      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

      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