Class RepairFreeipaRequest
java.lang.Object
com.cloudera.cdp.environments.model.RepairFreeipaRequest
@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen",
date="2024-09-27T08:40:26.724-07:00")
public class RepairFreeipaRequest
extends Object
Request object for repairing the FreeIPA servers.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
Getter for environmentName.getForce()
Getter for force.Getter for instances.Getter for repairType.int
hashCode()
void
setEnvironmentName
(String environmentName) Setter for environmentName.void
Setter for force.void
setInstances
(List<String> instances) Setter for instances.void
setRepairType
(String repairType) Setter for repairType.toString()
-
Constructor Details
-
RepairFreeipaRequest
public RepairFreeipaRequest()
-
-
Method Details
-
getEnvironmentName
Getter for environmentName. The environment name or CRN of the FreeIPA to repair -
setEnvironmentName
Setter for environmentName. The environment name or CRN of the FreeIPA to repair -
getForce
Getter for force. Force the repair even if the status if the FreeIPA nodes are good. -
setForce
Setter for force. Force the repair even if the status if the FreeIPA nodes are good. -
getInstances
Getter for instances. The instance Ids to repair. If not provided then all instances are looked at for repair. -
setInstances
Setter for instances. The instance Ids to repair. If not provided then all instances are looked at for repair. -
getRepairType
Getter for repairType. The type of FreeIPA repair to perform. * AUTO - Currently, this is the same as reboot but this may change in the future. * REBOOT - Repair the failed instances by rebooting them. * REBUILD - Repair the failed instances by deleting them and creating new instances, then replicate data from an existing instance to the new instances. -
setRepairType
Setter for repairType. The type of FreeIPA repair to perform. * AUTO - Currently, this is the same as reboot but this may change in the future. * REBOOT - Repair the failed instances by rebooting them. * REBUILD - Repair the failed instances by deleting them and creating new instances, then replicate data from an existing instance to the new instances. -
equals
-
hashCode
public int hashCode() -
toString
-