Package | Description |
---|---|
com.iland.cohesity.iaas.backups.common.model |
Common data model package.
|
Modifier and Type | Method and Description |
---|---|
ImmutableRestoreTask |
ImmutableRestoreTask.Builder.build()
Builds a new
ImmutableRestoreTask . |
static ImmutableRestoreTask |
ImmutableRestoreTask.copyOf(RestoreTask instance)
Creates an immutable copy of a
RestoreTask value. |
ImmutableRestoreTask |
ImmutableRestoreTask.withBackupGroupUid(BackupGroupUid value)
Copy the current immutable object by setting a value for the
backupGroupUid attribute. |
ImmutableRestoreTask |
ImmutableRestoreTask.withCompanyId(CompanyId value)
Copy the current immutable object by setting a value for the
companyId attribute. |
ImmutableRestoreTask |
ImmutableRestoreTask.withEndTime(Instant value)
Copy the current immutable object by setting a present value for the optional
endTime attribute. |
ImmutableRestoreTask |
ImmutableRestoreTask.withEndTime(Optional<? extends Instant> optional)
Copy the current immutable object by setting an optional value for the
endTime attribute. |
ImmutableRestoreTask |
ImmutableRestoreTask.withErrorMessage(Optional<String> optional)
Copy the current immutable object by setting an optional value for the
errorMessage attribute. |
ImmutableRestoreTask |
ImmutableRestoreTask.withErrorMessage(String value)
Copy the current immutable object by setting a present value for the optional
errorMessage attribute. |
ImmutableRestoreTask |
ImmutableRestoreTask.withLocationId(LocationId value)
Copy the current immutable object by setting a value for the
locationId attribute. |
ImmutableRestoreTask |
ImmutableRestoreTask.withObjects(Iterable<? extends RestoreTaskObject> elements)
Copy the current immutable object with elements that replace the content of
objects . |
ImmutableRestoreTask |
ImmutableRestoreTask.withObjects(RestoreTaskObject... elements)
Copy the current immutable object with elements that replace the content of
objects . |
ImmutableRestoreTask |
ImmutableRestoreTask.withObjectStates(Iterable<? extends RestoreTaskObjectState> elements)
Copy the current immutable object with elements that replace the content of
objectStates . |
ImmutableRestoreTask |
ImmutableRestoreTask.withObjectStates(RestoreTaskObjectState... elements)
Copy the current immutable object with elements that replace the content of
objectStates . |
ImmutableRestoreTask |
ImmutableRestoreTask.withOrgUuid(OrgUuid value)
Copy the current immutable object by setting a value for the
orgUuid attribute. |
ImmutableRestoreTask |
ImmutableRestoreTask.withStartTime(Instant value)
Copy the current immutable object by setting a value for the
startTime attribute. |
ImmutableRestoreTask |
ImmutableRestoreTask.withStatus(RestoreTaskStatus value)
Copy the current immutable object by setting a value for the
status attribute. |
ImmutableRestoreTask |
ImmutableRestoreTask.withTaskName(String value)
Copy the current immutable object by setting a value for the
taskName attribute. |
ImmutableRestoreTask |
ImmutableRestoreTask.withType(RestoreTaskType value)
Copy the current immutable object by setting a value for the
type attribute. |
ImmutableRestoreTask |
ImmutableRestoreTask.withUid(RestoreTaskUid value)
Copy the current immutable object by setting a value for the
uid attribute. |
ImmutableRestoreTask |
ImmutableRestoreTask.withVdcUuid(VdcUuid value)
Copy the current immutable object by setting a value for the
vdcUuid attribute. |
ImmutableRestoreTask |
ImmutableRestoreTask.withVmRecoveryOptions(Optional<? extends VMRecoveryOptions> optional)
Copy the current immutable object by setting an optional value for the
vmRecoveryOptions attribute. |
ImmutableRestoreTask |
ImmutableRestoreTask.withVmRecoveryOptions(VMRecoveryOptions value)
Copy the current immutable object by setting a present value for the optional
vmRecoveryOptions attribute. |
Copyright © 2023 iland Internet Solutions, Corp. All rights reserved.