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