Package | Description |
---|---|
com.iland.cohesity.iaas.backups.recovery.model |
Recovery API Model.
|
Modifier and Type | Class and Description |
---|---|
class |
ImmutableVMSnapshotRef
Immutable implementation of
VMSnapshotRef . |
Modifier and Type | Method and Description |
---|---|
Set<VMSnapshotRef> |
VMRestoreTaskParams.snapshotRefs()
The set of VM snapshots to restore.
|
com.google.common.collect.ImmutableSet<VMSnapshotRef> |
ImmutableVMRestoreTaskParams.snapshotRefs()
The set of VM snapshots to restore.
|
Modifier and Type | Method and Description |
---|---|
ImmutableVMRestoreTaskParams.Builder |
ImmutableVMRestoreTaskParams.Builder.addSnapshotRefs(VMSnapshotRef... elements)
Adds elements to
snapshotRefs set. |
ImmutableVMRestoreTaskParams.Builder |
ImmutableVMRestoreTaskParams.Builder.addSnapshotRefs(VMSnapshotRef element)
Adds one element to
snapshotRefs set. |
static ImmutableVMSnapshotRef |
ImmutableVMSnapshotRef.copyOf(VMSnapshotRef instance)
Creates an immutable copy of a
VMSnapshotRef value. |
ImmutableVMSnapshotRef.Builder |
ImmutableVMSnapshotRef.Builder.from(VMSnapshotRef instance)
Fill a builder with attribute values from the provided
VMSnapshotRef instance. |
ImmutableVMRestoreTaskParams |
ImmutableVMRestoreTaskParams.withSnapshotRefs(VMSnapshotRef... elements)
Copy the current immutable object with elements that replace the content of
snapshotRefs . |
Modifier and Type | Method and Description |
---|---|
ImmutableVMRestoreTaskParams.Builder |
ImmutableVMRestoreTaskParams.Builder.addAllSnapshotRefs(Iterable<? extends VMSnapshotRef> elements)
Adds elements to
snapshotRefs set. |
ImmutableVMRestoreTaskParams.Builder |
ImmutableVMRestoreTaskParams.Builder.snapshotRefs(Iterable<? extends VMSnapshotRef> elements)
Sets or replaces all elements for
snapshotRefs set. |
ImmutableVMRestoreTaskParams |
ImmutableVMRestoreTaskParams.withSnapshotRefs(Iterable<? extends VMSnapshotRef> elements)
Copy the current immutable object with elements that replace the content of
snapshotRefs . |
Copyright © 2023 iland Internet Solutions, Corp. All rights reserved.