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 Details

    • RepairFreeipaRequest

      public RepairFreeipaRequest()
  • Method Details

    • getEnvironmentName

      public String getEnvironmentName()
      Getter for environmentName. The environment name or CRN of the FreeIPA to repair
    • setEnvironmentName

      public void setEnvironmentName(String environmentName)
      Setter for environmentName. The environment name or CRN of the FreeIPA to repair
    • getForce

      public Boolean getForce()
      Getter for force. Force the repair even if the status if the FreeIPA nodes are good.
    • setForce

      public void setForce(Boolean force)
      Setter for force. Force the repair even if the status if the FreeIPA nodes are good.
    • getInstances

      public List<String> getInstances()
      Getter for instances. The instance Ids to repair. If not provided then all instances are looked at for repair.
    • setInstances

      public void setInstances(List<String> instances)
      Setter for instances. The instance Ids to repair. If not provided then all instances are looked at for repair.
    • getRepairType

      public String 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

      public void setRepairType(String repairType)
      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

      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