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="2024-09-27T08:40:26.246-07:00")
public class AdminOperationsBackupRestoreState
extends Object
The state of Cloudera Manager admin operations.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
Getter for dryRunValidation.Getter for precheckStoragePermission.Getter for rangerAuditCollectionValidation.Getter for startServices.Getter for stopServices.int
hashCode()
void
setDryRunValidation
(BackupRestoreOperationStatus dryRunValidation) Setter for dryRunValidation.void
setPrecheckStoragePermission
(BackupRestoreOperationStatus precheckStoragePermission) Setter for precheckStoragePermission.void
setRangerAuditCollectionValidation
(BackupRestoreOperationStatus rangerAuditCollectionValidation) Setter for rangerAuditCollectionValidation.void
setStartServices
(BackupRestoreOperationStatus startServices) Setter for startServices.void
setStopServices
(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
-