Package | Description |
---|---|
com.iland.cohesity.iaas.backups.backupgroups.api.model |
Backup Groups Model Package.
|
Modifier and Type | Class and Description |
---|---|
class |
ImmutableCopySnapshotTaskStatus
Immutable implementation of
CopySnapshotTaskStatus . |
Modifier and Type | Method and Description |
---|---|
com.google.common.collect.ImmutableList<CopySnapshotTaskStatus> |
ImmutableCopyRun.copySnapshotTasks()
Specifies the status information of each task that copies the snapshot
taken for a backup source.
|
List<CopySnapshotTaskStatus> |
CopyRun.copySnapshotTasks()
Specifies the status information of each task that copies the snapshot
taken for a backup source.
|
Modifier and Type | Method and Description |
---|---|
ImmutableCopyRun.Builder |
ImmutableCopyRun.Builder.addCopySnapshotTasks(CopySnapshotTaskStatus... elements)
Adds elements to
copySnapshotTasks list. |
ImmutableCopyRun.Builder |
ImmutableCopyRun.Builder.addCopySnapshotTasks(CopySnapshotTaskStatus element)
Adds one element to
copySnapshotTasks list. |
static ImmutableCopySnapshotTaskStatus |
ImmutableCopySnapshotTaskStatus.copyOf(CopySnapshotTaskStatus instance)
Creates an immutable copy of a
CopySnapshotTaskStatus value. |
ImmutableCopySnapshotTaskStatus.Builder |
ImmutableCopySnapshotTaskStatus.Builder.from(CopySnapshotTaskStatus instance)
Fill a builder with attribute values from the provided
CopySnapshotTaskStatus instance. |
ImmutableCopyRun |
ImmutableCopyRun.withCopySnapshotTasks(CopySnapshotTaskStatus... elements)
Copy the current immutable object with elements that replace the content of
copySnapshotTasks . |
Modifier and Type | Method and Description |
---|---|
ImmutableCopyRun.Builder |
ImmutableCopyRun.Builder.addAllCopySnapshotTasks(Iterable<? extends CopySnapshotTaskStatus> elements)
Adds elements to
copySnapshotTasks list. |
ImmutableCopyRun.Builder |
ImmutableCopyRun.Builder.copySnapshotTasks(Iterable<? extends CopySnapshotTaskStatus> elements)
Sets or replaces all elements for
copySnapshotTasks list. |
ImmutableCopyRun |
ImmutableCopyRun.withCopySnapshotTasks(Iterable<? extends CopySnapshotTaskStatus> elements)
Copy the current immutable object with elements that replace the content of
copySnapshotTasks . |
Copyright © 2023 iland Internet Solutions, Corp. All rights reserved.