Package | Description |
---|---|
com.iland.cohesity.iaas.backups.recovery.model |
Recovery API Model.
|
Modifier and Type | Method and Description |
---|---|
ImmutableVMRestoreTaskParams |
ImmutableVMRestoreTaskParams.Builder.build()
Builds a new
ImmutableVMRestoreTaskParams . |
static ImmutableVMRestoreTaskParams |
ImmutableVMRestoreTaskParams.copyOf(VMRestoreTaskParams instance)
Creates an immutable copy of a
VMRestoreTaskParams value. |
ImmutableVMRestoreTaskParams |
ImmutableVMRestoreTaskParams.withAlternateVapp(AlternateVappParams value)
Copy the current immutable object by setting a present value for the optional
alternateVapp attribute. |
ImmutableVMRestoreTaskParams |
ImmutableVMRestoreTaskParams.withAlternateVapp(Optional<? extends AlternateVappParams> optional)
Copy the current immutable object by setting an optional value for the
alternateVapp attribute. |
ImmutableVMRestoreTaskParams |
ImmutableVMRestoreTaskParams.withContinueOnError(boolean value)
Copy the current immutable object by setting a value for the
continueOnError attribute. |
ImmutableVMRestoreTaskParams |
ImmutableVMRestoreTaskParams.withPoweredOn(boolean value)
Copy the current immutable object by setting a value for the
poweredOn attribute. |
ImmutableVMRestoreTaskParams |
ImmutableVMRestoreTaskParams.withPrefix(String value)
Copy the current immutable object by setting a value for the
prefix attribute. |
ImmutableVMRestoreTaskParams |
ImmutableVMRestoreTaskParams.withSnapshotRefs(Iterable<? extends VMSnapshotRef> elements)
Copy the current immutable object with elements that replace the content of
snapshotRefs . |
ImmutableVMRestoreTaskParams |
ImmutableVMRestoreTaskParams.withSnapshotRefs(VMSnapshotRef... elements)
Copy the current immutable object with elements that replace the content of
snapshotRefs . |
ImmutableVMRestoreTaskParams |
ImmutableVMRestoreTaskParams.withSuffix(String value)
Copy the current immutable object by setting a value for the
suffix attribute. |
ImmutableVMRestoreTaskParams |
ImmutableVMRestoreTaskParams.withTaskName(String value)
Copy the current immutable object by setting a value for the
taskName attribute. |
Copyright © 2023 iland Internet Solutions, Corp. All rights reserved.