Uses of Class
com.oracle.bmc.core.responses.GetClusterNetworkResponse
-
Packages that use GetClusterNetworkResponse Package Description com.oracle.bmc.core com.oracle.bmc.core.responses -
-
Uses of GetClusterNetworkResponse in com.oracle.bmc.core
Methods in com.oracle.bmc.core that return GetClusterNetworkResponse Modifier and Type Method Description GetClusterNetworkResponse
ComputeManagement. getClusterNetwork(GetClusterNetworkRequest request)
Gets information about a cluster network with instance pools.GetClusterNetworkResponse
ComputeManagementClient. getClusterNetwork(GetClusterNetworkRequest request)
Method parameters in com.oracle.bmc.core with type arguments of type GetClusterNetworkResponse Modifier and Type Method Description Future<GetClusterNetworkResponse>
ComputeManagementAsync. getClusterNetwork(GetClusterNetworkRequest request, AsyncHandler<GetClusterNetworkRequest,GetClusterNetworkResponse> handler)
Gets information about a cluster network with instance pools.Future<GetClusterNetworkResponse>
ComputeManagementAsyncClient. getClusterNetwork(GetClusterNetworkRequest request, AsyncHandler<GetClusterNetworkRequest,GetClusterNetworkResponse> handler)
-
Uses of GetClusterNetworkResponse in com.oracle.bmc.core.responses
Methods in com.oracle.bmc.core.responses that return GetClusterNetworkResponse Modifier and Type Method Description GetClusterNetworkResponse
GetClusterNetworkResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.core.responses with parameters of type GetClusterNetworkResponse Modifier and Type Method Description GetClusterNetworkResponse.Builder
GetClusterNetworkResponse.Builder. copy(GetClusterNetworkResponse o)
Copy method to populate the builder with values from the given instance.
-