| Package | Description |
|---|---|
| com.iland.cohesity.iaas.backups.backupgroups.api.model |
Backup Groups Model Package.
|
| com.iland.cohesity.iaas.backups.backupgroups.enums | |
| com.iland.core.web.rest.response.iaas.backup |
| Modifier and Type | Method and Description |
|---|---|
StatusCopyRun |
ImmutableCopyRun.status()
Specifies the aggregated status of copy tasks.
|
StatusCopyRun |
CopyRun.status()
Specifies the aggregated status of copy tasks.
|
| Modifier and Type | Method and Description |
|---|---|
ImmutableCopyRun.Builder |
ImmutableCopyRun.Builder.status(StatusCopyRun status)
Initializes the value for the
status attribute. |
ImmutableCopyRun |
ImmutableCopyRun.withStatus(StatusCopyRun value)
Copy the current immutable object by setting a value for the
status attribute. |
| Modifier and Type | Method and Description |
|---|---|
static StatusCopyRun |
StatusCopyRun.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static StatusCopyRun[] |
StatusCopyRun.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
StatusCopyRun |
CopyRun.getStatus()
Specifies the aggregated status of copy tasks.
|
| Constructor and Description |
|---|
CopyRun(List<CopySnapshotTaskStatus> copySnapshotTasks,
String error,
Instant expiryTime,
Instant runStartTime,
CopyRunStats stats,
StatusCopyRun status,
SnapshotTargetSettings target) |
Copyright © 2023 iland Internet Solutions, Corp. All rights reserved.