Package | Description |
---|---|
com.oracle.bmc.database.model |
Modifier and Type | Method and Description |
---|---|
static DbServerPatchingDetails.PatchingStatus |
DbServerPatchingDetails.PatchingStatus.create(String key) |
DbServerPatchingDetails.PatchingStatus |
DbServerPatchingDetails.getPatchingStatus()
The status of the patching operation.
|
static DbServerPatchingDetails.PatchingStatus |
DbServerPatchingDetails.PatchingStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DbServerPatchingDetails.PatchingStatus[] |
DbServerPatchingDetails.PatchingStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
DbServerPatchingDetails.Builder |
DbServerPatchingDetails.Builder.patchingStatus(DbServerPatchingDetails.PatchingStatus patchingStatus)
The status of the patching operation.
|
Constructor and Description |
---|
DbServerPatchingDetails(Integer estimatedPatchDuration,
DbServerPatchingDetails.PatchingStatus patchingStatus,
Date timePatchingStarted,
Date timePatchingEnded)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.