Package | Description |
---|---|
com.iland.cohesity.iaas.backups.common.model |
Common data model package.
|
Modifier and Type | Method and Description |
---|---|
ImmutableSnapshotVersion |
ImmutableSnapshotVersion.Builder.build()
Builds a new
ImmutableSnapshotVersion . |
static ImmutableSnapshotVersion |
ImmutableSnapshotVersion.copyOf(SnapshotVersion instance)
Creates an immutable copy of a
SnapshotVersion value. |
ImmutableSnapshotVersion |
ImmutableSnapshotVersion.withAppConsistent(boolean value)
Copy the current immutable object by setting a value for the
appConsistent attribute. |
ImmutableSnapshotVersion |
ImmutableSnapshotVersion.withAttemptNumber(long value)
Copy the current immutable object by setting a value for the
attemptNumber attribute. |
ImmutableSnapshotVersion |
ImmutableSnapshotVersion.withBackupRunUid(BackupRunUid value)
Copy the current immutable object by setting a value for the
backupRunUid attribute. |
ImmutableSnapshotVersion |
ImmutableSnapshotVersion.withDeltaSizeBytes(long value)
Copy the current immutable object by setting a value for the
deltaSizeBytes attribute. |
ImmutableSnapshotVersion |
ImmutableSnapshotVersion.withFullBackup(boolean value)
Copy the current immutable object by setting a value for the
fullBackup attribute. |
ImmutableSnapshotVersion |
ImmutableSnapshotVersion.withLogicalSizeBytes(long value)
Copy the current immutable object by setting a value for the
logicalSizeBytes attribute. |
ImmutableSnapshotVersion |
ImmutableSnapshotVersion.withPhysicalSizeBytes(long value)
Copy the current immutable object by setting a value for the
physicalSizeBytes attribute. |
ImmutableSnapshotVersion |
ImmutableSnapshotVersion.withPrimaryPhysicalSizeBytes(long value)
Copy the current immutable object by setting a value for the
primaryPhysicalSizeBytes attribute. |
ImmutableSnapshotVersion |
ImmutableSnapshotVersion.withStartTime(Instant value)
Copy the current immutable object by setting a value for the
startTime attribute. |
Copyright © 2023 iland Internet Solutions, Corp. All rights reserved.