Package | Description |
---|---|
com.oracle.bmc.database | |
com.oracle.bmc.database.requests |
Modifier and Type | Method and Description |
---|---|
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
|
DbNodeActionResponse |
DatabaseClient.dbNodeAction(DbNodeActionRequest request) |
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
|
Future<DbNodeActionResponse> |
DatabaseAsyncClient.dbNodeAction(DbNodeActionRequest request,
AsyncHandler<DbNodeActionRequest,DbNodeActionResponse> handler) |
Modifier and Type | Method and Description |
---|---|
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
|
Future<DbNodeActionResponse> |
DatabaseAsyncClient.dbNodeAction(DbNodeActionRequest request,
AsyncHandler<DbNodeActionRequest,DbNodeActionResponse> handler) |
Modifier and Type | Method and Description |
---|---|
DbNodeActionRequest |
DbNodeActionRequest.Builder.build()
Build the instance of DbNodeActionRequest as configured by this builder
|
DbNodeActionRequest |
DbNodeActionRequest.Builder.buildWithoutInvocationCallback() |
Modifier and Type | Method and Description |
---|---|
DbNodeActionRequest.Builder |
DbNodeActionRequest.Builder.copy(DbNodeActionRequest o)
Copy method to populate the builder with values from the given instance.
|
Copyright © 2016–2019. All rights reserved.