Package | Description |
---|---|
com.oracle.bmc.database.model | |
com.oracle.bmc.database.requests |
Modifier and Type | Method and Description |
---|---|
static MaintenanceRunSummary.LifecycleState |
MaintenanceRunSummary.LifecycleState.create(String key) |
MaintenanceRunSummary.LifecycleState |
MaintenanceRunSummary.getLifecycleState()
The current state of the maintenance run.
|
static MaintenanceRunSummary.LifecycleState |
MaintenanceRunSummary.LifecycleState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MaintenanceRunSummary.LifecycleState[] |
MaintenanceRunSummary.LifecycleState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
MaintenanceRunSummary.Builder |
MaintenanceRunSummary.Builder.lifecycleState(MaintenanceRunSummary.LifecycleState lifecycleState)
The current state of the maintenance run.
|
Constructor and Description |
---|
MaintenanceRunSummary(String id,
String compartmentId,
String displayName,
String description,
MaintenanceRunSummary.LifecycleState lifecycleState,
String lifecycleDetails,
Date timeScheduled,
Date timeStarted,
Date timeEnded,
MaintenanceRunSummary.TargetResourceType targetResourceType,
String targetResourceId,
MaintenanceRunSummary.MaintenanceType maintenanceType,
String patchId,
MaintenanceRunSummary.MaintenanceSubtype maintenanceSubtype,
Boolean isDstFileUpdateEnabled,
String peerMaintenanceRunId,
MaintenanceRunSummary.PatchingMode patchingMode,
Integer patchFailureCount,
String targetDbServerVersion,
String targetStorageServerVersion,
Boolean isCustomActionTimeoutEnabled,
Integer customActionTimeoutInMins,
Integer currentCustomActionTimeoutInMins,
MaintenanceRunSummary.PatchingStatus patchingStatus,
Date patchingStartTime,
Date patchingEndTime,
EstimatedPatchingTime estimatedPatchingTime,
String currentPatchingComponent,
Date estimatedComponentPatchingStartTime,
Boolean isMaintenanceRunGranular,
Integer totalTimeTakenInMins,
String databaseSoftwareImageId)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
MaintenanceRunSummary.LifecycleState |
ListMaintenanceRunsRequest.getLifecycleState()
A filter to return only resources that match the given lifecycle state exactly.
|
MaintenanceRunSummary.LifecycleState |
ListMaintenanceRunHistoryRequest.getLifecycleState()
The state of the maintenance run history.
|
Modifier and Type | Method and Description |
---|---|
ListMaintenanceRunsRequest.Builder |
ListMaintenanceRunsRequest.Builder.lifecycleState(MaintenanceRunSummary.LifecycleState lifecycleState)
A filter to return only resources that match the given lifecycle state exactly.
|
ListMaintenanceRunHistoryRequest.Builder |
ListMaintenanceRunHistoryRequest.Builder.lifecycleState(MaintenanceRunSummary.LifecycleState lifecycleState)
The state of the maintenance run history.
|
Copyright © 2016–2024. All rights reserved.