Package | Description |
---|---|
com.oracle.bmc.database | |
com.oracle.bmc.database.responses |
Modifier and Type | Method and Description |
---|---|
DbNodeActionResponse |
DatabaseClient.dbNodeAction(DbNodeActionRequest request) |
DbNodeActionResponse |
Database.dbNodeAction(DbNodeActionRequest request)
Performs one of the following power actions on the specified DB node: - start - power on -
stop - power off - softreset - ACPI shutdown and power on - reset - power off and power on
|
Modifier and Type | Method and Description |
---|---|
Future<DbNodeActionResponse> |
DatabaseAsyncClient.dbNodeAction(DbNodeActionRequest request,
AsyncHandler<DbNodeActionRequest,DbNodeActionResponse> handler) |
Future<DbNodeActionResponse> |
DatabaseAsync.dbNodeAction(DbNodeActionRequest request,
AsyncHandler<DbNodeActionRequest,DbNodeActionResponse> handler)
Performs one of the following power actions on the specified DB node: - start - power on -
stop - power off - softreset - ACPI shutdown and power on - reset - power off and power on
|
Waiter<DbNodeActionRequest,DbNodeActionResponse> |
DatabaseWaiters.forDbNodeAction(DbNodeActionRequest request)
Creates a new
Waiter using the default configuration. |
Waiter<DbNodeActionRequest,DbNodeActionResponse> |
DatabaseWaiters.forDbNodeAction(DbNodeActionRequest request,
TerminationStrategy terminationStrategy,
DelayStrategy delayStrategy)
Creates a new
Waiter using the provided configuration. |
Modifier and Type | Method and Description |
---|---|
Future<DbNodeActionResponse> |
DatabaseAsyncClient.dbNodeAction(DbNodeActionRequest request,
AsyncHandler<DbNodeActionRequest,DbNodeActionResponse> handler) |
Future<DbNodeActionResponse> |
DatabaseAsync.dbNodeAction(DbNodeActionRequest request,
AsyncHandler<DbNodeActionRequest,DbNodeActionResponse> handler)
Performs one of the following power actions on the specified DB node: - start - power on -
stop - power off - softreset - ACPI shutdown and power on - reset - power off and power on
|
Modifier and Type | Method and Description |
---|---|
DbNodeActionResponse |
DbNodeActionResponse.Builder.build()
Build the response object.
|
Modifier and Type | Method and Description |
---|---|
DbNodeActionResponse.Builder |
DbNodeActionResponse.Builder.copy(DbNodeActionResponse o)
Copy method to populate the builder with values from the given instance.
|
Copyright © 2016–2024. All rights reserved.