| 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] |
| Name | Value |
|---|---|
| CLUSTER_BACKUP | "BACKUP_CREATING_CLUSTER_BACKUP" |
| NODE_BACKUP | "BACKUP_CREATING_NODE_BACKUP" |
| Name | Value |
|---|---|
| NONE | "NONE" |
| BACKUP | "BACKUP" |