Package | Description |
---|---|
com.oracle.bmc.core | |
com.oracle.bmc.core.requests |
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.
|
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 |
---|---|
StopInstancePoolRequest |
StopInstancePoolRequest.Builder.build()
Build the instance of StopInstancePoolRequest as configured by this builder
|
StopInstancePoolRequest |
StopInstancePoolRequest.Builder.buildWithoutInvocationCallback()
Build the instance of StopInstancePoolRequest as configured by this builder
|
Modifier and Type | Method and Description |
---|---|
StopInstancePoolRequest.Builder |
StopInstancePoolRequest.Builder.copy(StopInstancePoolRequest o)
Copy method to populate the builder with values from the given instance.
|
Copyright © 2016–2023. All rights reserved.