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 |
---|---|
StatusBackupRun |
ImmutableBackupRun.status()
Specifies the status of Backup task.
|
StatusBackupRun |
BackupRun.status()
Specifies the status of Backup task.
|
Modifier and Type | Method and Description |
---|---|
ImmutableBackupRun.Builder |
ImmutableBackupRun.Builder.status(StatusBackupRun status)
Initializes the value for the
status attribute. |
ImmutableBackupRun |
ImmutableBackupRun.withStatus(StatusBackupRun value)
Copy the current immutable object by setting a value for the
status attribute. |
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 © 2023 iland Internet Solutions, Corp. All rights reserved.