Uses of Class
com.oracle.bmc.database.responses.GetVmClusterNetworkResponse
-
Packages that use GetVmClusterNetworkResponse Package Description com.oracle.bmc.database com.oracle.bmc.database.responses -
-
Uses of GetVmClusterNetworkResponse in com.oracle.bmc.database
Methods in com.oracle.bmc.database that return GetVmClusterNetworkResponse Modifier and Type Method Description GetVmClusterNetworkResponse
Database. getVmClusterNetwork(GetVmClusterNetworkRequest request)
Gets information about the specified VM cluster network.GetVmClusterNetworkResponse
DatabaseClient. getVmClusterNetwork(GetVmClusterNetworkRequest request)
Method parameters in com.oracle.bmc.database with type arguments of type GetVmClusterNetworkResponse Modifier and Type Method Description Future<GetVmClusterNetworkResponse>
DatabaseAsync. getVmClusterNetwork(GetVmClusterNetworkRequest request, AsyncHandler<GetVmClusterNetworkRequest,GetVmClusterNetworkResponse> handler)
Gets information about the specified VM cluster network.Future<GetVmClusterNetworkResponse>
DatabaseAsyncClient. getVmClusterNetwork(GetVmClusterNetworkRequest request, AsyncHandler<GetVmClusterNetworkRequest,GetVmClusterNetworkResponse> handler)
-
Uses of GetVmClusterNetworkResponse in com.oracle.bmc.database.responses
Methods in com.oracle.bmc.database.responses that return GetVmClusterNetworkResponse Modifier and Type Method Description GetVmClusterNetworkResponse
GetVmClusterNetworkResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.database.responses with parameters of type GetVmClusterNetworkResponse Modifier and Type Method Description GetVmClusterNetworkResponse.Builder
GetVmClusterNetworkResponse.Builder. copy(GetVmClusterNetworkResponse o)
Copy method to populate the builder with values from the given instance.
-