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="2024-09-27T08:40:24.392-07:00")
public class RepairInstancesRequest
extends Object
Details for repair instances.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
Getter for deleteVolumes.Getter for instanceIds.int
hashCode()
void
setDeleteVolumes
(Boolean deleteVolumes) Setter for deleteVolumes.void
setInstanceIds
(List<String> instanceIds) Setter for instanceIds.toString()
-
Constructor Details
-
RepairInstancesRequest
public RepairInstancesRequest()
-
-
Method Details
-
getInstanceIds
Getter for instanceIds. List of instance ids. -
setInstanceIds
Setter for instanceIds. List of instance ids. -
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
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
-
hashCode
public int hashCode() -
toString
-