Package com.cloudera.cdp.datahub.model
Class RepairInstancesRequest
- java.lang.Object
-
- com.cloudera.cdp.datahub.model.RepairInstancesRequest
-
@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen", date="2023-09-14T10:47:16.679-07:00") public class RepairInstancesRequest extends Object
Details for repair instances.
-
-
Constructor Summary
Constructors Constructor Description RepairInstancesRequest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
Boolean
getDeleteVolumes()
Getter for deleteVolumes.List<String>
getInstanceIds()
Getter for instanceIds.int
hashCode()
void
setDeleteVolumes(Boolean deleteVolumes)
Setter for deleteVolumes.void
setInstanceIds(List<String> instanceIds)
Setter for instanceIds.String
toString()
-
-
-
Method Detail
-
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.
-
-