Package | Description |
---|---|
com.iland.cohesity.iaas.backups.common.model |
Common data model package.
|
Modifier and Type | Class and Description |
---|---|
class |
ImmutableJobCopyRunInfo
Immutable implementation of
JobCopyRunInfo . |
Modifier and Type | Method and Description |
---|---|
Set<JobCopyRunInfo> |
VCloudProtectionJobSummaryStats.lastCopyRunInfo()
Specifies the statuses of the copy tasks in the last run.
|
com.google.common.collect.ImmutableSet<JobCopyRunInfo> |
ImmutableVCloudProtectionJobSummaryStats.lastCopyRunInfo()
Specifies the statuses of the copy tasks in the last run.
|
Modifier and Type | Method and Description |
---|---|
ImmutableVCloudProtectionJobSummaryStats.Builder |
ImmutableVCloudProtectionJobSummaryStats.Builder.addLastCopyRunInfo(JobCopyRunInfo... elements)
Adds elements to
lastCopyRunInfo set. |
ImmutableVCloudProtectionJobSummaryStats.Builder |
ImmutableVCloudProtectionJobSummaryStats.Builder.addLastCopyRunInfo(JobCopyRunInfo element)
Adds one element to
lastCopyRunInfo set. |
static ImmutableJobCopyRunInfo |
ImmutableJobCopyRunInfo.copyOf(JobCopyRunInfo instance)
Creates an immutable copy of a
JobCopyRunInfo value. |
ImmutableJobCopyRunInfo.Builder |
ImmutableJobCopyRunInfo.Builder.from(JobCopyRunInfo instance)
Fill a builder with attribute values from the provided
JobCopyRunInfo instance. |
ImmutableVCloudProtectionJobSummaryStats |
ImmutableVCloudProtectionJobSummaryStats.withLastCopyRunInfo(JobCopyRunInfo... elements)
Copy the current immutable object with elements that replace the content of
lastCopyRunInfo . |
Modifier and Type | Method and Description |
---|---|
ImmutableVCloudProtectionJobSummaryStats.Builder |
ImmutableVCloudProtectionJobSummaryStats.Builder.addAllLastCopyRunInfo(Iterable<? extends JobCopyRunInfo> elements)
Adds elements to
lastCopyRunInfo set. |
ImmutableVCloudProtectionJobSummaryStats.Builder |
ImmutableVCloudProtectionJobSummaryStats.Builder.lastCopyRunInfo(Iterable<? extends JobCopyRunInfo> elements)
Sets or replaces all elements for
lastCopyRunInfo set. |
ImmutableVCloudProtectionJobSummaryStats |
ImmutableVCloudProtectionJobSummaryStats.withLastCopyRunInfo(Iterable<? extends JobCopyRunInfo> elements)
Copy the current immutable object with elements that replace the content of
lastCopyRunInfo . |
Copyright © 2023 iland Internet Solutions, Corp. All rights reserved.