Interface VacProcessedObjectResponse

All Known Implementing Classes:
ImmutableVacProcessedObjectResponse

public interface VacProcessedObjectResponse
VAC Jobs Processed Object Response.
Author:
Pablo Buendia
  • Method Details

    • uuid

      String uuid()
      Internal uuid of the processed object.
    • name

      String name()
      Name of the processed object.
    • jobUid

      String jobUid()
      Job UID assigned to a backup job that created the latest restore point.
    • backupServerUuid

      String backupServerUuid()
      UID assigned to a backup server
    • organizationUid

      String organizationUid()
      UID assigned to an organization.
    • usedSourceSize

      Optional<Long> usedSourceSize()
      Used space on protected virtual machine disks, in bytes
    • totalRestorePointSize

      Optional<Long> totalRestorePointSize()
      Total size of all restore points, in bytes
    • latestRestorePointSize

      Optional<Long> latestRestorePointSize()
      Size of the latest restore point, in bytes.
    • restorePoints

      Optional<Integer> restorePoints()
      Number of restore points.
    • latestRestorePointDate

      Optional<Instant> latestRestorePointDate()
      Date and time of the latest restore point creation.