Class DeleteInstancesRequest


  • @Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen",
               date="2024-03-13T13:08:44.965-07:00")
    public class DeleteInstancesRequest
    extends Object
    Request object for deleting multiple instance from a cluster
    • Constructor Detail

      • DeleteInstancesRequest

        public DeleteInstancesRequest()
    • Method Detail

      • 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.
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object