Package | Description |
---|---|
com.oracle.bmc.database.model |
Modifier and Type | Method and Description |
---|---|
static UpgradeDbSystemDetails.Action |
UpgradeDbSystemDetails.Action.create(String key) |
UpgradeDbSystemDetails.Action |
UpgradeDbSystemDetails.getAction()
The operating system upgrade action.
|
static UpgradeDbSystemDetails.Action |
UpgradeDbSystemDetails.Action.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static UpgradeDbSystemDetails.Action[] |
UpgradeDbSystemDetails.Action.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
UpgradeDbSystemDetails.Builder |
UpgradeDbSystemDetails.Builder.action(UpgradeDbSystemDetails.Action action)
The operating system upgrade action.
|
Constructor and Description |
---|
UpgradeDbSystemDetails(UpgradeDbSystemDetails.Action action,
Integer snapshotRetentionPeriodInDays,
String newGiVersion,
String newOsVersion,
Boolean isSnapshotRetentionDaysForceUpdated)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.