Package | Description |
---|---|
com.oracle.bmc.database.model |
Modifier and Type | Method and Description |
---|---|
DbSystemUpgradeHistoryEntry.Builder |
DbSystemUpgradeHistoryEntry.Builder.action(DbSystemUpgradeHistoryEntry.Action action)
The operating system upgrade action.
|
static DbSystemUpgradeHistoryEntry.Builder |
DbSystemUpgradeHistoryEntry.builder()
Create a new builder.
|
DbSystemUpgradeHistoryEntry.Builder |
DbSystemUpgradeHistoryEntry.Builder.copy(DbSystemUpgradeHistoryEntry model) |
DbSystemUpgradeHistoryEntry.Builder |
DbSystemUpgradeHistoryEntry.Builder.id(String id)
The OCID of the
upgrade history entry.
|
DbSystemUpgradeHistoryEntry.Builder |
DbSystemUpgradeHistoryEntry.Builder.lifecycleDetails(String lifecycleDetails)
A descriptive text associated with the lifecycleState.
|
DbSystemUpgradeHistoryEntry.Builder |
DbSystemUpgradeHistoryEntry.Builder.lifecycleState(DbSystemUpgradeHistoryEntry.LifecycleState lifecycleState)
The current state of the action.
|
DbSystemUpgradeHistoryEntry.Builder |
DbSystemUpgradeHistoryEntry.Builder.newGiVersion(String newGiVersion)
A valid Oracle Grid Infrastructure (GI) software version.
|
DbSystemUpgradeHistoryEntry.Builder |
DbSystemUpgradeHistoryEntry.Builder.newOsVersion(String newOsVersion)
A valid Oracle Software (OS) version eg.
|
DbSystemUpgradeHistoryEntry.Builder |
DbSystemUpgradeHistoryEntry.Builder.oldGiVersion(String oldGiVersion)
A valid Oracle Grid Infrastructure (GI) software version.
|
DbSystemUpgradeHistoryEntry.Builder |
DbSystemUpgradeHistoryEntry.Builder.oldOsVersion(String oldOsVersion)
A valid Oracle Software (OS) version eg.
|
DbSystemUpgradeHistoryEntry.Builder |
DbSystemUpgradeHistoryEntry.Builder.snapshotRetentionPeriodInDays(Integer snapshotRetentionPeriodInDays)
The retention period, in days, for the snapshot that allows you to perform a rollback of
the upgrade operation.
|
DbSystemUpgradeHistoryEntry.Builder |
DbSystemUpgradeHistoryEntry.Builder.timeEnded(Date timeEnded)
The date and time when the upgrade action completed
|
DbSystemUpgradeHistoryEntry.Builder |
DbSystemUpgradeHistoryEntry.Builder.timeStarted(Date timeStarted)
The date and time when the upgrade action started.
|
DbSystemUpgradeHistoryEntry.Builder |
DbSystemUpgradeHistoryEntry.toBuilder() |
Copyright © 2016–2024. All rights reserved.