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 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) |
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,
MaintenanceRun.MaintenanceSubtype maintenanceSubtype)
Deprecated.
|
Copyright © 2016–2019. All rights reserved.