Package | Description |
---|---|
com.oracle.bmc.database | |
com.oracle.bmc.database.model |
Modifier and Type | Method and Description |
---|---|
Waiter<GetMaintenanceRunRequest,GetMaintenanceRunResponse> |
DatabaseWaiters.forMaintenanceRun(GetMaintenanceRunRequest request,
MaintenanceRun.LifecycleState... targetStates)
Creates a new
Waiter using the default configuration. |
Waiter<GetMaintenanceRunRequest,GetMaintenanceRunResponse> |
DatabaseWaiters.forMaintenanceRun(GetMaintenanceRunRequest request,
MaintenanceRun.LifecycleState targetState,
TerminationStrategy terminationStrategy,
DelayStrategy delayStrategy)
Creates a new
Waiter using the provided configuration. |
Waiter<GetMaintenanceRunRequest,GetMaintenanceRunResponse> |
DatabaseWaiters.forMaintenanceRun(GetMaintenanceRunRequest request,
TerminationStrategy terminationStrategy,
DelayStrategy delayStrategy,
MaintenanceRun.LifecycleState... targetStates)
Creates a new
Waiter using the provided configuration. |
Modifier and Type | Method and Description |
---|---|
static MaintenanceRun.LifecycleState |
MaintenanceRun.LifecycleState.create(String key) |
MaintenanceRun.LifecycleState |
MaintenanceRun.getLifecycleState()
The current state of the maintenance run.
|
static MaintenanceRun.LifecycleState |
MaintenanceRun.LifecycleState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MaintenanceRun.LifecycleState[] |
MaintenanceRun.LifecycleState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
MaintenanceRun.Builder |
MaintenanceRun.Builder.lifecycleState(MaintenanceRun.LifecycleState lifecycleState)
The current state of the maintenance run.
|
Constructor and Description |
---|
MaintenanceRun(String id,
String compartmentId,
String displayName,
String description,
MaintenanceRun.LifecycleState lifecycleState,
String lifecycleDetails,
Date timeScheduled,
Date timeStarted,
Date timeEnded,
MaintenanceRun.TargetResourceType targetResourceType,
String targetResourceId,
MaintenanceRun.MaintenanceType maintenanceType,
String patchId,
MaintenanceRun.MaintenanceSubtype maintenanceSubtype,
Boolean isDstFileUpdateEnabled,
String peerMaintenanceRunId,
MaintenanceRun.PatchingMode patchingMode,
Integer patchFailureCount,
String targetDbServerVersion,
String targetStorageServerVersion,
Boolean isCustomActionTimeoutEnabled,
Integer customActionTimeoutInMins,
Integer currentCustomActionTimeoutInMins,
MaintenanceRun.PatchingStatus patchingStatus,
Date patchingStartTime,
Date patchingEndTime,
EstimatedPatchingTime estimatedPatchingTime,
String currentPatchingComponent,
Date estimatedComponentPatchingStartTime,
Boolean isMaintenanceRunGranular,
Integer totalTimeTakenInMins,
String databaseSoftwareImageId)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.