Class RepairInstancesRequest

java.lang.Object
com.cloudera.cdp.datahub.model.RepairInstancesRequest

@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen", date="2024-09-27T08:40:24.392-07:00") public class RepairInstancesRequest extends Object
Details for repair instances.
  • Constructor Details

    • RepairInstancesRequest

      public RepairInstancesRequest()
  • Method Details

    • getInstanceIds

      public List<String> getInstanceIds()
      Getter for instanceIds. List of instance ids.
    • setInstanceIds

      public void setInstanceIds(List<String> instanceIds)
      Setter for instanceIds. List of instance ids.
    • getDeleteVolumes

      public Boolean getDeleteVolumes()
      Getter for deleteVolumes. The existing disk volumes on the instances will be re-created if the deleteVolumes is true. Otherwise, the volumes will be reattached to the new instances.
    • setDeleteVolumes

      public void setDeleteVolumes(Boolean deleteVolumes)
      Setter for deleteVolumes. The existing disk volumes on the instances will be re-created if the deleteVolumes is true. Otherwise, the volumes will be reattached to the new instances.
    • 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