Package | Description |
---|---|
com.iland.cohesity.iaas.backups.common.model |
Common data model package.
|
Modifier and Type | Class and Description |
---|---|
class |
ImmutableVMRecoveryOptions
Immutable implementation of
VMRecoveryOptions . |
Modifier and Type | Method and Description |
---|---|
Optional<VMRecoveryOptions> |
RestoreTask.vmRecoveryOptions()
The VM recovery options that were selected for the restore.
|
Optional<VMRecoveryOptions> |
ImmutableRestoreTask.vmRecoveryOptions()
The VM recovery options that were selected for the restore.
|
Modifier and Type | Method and Description |
---|---|
static ImmutableVMRecoveryOptions |
ImmutableVMRecoveryOptions.copyOf(VMRecoveryOptions instance)
Creates an immutable copy of a
VMRecoveryOptions value. |
ImmutableVMRecoveryOptions.Builder |
ImmutableVMRecoveryOptions.Builder.from(VMRecoveryOptions instance)
Fill a builder with attribute values from the provided
VMRecoveryOptions instance. |
ImmutableRestoreTask.Builder |
ImmutableRestoreTask.Builder.vmRecoveryOptions(VMRecoveryOptions vmRecoveryOptions)
Initializes the optional value
vmRecoveryOptions to vmRecoveryOptions. |
ImmutableRestoreTask |
ImmutableRestoreTask.withVmRecoveryOptions(VMRecoveryOptions value)
Copy the current immutable object by setting a present value for the optional
vmRecoveryOptions attribute. |
Modifier and Type | Method and Description |
---|---|
ImmutableRestoreTask.Builder |
ImmutableRestoreTask.Builder.vmRecoveryOptions(Optional<? extends VMRecoveryOptions> vmRecoveryOptions)
Initializes the optional value
vmRecoveryOptions to vmRecoveryOptions. |
ImmutableRestoreTask |
ImmutableRestoreTask.withVmRecoveryOptions(Optional<? extends VMRecoveryOptions> optional)
Copy the current immutable object by setting an optional value for the
vmRecoveryOptions attribute. |
Copyright © 2023 iland Internet Solutions, Corp. All rights reserved.