OBJECT
CloudNativeSnapshotDetailsForRecovery
Description
Recovery related details for a particular snapshot type.
link GraphQL Schema definition
- type CloudNativeSnapshotDetailsForRecovery {
- # Snapshot ID for the specific snapshot.
- String! :
- # Type of the snapshot. Can be SOURCE/REPLICATED/ARCHIVED.
- SnapshotType! :
- # Field specifying whether file recovery is feasible or not, and if infeasible,
- # the reason for the same.
- FileRecoveryFeasibility! :
- # Name of the cloud provider. Can be AWS/Azure/GCP. This field is set only if file
- # recovery is feasible.
- CloudProviderType! :
- # Region where the particular snapshot exists. This field is set only if file
- # recovery is feasible.
- CloudNativeRegion! :
- # Rubrik ID of the cloud account where the particular type of snapshot exists.
- # This field is set only if file recovery is feasible.
- CloudNativeAccountIdWithName :
- }