Package | Description |
---|---|
com.iland.cohesity.iaas.backups.common.model |
Common data model package.
|
Modifier and Type | Class and Description |
---|---|
class |
ImmutableSnapshotVersion
Immutable implementation of
SnapshotVersion . |
Modifier and Type | Method and Description |
---|---|
List<SnapshotVersion> |
VMSnapshot.versions()
List of all snapshot versions that can be restored.
|
com.google.common.collect.ImmutableList<SnapshotVersion> |
ImmutableVMSnapshot.versions()
List of all snapshot versions that can be restored.
|
Modifier and Type | Method and Description |
---|---|
ImmutableVMSnapshot.Builder |
ImmutableVMSnapshot.Builder.addVersions(SnapshotVersion... elements)
Adds elements to
versions list. |
ImmutableVMSnapshot.Builder |
ImmutableVMSnapshot.Builder.addVersions(SnapshotVersion element)
Adds one element to
versions list. |
static ImmutableSnapshotVersion |
ImmutableSnapshotVersion.copyOf(SnapshotVersion instance)
Creates an immutable copy of a
SnapshotVersion value. |
ImmutableSnapshotVersion.Builder |
ImmutableSnapshotVersion.Builder.from(SnapshotVersion instance)
Fill a builder with attribute values from the provided
SnapshotVersion instance. |
ImmutableVMSnapshot |
ImmutableVMSnapshot.withVersions(SnapshotVersion... elements)
Copy the current immutable object with elements that replace the content of
versions . |
Modifier and Type | Method and Description |
---|---|
ImmutableVMSnapshot.Builder |
ImmutableVMSnapshot.Builder.addAllVersions(Iterable<? extends SnapshotVersion> elements)
Adds elements to
versions list. |
ImmutableVMSnapshot.Builder |
ImmutableVMSnapshot.Builder.versions(Iterable<? extends SnapshotVersion> elements)
Sets or replaces all elements for
versions list. |
ImmutableVMSnapshot |
ImmutableVMSnapshot.withVersions(Iterable<? extends SnapshotVersion> elements)
Copy the current immutable object with elements that replace the content of
versions . |
Copyright © 2023 iland Internet Solutions, Corp. All rights reserved.