Package | Description |
---|---|
com.oracle.bmc.core | |
com.oracle.bmc.core.responses |
Modifier and Type | Method and Description |
---|---|
StopInstancePoolResponse |
ComputeManagementClient.stopInstancePool(StopInstancePoolRequest request) |
StopInstancePoolResponse |
ComputeManagement.stopInstancePool(StopInstancePoolRequest request)
Performs the stop (immediate power off) action on the specified instance pool, which performs
the action on all the instances in the pool.
|
Modifier and Type | Method and Description |
---|---|
Future<StopInstancePoolResponse> |
ComputeManagementAsyncClient.stopInstancePool(StopInstancePoolRequest request,
AsyncHandler<StopInstancePoolRequest,StopInstancePoolResponse> handler) |
Future<StopInstancePoolResponse> |
ComputeManagementAsync.stopInstancePool(StopInstancePoolRequest request,
AsyncHandler<StopInstancePoolRequest,StopInstancePoolResponse> handler)
Performs the stop (immediate power off) action on the specified instance pool, which performs
the action on all the instances in the pool.
|
Modifier and Type | Method and Description |
---|---|
Future<StopInstancePoolResponse> |
ComputeManagementAsyncClient.stopInstancePool(StopInstancePoolRequest request,
AsyncHandler<StopInstancePoolRequest,StopInstancePoolResponse> handler) |
Future<StopInstancePoolResponse> |
ComputeManagementAsync.stopInstancePool(StopInstancePoolRequest request,
AsyncHandler<StopInstancePoolRequest,StopInstancePoolResponse> handler)
Performs the stop (immediate power off) action on the specified instance pool, which performs
the action on all the instances in the pool.
|
Modifier and Type | Method and Description |
---|---|
StopInstancePoolResponse |
StopInstancePoolResponse.Builder.build()
Build the response object.
|
Modifier and Type | Method and Description |
---|---|
StopInstancePoolResponse.Builder |
StopInstancePoolResponse.Builder.copy(StopInstancePoolResponse o)
Copy method to populate the builder with values from the given instance.
|
Copyright © 2016–2024. All rights reserved.