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 |
---|---|
StatusSourceBackupStatus |
SourceBackupStatus.status()
Specifies the status of the source object being protected.
|
StatusSourceBackupStatus |
ImmutableSourceBackupStatus.status()
Specifies the status of the source object being protected.
|
Modifier and Type | Method and Description |
---|---|
ImmutableSourceBackupStatus.Builder |
ImmutableSourceBackupStatus.Builder.status(StatusSourceBackupStatus status)
Initializes the value for the
status attribute. |
ImmutableSourceBackupStatus |
ImmutableSourceBackupStatus.withStatus(StatusSourceBackupStatus value)
Copy the current immutable object by setting a value for the
status attribute. |
Modifier and Type | Method and Description |
---|---|
static StatusSourceBackupStatus |
StatusSourceBackupStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static StatusSourceBackupStatus[] |
StatusSourceBackupStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
StatusSourceBackupStatus |
SourceBackupStatus.getStatus()
Specifies the status of the source object being protected.
|
Constructor and Description |
---|
SourceBackupStatus(String error,
boolean isFullBackup,
double numRestarts,
boolean quiesced,
boolean slaViolated,
ProtectionSource source,
BackupSourceStats stats,
StatusSourceBackupStatus status,
Set<String> warnings) |
Copyright © 2023 iland Internet Solutions, Corp. All rights reserved.