OBJECT
Db2RecoverableRange
Description
Db2 recoverable range object.
link GraphQL Schema definition
- type Db2RecoverableRange {
- # The Rubrik FID of the Db2 recoverable range object.
- String! :
- # The CDM fid of the Db2 recoverable range object.
- String! :
- # UUID of the CDM cluster associated with Db2 workload.
- UUID! :
- # Boolean for archival status of Db2 recoverable range object.
- Boolean! :
- # The Rubrik FID for the Db2 database associated with the Db2 recoverable range
- # object.
- String! :
- # ID of the associated base snapshot.
- String :
- # Start time of the Db2 recoverable range object.
- DateTime :
- # End time of the Db2 recoverable range object.
- DateTime :
- }
link Require by
- Db2RecoverableRangeConnectionPaginated list of Db2RecoverableRange objects. Each page of the results includes at most 1000 entries. Query the `pageInfo.hasNextPage` field to know whether all objects were returned.
- Db2RecoverableRangeEdgeWrapper around the Db2RecoverableRange object. This wrapper is used for pagination.
- Query