Package | Description |
---|---|
com.iland.cohesity.iaas.backups.common.enums | |
com.iland.cohesity.iaas.backups.common.model |
Common data model package.
|
com.iland.core.web.rest.response.iaas.backup |
Modifier and Type | Method and Description |
---|---|
static RestoreTaskStatus |
RestoreTaskStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RestoreTaskStatus[] |
RestoreTaskStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
RestoreTaskStatus |
RestoreTask.status()
The status of the task.
|
RestoreTaskStatus |
ImmutableRestoreTask.status()
The status of the task.
|
Modifier and Type | Method and Description |
---|---|
ImmutableRestoreTask.Builder |
ImmutableRestoreTask.Builder.status(RestoreTaskStatus status)
Initializes the value for the
status attribute. |
ImmutableRestoreTask |
ImmutableRestoreTask.withStatus(RestoreTaskStatus value)
Copy the current immutable object by setting a value for the
status attribute. |
Modifier and Type | Method and Description |
---|---|
RestoreTaskStatus |
ImmutableBackupRestoreTaskResponse.status()
The status of the task.
|
RestoreTaskStatus |
ImmutableBackupRestoreTaskDetailResponse.status()
The status of the task.
|
RestoreTaskStatus |
BackupRestoreTaskResponse.status()
The status of the task.
|
Modifier and Type | Method and Description |
---|---|
ImmutableBackupRestoreTaskResponse.Builder |
ImmutableBackupRestoreTaskResponse.Builder.status(RestoreTaskStatus status)
Initializes the value for the
status attribute. |
ImmutableBackupRestoreTaskDetailResponse.Builder |
ImmutableBackupRestoreTaskDetailResponse.Builder.status(RestoreTaskStatus status)
Initializes the value for the
status attribute. |
ImmutableBackupRestoreTaskResponse |
ImmutableBackupRestoreTaskResponse.withStatus(RestoreTaskStatus value)
Copy the current immutable object by setting a value for the
status attribute. |
ImmutableBackupRestoreTaskDetailResponse |
ImmutableBackupRestoreTaskDetailResponse.withStatus(RestoreTaskStatus value)
Copy the current immutable object by setting a value for the
status attribute. |
Copyright © 2023 iland Internet Solutions, Corp. All rights reserved.