Package | Description |
---|---|
com.oracle.bmc.database.model |
Modifier and Type | Method and Description |
---|---|
static CreateMaintenanceRunDetails.PatchingMode |
CreateMaintenanceRunDetails.PatchingMode.create(String key) |
CreateMaintenanceRunDetails.PatchingMode |
CreateMaintenanceRunDetails.getPatchingMode()
Cloud Exadata infrastructure node patching method, either “ROLLING” or “NONROLLING”.
|
static CreateMaintenanceRunDetails.PatchingMode |
CreateMaintenanceRunDetails.PatchingMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CreateMaintenanceRunDetails.PatchingMode[] |
CreateMaintenanceRunDetails.PatchingMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
CreateMaintenanceRunDetails.Builder |
CreateMaintenanceRunDetails.Builder.patchingMode(CreateMaintenanceRunDetails.PatchingMode patchingMode)
Cloud Exadata infrastructure node patching method, either “ROLLING” or “NONROLLING”.
|
Constructor and Description |
---|
CreateMaintenanceRunDetails(String targetResourceId,
Boolean isDstFileUpdateEnabled,
Date timeScheduled,
CreateMaintenanceRunDetails.PatchingMode patchingMode,
CreateMaintenanceRunDetails.PatchType patchType,
String compartmentId,
String databaseSoftwareImageId)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.