Class AdminOperationsBackupRestoreState


  • @Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen",
               date="2024-03-13T13:08:46.862-07:00")
    public class AdminOperationsBackupRestoreState
    extends Object
    The state of Cloudera Manager admin operations.
    • Constructor Detail

      • AdminOperationsBackupRestoreState

        public AdminOperationsBackupRestoreState()
    • Method Detail

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

        public int hashCode()
        Overrides:
        hashCode in class Object