OBJECT

CloudNativeSnapshotInfo

Description

Contains information about the cloud-native snapshot.

link GraphQL Schema definition

  • type CloudNativeSnapshotInfo {
  • # Snapshot ID.
  • id: String!
  • # Snapshot date.
  • date: DateTime!
  • # Specifies if the snapshot is on-demand.
  • isOnDemandSnapshot: Boolean!
  • }