Package | Description |
---|---|
com.iland.cohesity.iaas.backups.common.enums | |
com.iland.cohesity.iaas.backups.common.model |
Common data model package.
|
Modifier and Type | Method and Description |
---|---|
static RunStatus |
RunStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RunStatus[] |
RunStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
RunStatus |
VCloudProtectionJobSummaryStats.lastBackupStatus()
Specifies the status of the last backup task.
|
RunStatus |
ImmutableVCloudProtectionJobSummaryStats.lastBackupStatus()
Specifies the status of the last backup task.
|
RunStatus |
JobCopyRunInfo.status()
The status of the copy job run.
|
RunStatus |
ImmutableJobCopyRunInfo.status()
The status of the copy job run.
|
Modifier and Type | Method and Description |
---|---|
ImmutableVCloudProtectionJobSummaryStats.Builder |
ImmutableVCloudProtectionJobSummaryStats.Builder.lastBackupStatus(RunStatus lastBackupStatus)
Initializes the value for the
lastBackupStatus attribute. |
ImmutableJobCopyRunInfo.Builder |
ImmutableJobCopyRunInfo.Builder.status(RunStatus status)
Initializes the value for the
status attribute. |
ImmutableVCloudProtectionJobSummaryStats |
ImmutableVCloudProtectionJobSummaryStats.withLastBackupStatus(RunStatus value)
Copy the current immutable object by setting a value for the
lastBackupStatus attribute. |
ImmutableJobCopyRunInfo |
ImmutableJobCopyRunInfo.withStatus(RunStatus value)
Copy the current immutable object by setting a value for the
status attribute. |
Copyright © 2023 iland Internet Solutions, Corp. All rights reserved.