Package | Description |
---|---|
com.oracle.bmc.core | |
com.oracle.bmc.core.requests |
Modifier and Type | Method and Description |
---|---|
ResetInstancePoolResponse |
ComputeManagementClient.resetInstancePool(ResetInstancePoolRequest request) |
ResetInstancePoolResponse |
ComputeManagement.resetInstancePool(ResetInstancePoolRequest request)
Performs the reset (immediate power off and power on) action on the specified instance pool,
which performs the action on all the instances in the pool.
|
Future<ResetInstancePoolResponse> |
ComputeManagementAsyncClient.resetInstancePool(ResetInstancePoolRequest request,
AsyncHandler<ResetInstancePoolRequest,ResetInstancePoolResponse> handler) |
Future<ResetInstancePoolResponse> |
ComputeManagementAsync.resetInstancePool(ResetInstancePoolRequest request,
AsyncHandler<ResetInstancePoolRequest,ResetInstancePoolResponse> handler)
Performs the reset (immediate power off and power on) action on the specified instance pool,
which performs the action on all the instances in the pool.
|
Modifier and Type | Method and Description |
---|---|
Future<ResetInstancePoolResponse> |
ComputeManagementAsyncClient.resetInstancePool(ResetInstancePoolRequest request,
AsyncHandler<ResetInstancePoolRequest,ResetInstancePoolResponse> handler) |
Future<ResetInstancePoolResponse> |
ComputeManagementAsync.resetInstancePool(ResetInstancePoolRequest request,
AsyncHandler<ResetInstancePoolRequest,ResetInstancePoolResponse> handler)
Performs the reset (immediate power off and power on) action on the specified instance pool,
which performs the action on all the instances in the pool.
|
Modifier and Type | Method and Description |
---|---|
ResetInstancePoolRequest |
ResetInstancePoolRequest.Builder.build()
Build the instance of ResetInstancePoolRequest as configured by this builder
|
ResetInstancePoolRequest |
ResetInstancePoolRequest.Builder.buildWithoutInvocationCallback()
Build the instance of ResetInstancePoolRequest as configured by this builder
|
Modifier and Type | Method and Description |
---|---|
ResetInstancePoolRequest.Builder |
ResetInstancePoolRequest.Builder.copy(ResetInstancePoolRequest o)
Copy method to populate the builder with values from the given instance.
|
Copyright © 2016–2024. All rights reserved.