Uses of Class
com.oracle.bmc.ocvp.responses.CreateClusterResponse
-
Packages that use CreateClusterResponse Package Description com.oracle.bmc.ocvp com.oracle.bmc.ocvp.responses -
-
Uses of CreateClusterResponse in com.oracle.bmc.ocvp
Methods in com.oracle.bmc.ocvp that return CreateClusterResponse Modifier and Type Method Description CreateClusterResponse
Cluster. createCluster(CreateClusterRequest request)
Create a vSphere Cluster in software-defined data center (SDDC).CreateClusterResponse
ClusterClient. createCluster(CreateClusterRequest request)
Methods in com.oracle.bmc.ocvp that return types with arguments of type CreateClusterResponse Modifier and Type Method Description Future<CreateClusterResponse>
ClusterAsync. createCluster(CreateClusterRequest request, AsyncHandler<CreateClusterRequest,CreateClusterResponse> handler)
Create a vSphere Cluster in software-defined data center (SDDC).Future<CreateClusterResponse>
ClusterAsyncClient. createCluster(CreateClusterRequest request, AsyncHandler<CreateClusterRequest,CreateClusterResponse> handler)
Method parameters in com.oracle.bmc.ocvp with type arguments of type CreateClusterResponse Modifier and Type Method Description Future<CreateClusterResponse>
ClusterAsync. createCluster(CreateClusterRequest request, AsyncHandler<CreateClusterRequest,CreateClusterResponse> handler)
Create a vSphere Cluster in software-defined data center (SDDC).Future<CreateClusterResponse>
ClusterAsyncClient. createCluster(CreateClusterRequest request, AsyncHandler<CreateClusterRequest,CreateClusterResponse> handler)
-
Uses of CreateClusterResponse in com.oracle.bmc.ocvp.responses
Methods in com.oracle.bmc.ocvp.responses that return CreateClusterResponse Modifier and Type Method Description CreateClusterResponse
CreateClusterResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.ocvp.responses with parameters of type CreateClusterResponse Modifier and Type Method Description CreateClusterResponse.Builder
CreateClusterResponse.Builder. copy(CreateClusterResponse o)
Copy method to populate the builder with values from the given instance.
-