Package | Description |
---|---|
com.iland.cohesity.iaas.backups.backupgroups.api.model |
Backup Groups Model Package.
|
Modifier and Type | Method and Description |
---|---|
ImmutableBackupSourceStats |
ImmutableBackupSourceStats.Builder.build()
Builds a new
ImmutableBackupSourceStats . |
static ImmutableBackupSourceStats |
ImmutableBackupSourceStats.copyOf(BackupSourceStats instance)
Creates an immutable copy of a
BackupSourceStats value. |
ImmutableBackupSourceStats |
ImmutableBackupSourceStats.withAdmittedTime(Instant value)
Copy the current immutable object by setting a present value for the optional
admittedTime attribute. |
ImmutableBackupSourceStats |
ImmutableBackupSourceStats.withAdmittedTime(Optional<? extends Instant> optional)
Copy the current immutable object by setting an optional value for the
admittedTime attribute. |
ImmutableBackupSourceStats |
ImmutableBackupSourceStats.withEndTime(Instant value)
Copy the current immutable object by setting a present value for the optional
endTime attribute. |
ImmutableBackupSourceStats |
ImmutableBackupSourceStats.withEndTime(Optional<? extends Instant> optional)
Copy the current immutable object by setting an optional value for the
endTime attribute. |
ImmutableBackupSourceStats |
ImmutableBackupSourceStats.withStartTime(Instant value)
Copy the current immutable object by setting a value for the
startTime attribute. |
ImmutableBackupSourceStats |
ImmutableBackupSourceStats.withTimeTaken(Duration value)
Copy the current immutable object by setting a present value for the optional
timeTaken attribute. |
ImmutableBackupSourceStats |
ImmutableBackupSourceStats.withTimeTaken(Optional<? extends Duration> optional)
Copy the current immutable object by setting an optional value for the
timeTaken attribute. |
ImmutableBackupSourceStats |
ImmutableBackupSourceStats.withTotalBytesReadFromSource(long value)
Copy the current immutable object by setting a value for the
totalBytesReadFromSource attribute. |
ImmutableBackupSourceStats |
ImmutableBackupSourceStats.withTotalBytesToReadFromSource(long value)
Copy the current immutable object by setting a value for the
totalBytesToReadFromSource attribute. |
ImmutableBackupSourceStats |
ImmutableBackupSourceStats.withTotalLogicalBackupSizeBytes(long value)
Copy the current immutable object by setting a value for the
totalLogicalBackupSizeBytes attribute. |
ImmutableBackupSourceStats |
ImmutableBackupSourceStats.withTotalPhysicalBackupSizeBytes(long value)
Copy the current immutable object by setting a value for the
totalPhysicalBackupSizeBytes attribute. |
ImmutableBackupSourceStats |
ImmutableBackupSourceStats.withTotalSourceSizeBytes(long value)
Copy the current immutable object by setting a value for the
totalSourceSizeBytes attribute. |
Copyright © 2023 iland Internet Solutions, Corp. All rights reserved.