Class RepairInstancesRequest


  • @Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen",
               date="2024-03-13T13:08:44.965-07:00")
    public class RepairInstancesRequest
    extends Object
    Details for repair instances.
    • Constructor Detail

      • RepairInstancesRequest

        public RepairInstancesRequest()
    • Method Detail

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

        public int hashCode()
        Overrides:
        hashCode in class Object