OBJECT

CloudNativeSnapshotInfo

Description

Contains information about the cloud-native snapshot.

link GraphQL Schema definition

  • type CloudNativeSnapshotInfo {
  • # Snapshot date.
  • date: DateTime!
  • # Snapshot ID.
  • id: String!
  • # Specifies if the snapshot is on-demand.
  • isOnDemandSnapshot: Boolean!
  • # Specifies whether RSC is processing the snapshot to determine its quarantine
  • # state.
  • isQuarantineProcessing: Boolean!
  • # Specifies whether the snapshot is quarantined.
  • isQuarantined: Boolean!
  • }