Package | Description |
---|---|
com.iland.cohesity.iaas.backups.backupgroups.api.model |
Backup Groups Model Package.
|
Modifier and Type | Method and Description |
---|---|
ImmutableBackupRun |
ImmutableBackupRun.Builder.build()
Builds a new
ImmutableBackupRun . |
static ImmutableBackupRun |
ImmutableBackupRun.copyOf(BackupRun instance)
Creates an immutable copy of a
BackupRun value. |
ImmutableBackupRun |
ImmutableBackupRun.withErrorMessage(Optional<String> optional)
Copy the current immutable object by setting an optional value for the
errorMessage attribute. |
ImmutableBackupRun |
ImmutableBackupRun.withErrorMessage(String value)
Copy the current immutable object by setting a present value for the optional
errorMessage attribute. |
ImmutableBackupRun |
ImmutableBackupRun.withMetadataDeleted(boolean value)
Copy the current immutable object by setting a value for the
metadataDeleted attribute. |
ImmutableBackupRun |
ImmutableBackupRun.withQuiesced(boolean value)
Copy the current immutable object by setting a value for the
quiesced attribute. |
ImmutableBackupRun |
ImmutableBackupRun.withRunType(RunType value)
Copy the current immutable object by setting a value for the
runType attribute. |
ImmutableBackupRun |
ImmutableBackupRun.withSlaViolated(boolean value)
Copy the current immutable object by setting a present value for the optional
slaViolated attribute. |
ImmutableBackupRun |
ImmutableBackupRun.withSlaViolated(Optional<Boolean> optional)
Copy the current immutable object by setting an optional value for the
slaViolated attribute. |
ImmutableBackupRun |
ImmutableBackupRun.withSnapshotsDeleted(boolean value)
Copy the current immutable object by setting a value for the
snapshotsDeleted attribute. |
ImmutableBackupRun |
ImmutableBackupRun.withSnapshotsDeletedTime(Instant value)
Copy the current immutable object by setting a present value for the optional
snapshotsDeletedTime attribute. |
ImmutableBackupRun |
ImmutableBackupRun.withSnapshotsDeletedTime(Optional<? extends Instant> optional)
Copy the current immutable object by setting an optional value for the
snapshotsDeletedTime attribute. |
ImmutableBackupRun |
ImmutableBackupRun.withSourceBackupStatus(Iterable<? extends SourceBackupStatus> elements)
Copy the current immutable object with elements that replace the content of
sourceBackupStatus . |
ImmutableBackupRun |
ImmutableBackupRun.withSourceBackupStatus(SourceBackupStatus... elements)
Copy the current immutable object with elements that replace the content of
sourceBackupStatus . |
ImmutableBackupRun |
ImmutableBackupRun.withStats(BackupRunStats value)
Copy the current immutable object by setting a value for the
stats attribute. |
ImmutableBackupRun |
ImmutableBackupRun.withStatus(StatusBackupRun value)
Copy the current immutable object by setting a value for the
status attribute. |
ImmutableBackupRun |
ImmutableBackupRun.withSuccessMessage(Optional<String> optional)
Copy the current immutable object by setting an optional value for the
successMessage attribute. |
ImmutableBackupRun |
ImmutableBackupRun.withSuccessMessage(String value)
Copy the current immutable object by setting a present value for the optional
successMessage attribute. |
ImmutableBackupRun |
ImmutableBackupRun.withWarnings(Iterable<String> elements)
Copy the current immutable object with elements that replace the content of
warnings . |
ImmutableBackupRun |
ImmutableBackupRun.withWarnings(String... elements)
Copy the current immutable object with elements that replace the content of
warnings . |
Copyright © 2023 iland Internet Solutions, Corp. All rights reserved.