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