Skip to content

Latest commit

 

History

History
25 lines (22 loc) · 1.1 KB

File metadata and controls

25 lines (22 loc) · 1.1 KB

CurrentBackupOperationStatus

Properties

Name Type Description Notes
currentStep CurrentStepEnum Current step of operation [optional]
backupId String Unique identifier of current backup [optional]
currentStepMessage String Additional human-readable status information about current step [optional]
endTime Long Time when operation is expected to end [optional]
operationType OperationTypeEnum Type of operation that is in progress. Returns none if no operation is in progress, in which case none of the other fields will be set.
startTime Long Time when operation was started [optional]

Enum: CurrentStepEnum

Name Value
CLUSTER_BACKUP "BACKUP_CREATING_CLUSTER_BACKUP"
NODE_BACKUP "BACKUP_CREATING_NODE_BACKUP"

Enum: OperationTypeEnum

Name Value
NONE "NONE"
BACKUP "BACKUP"