Uses of Class
com.oracle.bmc.ocvp.responses.DetachDatastoreClusterFromEsxiHostResponse
-
Packages that use DetachDatastoreClusterFromEsxiHostResponse Package Description com.oracle.bmc.ocvp com.oracle.bmc.ocvp.responses -
-
Uses of DetachDatastoreClusterFromEsxiHostResponse in com.oracle.bmc.ocvp
Methods in com.oracle.bmc.ocvp that return DetachDatastoreClusterFromEsxiHostResponse Modifier and Type Method Description DetachDatastoreClusterFromEsxiHostResponse
DatastoreCluster. detachDatastoreClusterFromEsxiHost(DetachDatastoreClusterFromEsxiHostRequest request)
Detach the specified Datastore Cluster from the provided ESXi Hosts.DetachDatastoreClusterFromEsxiHostResponse
DatastoreClusterClient. detachDatastoreClusterFromEsxiHost(DetachDatastoreClusterFromEsxiHostRequest request)
Methods in com.oracle.bmc.ocvp that return types with arguments of type DetachDatastoreClusterFromEsxiHostResponse Modifier and Type Method Description Future<DetachDatastoreClusterFromEsxiHostResponse>
DatastoreClusterAsync. detachDatastoreClusterFromEsxiHost(DetachDatastoreClusterFromEsxiHostRequest request, AsyncHandler<DetachDatastoreClusterFromEsxiHostRequest,DetachDatastoreClusterFromEsxiHostResponse> handler)
Detach the specified Datastore Cluster from the provided ESXi Hosts.Future<DetachDatastoreClusterFromEsxiHostResponse>
DatastoreClusterAsyncClient. detachDatastoreClusterFromEsxiHost(DetachDatastoreClusterFromEsxiHostRequest request, AsyncHandler<DetachDatastoreClusterFromEsxiHostRequest,DetachDatastoreClusterFromEsxiHostResponse> handler)
Method parameters in com.oracle.bmc.ocvp with type arguments of type DetachDatastoreClusterFromEsxiHostResponse Modifier and Type Method Description Future<DetachDatastoreClusterFromEsxiHostResponse>
DatastoreClusterAsync. detachDatastoreClusterFromEsxiHost(DetachDatastoreClusterFromEsxiHostRequest request, AsyncHandler<DetachDatastoreClusterFromEsxiHostRequest,DetachDatastoreClusterFromEsxiHostResponse> handler)
Detach the specified Datastore Cluster from the provided ESXi Hosts.Future<DetachDatastoreClusterFromEsxiHostResponse>
DatastoreClusterAsyncClient. detachDatastoreClusterFromEsxiHost(DetachDatastoreClusterFromEsxiHostRequest request, AsyncHandler<DetachDatastoreClusterFromEsxiHostRequest,DetachDatastoreClusterFromEsxiHostResponse> handler)
-
Uses of DetachDatastoreClusterFromEsxiHostResponse in com.oracle.bmc.ocvp.responses
Methods in com.oracle.bmc.ocvp.responses that return DetachDatastoreClusterFromEsxiHostResponse Modifier and Type Method Description DetachDatastoreClusterFromEsxiHostResponse
DetachDatastoreClusterFromEsxiHostResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.ocvp.responses with parameters of type DetachDatastoreClusterFromEsxiHostResponse Modifier and Type Method Description DetachDatastoreClusterFromEsxiHostResponse.Builder
DetachDatastoreClusterFromEsxiHostResponse.Builder. copy(DetachDatastoreClusterFromEsxiHostResponse o)
Copy method to populate the builder with values from the given instance.
-