OBJECT

CloudNativeSnapshotDetailsForRecovery

Description

Recovery related details for a particular snapshot type.

link GraphQL Schema definition

  • type CloudNativeSnapshotDetailsForRecovery {
  • # Type of the snapshot. Can be SOURCE/REPLICATED/ARCHIVED.
  • snapshotType: SnapshotType!
  • # Field specifying whether file recovery is feasible or not, and if infeasible,
  • # the reason for the same.
  • fileRecoveryFeasibility: FileRecoveryFeasibility!
  • # Name of the cloud provider. Can be AWS/Azure/GCP. This field is set only if file
  • # recovery is feasible.
  • cloudType: CloudProviderType!
  • # Region where the particular snapshot exists. This field is set only if file
  • # recovery is feasible.
  • snapshotRegion: CloudNativeRegion!
  • # Rubrik ID of the cloud account where the particular type of snapshot exists.
  • # This field is set only if file recovery is feasible.
  • cloudNativeAccountId: CloudNativeAccountIdWithName
  • }