Uses of Class
com.oracle.bmc.core.requests.SoftresetInstancePoolRequest
-
Packages that use SoftresetInstancePoolRequest Package Description com.oracle.bmc.core com.oracle.bmc.core.requests -
-
Uses of SoftresetInstancePoolRequest in com.oracle.bmc.core
Methods in com.oracle.bmc.core with parameters of type SoftresetInstancePoolRequest Modifier and Type Method Description 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>
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.Future<SoftresetInstancePoolResponse>
ComputeManagementAsyncClient. softresetInstancePool(SoftresetInstancePoolRequest request, AsyncHandler<SoftresetInstancePoolRequest,SoftresetInstancePoolResponse> handler)
SoftresetInstancePoolResponse
ComputeManagementClient. softresetInstancePool(SoftresetInstancePoolRequest request)
Method parameters in com.oracle.bmc.core with type arguments of type SoftresetInstancePoolRequest Modifier and Type Method Description 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.Future<SoftresetInstancePoolResponse>
ComputeManagementAsyncClient. softresetInstancePool(SoftresetInstancePoolRequest request, AsyncHandler<SoftresetInstancePoolRequest,SoftresetInstancePoolResponse> handler)
-
Uses of SoftresetInstancePoolRequest in com.oracle.bmc.core.requests
Methods in com.oracle.bmc.core.requests that return SoftresetInstancePoolRequest Modifier and Type Method Description SoftresetInstancePoolRequest
SoftresetInstancePoolRequest.Builder. build()
Build the instance of SoftresetInstancePoolRequest as configured by this builderSoftresetInstancePoolRequest
SoftresetInstancePoolRequest.Builder. buildWithoutInvocationCallback()
Build the instance of SoftresetInstancePoolRequest as configured by this builderMethods in com.oracle.bmc.core.requests with parameters of type SoftresetInstancePoolRequest Modifier and Type Method Description SoftresetInstancePoolRequest.Builder
SoftresetInstancePoolRequest.Builder. copy(SoftresetInstancePoolRequest o)
Copy method to populate the builder with values from the given instance.
-