public static class UpgradeDbSystemDetails.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
UpgradeDbSystemDetails.Builder |
action(UpgradeDbSystemDetails.Action action)
The operating system upgrade action.
|
UpgradeDbSystemDetails |
build() |
UpgradeDbSystemDetails.Builder |
copy(UpgradeDbSystemDetails model) |
UpgradeDbSystemDetails.Builder |
isSnapshotRetentionDaysForceUpdated(Boolean isSnapshotRetentionDaysForceUpdated)
If true, rollback time is updated even if operating system upgrade history contains
errors.
|
UpgradeDbSystemDetails.Builder |
newGiVersion(String newGiVersion)
A valid Oracle Grid Infrastructure (GI) software version.
|
UpgradeDbSystemDetails.Builder |
newOsVersion(String newOsVersion)
A valid Oracle Software (OS) version eg.
|
UpgradeDbSystemDetails.Builder |
snapshotRetentionPeriodInDays(Integer snapshotRetentionPeriodInDays)
The retention period, in days, for the snapshot that allows you to perform a rollback of
the upgrade operation.
|
public UpgradeDbSystemDetails.Builder action(UpgradeDbSystemDetails.Action action)
The operating system upgrade action.
action
- the value to setpublic UpgradeDbSystemDetails.Builder snapshotRetentionPeriodInDays(Integer snapshotRetentionPeriodInDays)
The retention period, in days, for the snapshot that allows you to perform a rollback of the upgrade operation. After this number of days passes, you cannot roll back the upgrade.
snapshotRetentionPeriodInDays
- the value to setpublic UpgradeDbSystemDetails.Builder newGiVersion(String newGiVersion)
A valid Oracle Grid Infrastructure (GI) software version.
newGiVersion
- the value to setpublic UpgradeDbSystemDetails.Builder newOsVersion(String newOsVersion)
A valid Oracle Software (OS) version eg. Oracle Linux Server release 8
newOsVersion
- the value to setpublic UpgradeDbSystemDetails.Builder isSnapshotRetentionDaysForceUpdated(Boolean isSnapshotRetentionDaysForceUpdated)
If true, rollback time is updated even if operating system upgrade history contains errors.
isSnapshotRetentionDaysForceUpdated
- the value to setpublic UpgradeDbSystemDetails build()
public UpgradeDbSystemDetails.Builder copy(UpgradeDbSystemDetails model)
Copyright © 2016–2024. All rights reserved.