Package | Description |
---|---|
com.iland.cohesity.iaas.backups.backupgroups.api.model |
Backup Groups Model Package.
|
Modifier and Type | Class and Description |
---|---|
class |
ImmutableCopyRun
Immutable implementation of
CopyRun . |
Modifier and Type | Method and Description |
---|---|
com.google.common.collect.ImmutableList<CopyRun> |
ImmutableBackupGroupRun.copyRuns()
Array of Copy Run Tasks.
|
List<CopyRun> |
BackupGroupRun.copyRuns()
Array of Copy Run Tasks.
|
Modifier and Type | Method and Description |
---|---|
ImmutableBackupGroupRun.Builder |
ImmutableBackupGroupRun.Builder.addCopyRuns(CopyRun... elements)
Adds elements to
copyRuns list. |
ImmutableBackupGroupRun.Builder |
ImmutableBackupGroupRun.Builder.addCopyRuns(CopyRun element)
Adds one element to
copyRuns list. |
static ImmutableCopyRun |
ImmutableCopyRun.copyOf(CopyRun instance)
Creates an immutable copy of a
CopyRun value. |
ImmutableCopyRun.Builder |
ImmutableCopyRun.Builder.from(CopyRun instance)
Fill a builder with attribute values from the provided
CopyRun instance. |
ImmutableBackupGroupRun |
ImmutableBackupGroupRun.withCopyRuns(CopyRun... elements)
Copy the current immutable object with elements that replace the content of
copyRuns . |
Modifier and Type | Method and Description |
---|---|
ImmutableBackupGroupRun.Builder |
ImmutableBackupGroupRun.Builder.addAllCopyRuns(Iterable<? extends CopyRun> elements)
Adds elements to
copyRuns list. |
ImmutableBackupGroupRun.Builder |
ImmutableBackupGroupRun.Builder.copyRuns(Iterable<? extends CopyRun> elements)
Sets or replaces all elements for
copyRuns list. |
ImmutableBackupGroupRun |
ImmutableBackupGroupRun.withCopyRuns(Iterable<? extends CopyRun> elements)
Copy the current immutable object with elements that replace the content of
copyRuns . |
Copyright © 2023 iland Internet Solutions, Corp. All rights reserved.