Interface VacProcessedObjectResponse
- All Known Implementing Classes:
ImmutableVacProcessedObjectResponse
public interface VacProcessedObjectResponse
VAC Jobs Processed Object Response.
- Author:
- Pablo Buendia
-
Method Summary
Modifier and TypeMethodDescriptionUID assigned to a backup serverjobUid()Job UID assigned to a backup job that created the latest restore point.Date and time of the latest restore point creation.Size of the latest restore point, in bytes.name()Name of the processed object.UID assigned to an organization.Number of restore points.Total size of all restore points, in bytesUsed space on protected virtual machine disks, in bytesuuid()Internal uuid of the processed object.
-
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
Used space on protected virtual machine disks, in bytes -
totalRestorePointSize
Total size of all restore points, in bytes -
latestRestorePointSize
Size of the latest restore point, in bytes. -
restorePoints
Number of restore points. -
latestRestorePointDate
Date and time of the latest restore point creation.
-