Package com.cloudera.cdp.drscp.model
Class SimpleBackup
java.lang.Object
com.cloudera.cdp.drscp.model.SimpleBackup
@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen",
date="2024-09-27T08:40:26.550-07:00")
public class SimpleBackup
extends Object
A simple backup entry for listBackup usage
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
Getter for backupCreationTime.Getter for backupCrn.Getter for backupJobState.Getter for backupName.Getter for backupPhase.int
hashCode()
void
setBackupCreationTime
(String backupCreationTime) Setter for backupCreationTime.void
setBackupCrn
(String backupCrn) Setter for backupCrn.void
setBackupJobState
(String backupJobState) Setter for backupJobState.void
setBackupName
(String backupName) Setter for backupName.void
setBackupPhase
(String backupPhase) Setter for backupPhase.toString()
-
Constructor Details
-
SimpleBackup
public SimpleBackup()
-
-
Method Details
-
getBackupCrn
Getter for backupCrn. The unique CRN of the backup. -
setBackupCrn
Setter for backupCrn. The unique CRN of the backup. -
getBackupName
Getter for backupName. The display name of the backup. -
setBackupName
Setter for backupName. The display name of the backup. -
getBackupCreationTime
Getter for backupCreationTime. The time when the backup was created. -
setBackupCreationTime
Setter for backupCreationTime. The time when the backup was created. -
getBackupPhase
Getter for backupPhase. The phase of the backup operation. The values are PENDING, PRE_VALIDATION, SAVING_OBJECTS, CREATING_SNAPSHOTS and FINISHED. PENDING indicates waiting for the job to start executing. PRE_VALIDATION indicates validation of the environment before backup. SAVING_OBJECTS indicates saving all the kubernetes resources related to the backup item. CREATING_SNAPSHOTS indicates creating a snapshot of all Kubernetes PersistentVolumeClaims related to the backup item and FINISHED indicates that the backup job has finished. -
setBackupPhase
Setter for backupPhase. The phase of the backup operation. The values are PENDING, PRE_VALIDATION, SAVING_OBJECTS, CREATING_SNAPSHOTS and FINISHED. PENDING indicates waiting for the job to start executing. PRE_VALIDATION indicates validation of the environment before backup. SAVING_OBJECTS indicates saving all the kubernetes resources related to the backup item. CREATING_SNAPSHOTS indicates creating a snapshot of all Kubernetes PersistentVolumeClaims related to the backup item and FINISHED indicates that the backup job has finished. -
getBackupJobState
Getter for backupJobState. The current state of the backup job. The values are NOT_STARTED, IN_PROGRESS, COMPLETED, PARTIALLY_FAILED, FAILED and TERMINATING. NOT_STARTED indicates the job has not started. IN_PROGRESS indicates the job is running. COMPLETED indicates the job has finished running successfully. PARTIALLY_FAILED indicates the job has finished running with some warnings. FAILED indicates the job has finished running with errors and TERMINATING indicates that the entity containing this job is being deleted. -
setBackupJobState
Setter for backupJobState. The current state of the backup job. The values are NOT_STARTED, IN_PROGRESS, COMPLETED, PARTIALLY_FAILED, FAILED and TERMINATING. NOT_STARTED indicates the job has not started. IN_PROGRESS indicates the job is running. COMPLETED indicates the job has finished running successfully. PARTIALLY_FAILED indicates the job has finished running with some warnings. FAILED indicates the job has finished running with errors and TERMINATING indicates that the entity containing this job is being deleted. -
equals
-
hashCode
public int hashCode() -
toString
-