public interface VCloudProtectionJobSummaryStats
Modifier and Type | Method and Description |
---|---|
Duration |
averageRunTime()
Specifies the average run time of all successful Protection Runs.
|
TenantUid |
cohesityTenantUid()
Specifies the ID of the Cohesity Org.
|
CompanyId |
companyId()
Specifies the ID of the associated iland company.
|
Duration |
fastestRunTime()
Specifies the time taken for a fastest successful Protection Run so far.
|
RunStatus |
lastBackupStatus()
Specifies the status of the last backup task.
|
Set<JobCopyRunInfo> |
lastCopyRunInfo()
Specifies the statuses of the copy tasks in the last run.
|
Instant |
lastRunTime()
Specifies the end time of the last Protection Run.
|
LocationId |
locationId()
Specifies the iland datacenter location ID.
|
long |
numCanceledRuns()
Specifies the number of runs that were canceled.
|
long |
numFailedRuns()
Specifies the number of runs that failed to finish.
|
long |
numSlaViolations()
Specifies the number of runs having SLA violations.
|
long |
numSuccessfulRuns()
Specifies the number of runs that finished successfully.
|
OrgUuid |
orgUuid()
Specifies the UUID of the vCloud org that the protection job is associated
with.
|
Duration |
slowestRunTime()
Specifies the time taken for a slowest successful Protection Run so far.
|
long |
totalBytesReadFromSource()
Specifies the total amount of data read from the source (so far).
|
long |
totalLogicalBackupSizeBytes()
Specifies the size of the source object (such as a VM) protected by this
task on the primary storage after the snapshot is taken.
|
long |
totalPhysicalBackupSizeBytes()
Specifies the total amount of physical space used on the Cohesity Cluster
to store the protected object after being reduced by change-block tracking,
compression and deduplication.
|
BackupGroupUid |
uid()
Specifies a UID for the Protection VCloudProtectionJob.
|
VdcUuid |
vdcUuid()
Specifies the UUID of the vDC that the protection job is associated with.
|
LocationId locationId()
CompanyId companyId()
VdcUuid vdcUuid()
OrgUuid orgUuid()
BackupGroupUid uid()
TenantUid cohesityTenantUid()
Duration averageRunTime()
Duration fastestRunTime()
long numCanceledRuns()
long numFailedRuns()
long numSlaViolations()
long numSuccessfulRuns()
Duration slowestRunTime()
long totalBytesReadFromSource()
long totalLogicalBackupSizeBytes()
long totalPhysicalBackupSizeBytes()
Instant lastRunTime()
RunStatus lastBackupStatus()
Set<JobCopyRunInfo> lastCopyRunInfo()
Copyright © 2023 iland Internet Solutions, Corp. All rights reserved.