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="2023-06-01T14:27:20.990-07:00") public class AdminOperationsBackupRestoreState extends Object
The state of Cloudera Manager admin operations.
-
-
Constructor Summary
Constructors Constructor Description AdminOperationsBackupRestoreState()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
BackupRestoreOperationStatus
getPrecheckStoragePermission()
Getter for precheckStoragePermission.BackupRestoreOperationStatus
getRangerAuditCollectionValidation()
Getter for rangerAuditCollectionValidation.BackupRestoreOperationStatus
getStartServices()
Getter for startServices.BackupRestoreOperationStatus
getStopServices()
Getter for stopServices.int
hashCode()
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.String
toString()
-
-
-
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.
-
-