Package | Description |
---|---|
com.iland.cohesity.iaas.backups.recovery.model |
Recovery API Model.
|
Modifier and Type | Method and Description |
---|---|
ImmutableFileSnapshotInfo |
ImmutableFileSnapshotInfo.Builder.build()
Builds a new
ImmutableFileSnapshotInfo . |
static ImmutableFileSnapshotInfo |
ImmutableFileSnapshotInfo.copyOf(FileSnapshotInfo instance)
Creates an immutable copy of a
FileSnapshotInfo value. |
ImmutableFileSnapshotInfo |
ImmutableFileSnapshotInfo.withHasArchivalCopy(boolean value)
Copy the current immutable object by setting a value for the
hasArchivalCopy attribute. |
ImmutableFileSnapshotInfo |
ImmutableFileSnapshotInfo.withHasLocalCopy(boolean value)
Copy the current immutable object by setting a value for the
hasLocalCopy attribute. |
ImmutableFileSnapshotInfo |
ImmutableFileSnapshotInfo.withHasRemoteCopy(boolean value)
Copy the current immutable object by setting a value for the
hasRemoteCopy attribute. |
ImmutableFileSnapshotInfo |
ImmutableFileSnapshotInfo.withModifiedTime(Instant value)
Copy the current immutable object by setting a present value for the optional
modifiedTime attribute. |
ImmutableFileSnapshotInfo |
ImmutableFileSnapshotInfo.withModifiedTime(Optional<? extends Instant> optional)
Copy the current immutable object by setting an optional value for the
modifiedTime attribute. |
ImmutableFileSnapshotInfo |
ImmutableFileSnapshotInfo.withSizeBytes(long value)
Copy the current immutable object by setting a value for the
sizeBytes attribute. |
ImmutableFileSnapshotInfo |
ImmutableFileSnapshotInfo.withSnapshot(SnapshotAttempt value)
Copy the current immutable object by setting a value for the
snapshot attribute. |
Copyright © 2023 iland Internet Solutions, Corp. All rights reserved.