Class RepairFreeipaRequest


  • @Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen",
               date="2024-03-13T13:08:47.341-07:00")
    public class RepairFreeipaRequest
    extends Object
    Request object for repairing the FreeIPA servers.
    • Constructor Detail

      • RepairFreeipaRequest

        public RepairFreeipaRequest()
    • Method Detail

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

        public int hashCode()
        Overrides:
        hashCode in class Object