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