Package com.cloudera.cdp.datalake.model
Class AdminOperationsBackupRestoreState
java.lang.Object
com.cloudera.cdp.datalake.model.AdminOperationsBackupRestoreState
@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen",
date="2025-10-28T14:00:28.143-07:00")
public class AdminOperationsBackupRestoreState
extends Object
The state of Cloudera Manager admin operations.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanGetter for dryRunValidation.Getter for precheckStoragePermission.Getter for rangerAuditCollectionValidation.Getter for startServices.Getter for stopServices.inthashCode()voidsetDryRunValidation(BackupRestoreOperationStatus dryRunValidation) Setter for dryRunValidation.voidsetPrecheckStoragePermission(BackupRestoreOperationStatus precheckStoragePermission) Setter for precheckStoragePermission.voidsetRangerAuditCollectionValidation(BackupRestoreOperationStatus rangerAuditCollectionValidation) Setter for rangerAuditCollectionValidation.voidsetStartServices(BackupRestoreOperationStatus startServices) Setter for startServices.voidsetStopServices(BackupRestoreOperationStatus stopServices) Setter for stopServices.toString()
-
Constructor Details
-
AdminOperationsBackupRestoreState
public AdminOperationsBackupRestoreState()
-
-
Method Details
-
getStopServices
Getter for stopServices. The status of the stop services operation that is triggered before the backup/restore is started. -
setStopServices
Setter for stopServices. The status of the stop services operation that is triggered before the backup/restore is started. -
getStartServices
Getter for startServices. The status of the start services operation this is triggered after the backup/restore is complete. -
setStartServices
Setter for startServices. The status of the start services operation this is triggered after the backup/restore is complete. -
getPrecheckStoragePermission
Getter for precheckStoragePermission. Validate storage permissions before running a backup/restore. -
setPrecheckStoragePermission
Setter for precheckStoragePermission. Validate storage permissions before running a backup/restore. -
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
Getter for dryRunValidation. Run the dry run validation in the backup/restore precheck -
setDryRunValidation
Setter for dryRunValidation. Run the dry run validation in the backup/restore precheck -
equals
-
hashCode
public int hashCode() -
toString
-