Class AdminOperationsBackupRestoreState

java.lang.Object
com.cloudera.cdp.datalake.model.AdminOperationsBackupRestoreState

@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen", date="2024-09-27T08:40:26.246-07:00") public class AdminOperationsBackupRestoreState extends Object
The state of Cloudera Manager admin operations.
  • Constructor Details

    • AdminOperationsBackupRestoreState

      public AdminOperationsBackupRestoreState()
  • Method Details

    • getStopServices

      public BackupRestoreOperationStatus getStopServices()
      Getter for stopServices. The status of the stop services operation that is triggered before the backup/restore is started.
    • setStopServices

      public void setStopServices(BackupRestoreOperationStatus stopServices)
      Setter for stopServices. The status of the stop services operation that is triggered before the backup/restore is started.
    • getStartServices

      public BackupRestoreOperationStatus getStartServices()
      Getter for startServices. The status of the start services operation this is triggered after the backup/restore is complete.
    • setStartServices

      public void setStartServices(BackupRestoreOperationStatus startServices)
      Setter for startServices. The status of the start services operation this is triggered after the backup/restore is complete.
    • getPrecheckStoragePermission

      public BackupRestoreOperationStatus getPrecheckStoragePermission()
      Getter for precheckStoragePermission. Validate storage permissions before running a backup/restore.
    • setPrecheckStoragePermission

      public void setPrecheckStoragePermission(BackupRestoreOperationStatus precheckStoragePermission)
      Setter for precheckStoragePermission. Validate storage permissions before running a backup/restore.
    • getRangerAuditCollectionValidation

      public BackupRestoreOperationStatus getRangerAuditCollectionValidation()
      Getter for rangerAuditCollectionValidation. Run the ranger audit collection validation in the backup precheck.
    • setRangerAuditCollectionValidation

      public void setRangerAuditCollectionValidation(BackupRestoreOperationStatus rangerAuditCollectionValidation)
      Setter for rangerAuditCollectionValidation. Run the ranger audit collection validation in the backup precheck.
    • getDryRunValidation

      public BackupRestoreOperationStatus getDryRunValidation()
      Getter for dryRunValidation. Run the dry run validation in the backup/restore precheck
    • setDryRunValidation

      public void setDryRunValidation(BackupRestoreOperationStatus dryRunValidation)
      Setter for dryRunValidation. Run the dry run validation in the backup/restore precheck
    • 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