Package | Description |
---|---|
com.iland.cohesity.iaas.backups.backupgroups.api.model |
Backup Groups Model Package.
|
Modifier and Type | Class and Description |
---|---|
class |
ImmutableCopyRunStats
Immutable implementation of
CopyRunStats . |
Modifier and Type | Method and Description |
---|---|
CopyRunStats |
ImmutableCopySnapshotTaskStatus.stats()
Stats for the copy task.
|
CopyRunStats |
CopySnapshotTaskStatus.stats()
Stats for the copy task.
|
Modifier and Type | Method and Description |
---|---|
Optional<CopyRunStats> |
ImmutableCopyRun.stats()
Stats for one copy task or aggregated stats of a Copy Run in a backup group
run.
|
Optional<CopyRunStats> |
CopyRun.stats()
Stats for one copy task or aggregated stats of a Copy Run in a backup group
run.
|
Modifier and Type | Method and Description |
---|---|
static ImmutableCopyRunStats |
ImmutableCopyRunStats.copyOf(CopyRunStats instance)
Creates an immutable copy of a
CopyRunStats value. |
ImmutableCopyRunStats.Builder |
ImmutableCopyRunStats.Builder.from(CopyRunStats instance)
Fill a builder with attribute values from the provided
CopyRunStats instance. |
ImmutableCopySnapshotTaskStatus.Builder |
ImmutableCopySnapshotTaskStatus.Builder.stats(CopyRunStats stats)
Initializes the value for the
stats attribute. |
ImmutableCopyRun.Builder |
ImmutableCopyRun.Builder.stats(CopyRunStats stats)
Initializes the optional value
stats to stats. |
ImmutableCopySnapshotTaskStatus |
ImmutableCopySnapshotTaskStatus.withStats(CopyRunStats value)
Copy the current immutable object by setting a value for the
stats attribute. |
ImmutableCopyRun |
ImmutableCopyRun.withStats(CopyRunStats value)
Copy the current immutable object by setting a present value for the optional
stats attribute. |
Modifier and Type | Method and Description |
---|---|
ImmutableCopyRun.Builder |
ImmutableCopyRun.Builder.stats(Optional<? extends CopyRunStats> stats)
Initializes the optional value
stats to stats. |
ImmutableCopyRun |
ImmutableCopyRun.withStats(Optional<? extends CopyRunStats> optional)
Copy the current immutable object by setting an optional value for the
stats attribute. |
Copyright © 2023 iland Internet Solutions, Corp. All rights reserved.