Uses of Class
com.oracle.bmc.core.requests.CreateDedicatedVmHostRequest
-
Packages that use CreateDedicatedVmHostRequest Package Description com.oracle.bmc.core com.oracle.bmc.core.requests -
-
Uses of CreateDedicatedVmHostRequest in com.oracle.bmc.core
Methods in com.oracle.bmc.core that return types with arguments of type CreateDedicatedVmHostRequest Modifier and Type Method Description Waiter<CreateDedicatedVmHostRequest,CreateDedicatedVmHostResponse>
ComputeWaiters. forCreateDedicatedVmHost(CreateDedicatedVmHostRequest request)
Creates a newWaiter
using the default configuration.Waiter<CreateDedicatedVmHostRequest,CreateDedicatedVmHostResponse>
ComputeWaiters. forCreateDedicatedVmHost(CreateDedicatedVmHostRequest request, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy)
Creates a newWaiter
using the provided configuration.Method parameters in com.oracle.bmc.core with type arguments of type CreateDedicatedVmHostRequest Modifier and Type Method Description Future<CreateDedicatedVmHostResponse>
ComputeAsync. createDedicatedVmHost(CreateDedicatedVmHostRequest request, AsyncHandler<CreateDedicatedVmHostRequest,CreateDedicatedVmHostResponse> handler)
Creates a new dedicated virtual machine host in the specified compartment and the specified availability domain.Future<CreateDedicatedVmHostResponse>
ComputeAsyncClient. createDedicatedVmHost(CreateDedicatedVmHostRequest request, AsyncHandler<CreateDedicatedVmHostRequest,CreateDedicatedVmHostResponse> handler)
-
Uses of CreateDedicatedVmHostRequest in com.oracle.bmc.core.requests
Methods in com.oracle.bmc.core.requests that return CreateDedicatedVmHostRequest Modifier and Type Method Description CreateDedicatedVmHostRequest
CreateDedicatedVmHostRequest.Builder. build()
Build the instance of CreateDedicatedVmHostRequest as configured by this builderCreateDedicatedVmHostRequest
CreateDedicatedVmHostRequest.Builder. buildWithoutInvocationCallback()
Build the instance of CreateDedicatedVmHostRequest as configured by this builderMethods in com.oracle.bmc.core.requests with parameters of type CreateDedicatedVmHostRequest Modifier and Type Method Description CreateDedicatedVmHostRequest.Builder
CreateDedicatedVmHostRequest.Builder. copy(CreateDedicatedVmHostRequest o)
Copy method to populate the builder with values from the given instance.
-