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