Package com.cloudera.cdp.dw.model
Class DeleteClusterRequest
java.lang.Object
com.cloudera.cdp.dw.model.DeleteClusterRequest
@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen",
date="2024-09-27T08:40:25.071-07:00")
public class DeleteClusterRequest
extends Object
Request object for the deleteCluster method.
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
DeleteClusterRequest
public DeleteClusterRequest()
-
-
Method Details
-
getClusterId
Getter for clusterId. The ID of the cluster to delete. -
setClusterId
Setter for clusterId. The ID of the cluster to delete. -
getForce
Getter for force. Force delete means CDW will delete the cluster even if there are attached DB Catalogs and Virtual Warehouses. All managed data will be lost and will not be recoverable. Force delete attempts all steps of the deletion even if previous steps have failed. NOTICE: Be aware that a Force delete may not remove all resources due to cloud provider constraints. Should this happen, it is responsibility of the user to ensure the impacted resources are deleted on the cloud provider. -
setForce
Setter for force. Force delete means CDW will delete the cluster even if there are attached DB Catalogs and Virtual Warehouses. All managed data will be lost and will not be recoverable. Force delete attempts all steps of the deletion even if previous steps have failed. NOTICE: Be aware that a Force delete may not remove all resources due to cloud provider constraints. Should this happen, it is responsibility of the user to ensure the impacted resources are deleted on the cloud provider. -
equals
-
hashCode
public int hashCode() -
toString
-