Interface SnapshotLimits.Builder

  • Method Details

    • manualSnapshotsLimit

      SnapshotLimits.Builder manualSnapshotsLimit(Integer manualSnapshotsLimit)

      The maximum number of manual snapshots allowed.

      Parameters:
      manualSnapshotsLimit - The maximum number of manual snapshots allowed.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • manualSnapshotsCurrentCount

      SnapshotLimits.Builder manualSnapshotsCurrentCount(Integer manualSnapshotsCurrentCount)

      The current number of manual snapshots of the directory.

      Parameters:
      manualSnapshotsCurrentCount - The current number of manual snapshots of the directory.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • manualSnapshotsLimitReached

      SnapshotLimits.Builder manualSnapshotsLimitReached(Boolean manualSnapshotsLimitReached)

      Indicates if the manual snapshot limit has been reached.

      Parameters:
      manualSnapshotsLimitReached - Indicates if the manual snapshot limit has been reached.
      Returns:
      Returns a reference to this object so that method calls can be chained together.