OBJECT
DeleteTerminatedClusterOperationJobDataReply
Description
Status and progress of a Rubrik cluster operation job.
link GraphQL Schema definition
- type DeleteTerminatedClusterOperationJobDataReply {
- # Job progress percentage.
- Int! :
- # Job progress detail.
- String! :
- # Job status.
- CdmJobStatus! :
- # Job type.
- CcpJobType! :
- }