OBJECT

CloudDirectSnapshotLocationRetentionInfo

Description

NAS CloudDirect snapshot location retention information.

link GraphQL Schema definition

  • type CloudDirectSnapshotLocationRetentionInfo {
  • # Time when the snapshot expired or is expected to expire at this location.
  • expirationTime: DateTime
  • # Specifies whether the expiration date for this snapshot has been calculated.
  • # This field will be absent if the snapshot has never existed at this location.
  • isExpirationDateCalculated: Boolean!
  • # Boolean to indicate whether the snapshot is legally held at the specified
  • # location.
  • isSnapshotOnLegalHold: Boolean!
  • # Specifies whether the snapshot is present at this location.
  • isSnapshotPresent: Boolean!
  • # ID of the snapshot location.
  • locationId: String!
  • # Name of the snapshot location.
  • name: String!
  • }