Package | Description |
---|---|
com.iland.cohesity.iaas.backups.backupgroups.enums | |
com.iland.core.web.rest.response.iaas.backup |
Modifier and Type | Method and Description |
---|---|
static StatusBackupRun |
StatusBackupRun.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static StatusBackupRun[] |
StatusBackupRun.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
StatusBackupRun |
BackupRun.getStatus()
Specifies the status of Backup task.
|
Constructor and Description |
---|
BackupRun(String errorMessage,
String successMessage,
boolean metadataDeleted,
boolean quiesced,
RunType runType,
Boolean slaViolated,
boolean snapshotsDeleted,
Instant snapshotsDeletedTime,
Set<SourceBackupStatus> sourceBackupStatus,
BackupRunStats stats,
StatusBackupRun status,
List<String> warnings) |
Copyright © 2020 iland Internet Solutions, Corp. All rights reserved.