Uses of Class
com.oracle.bmc.core.requests.GetDrgRedundancyStatusRequest
-
Packages that use GetDrgRedundancyStatusRequest Package Description com.oracle.bmc.core com.oracle.bmc.core.requests -
-
Uses of GetDrgRedundancyStatusRequest in com.oracle.bmc.core
Methods in com.oracle.bmc.core with parameters of type GetDrgRedundancyStatusRequest Modifier and Type Method Description GetDrgRedundancyStatusResponse
VirtualNetwork. getDrgRedundancyStatus(GetDrgRedundancyStatusRequest request)
Gets the redundancy status for the specified DRG.Future<GetDrgRedundancyStatusResponse>
VirtualNetworkAsync. getDrgRedundancyStatus(GetDrgRedundancyStatusRequest request, AsyncHandler<GetDrgRedundancyStatusRequest,GetDrgRedundancyStatusResponse> handler)
Gets the redundancy status for the specified DRG.Future<GetDrgRedundancyStatusResponse>
VirtualNetworkAsyncClient. getDrgRedundancyStatus(GetDrgRedundancyStatusRequest request, AsyncHandler<GetDrgRedundancyStatusRequest,GetDrgRedundancyStatusResponse> handler)
GetDrgRedundancyStatusResponse
VirtualNetworkClient. getDrgRedundancyStatus(GetDrgRedundancyStatusRequest request)
Method parameters in com.oracle.bmc.core with type arguments of type GetDrgRedundancyStatusRequest Modifier and Type Method Description Future<GetDrgRedundancyStatusResponse>
VirtualNetworkAsync. getDrgRedundancyStatus(GetDrgRedundancyStatusRequest request, AsyncHandler<GetDrgRedundancyStatusRequest,GetDrgRedundancyStatusResponse> handler)
Gets the redundancy status for the specified DRG.Future<GetDrgRedundancyStatusResponse>
VirtualNetworkAsyncClient. getDrgRedundancyStatus(GetDrgRedundancyStatusRequest request, AsyncHandler<GetDrgRedundancyStatusRequest,GetDrgRedundancyStatusResponse> handler)
-
Uses of GetDrgRedundancyStatusRequest in com.oracle.bmc.core.requests
Methods in com.oracle.bmc.core.requests that return GetDrgRedundancyStatusRequest Modifier and Type Method Description GetDrgRedundancyStatusRequest
GetDrgRedundancyStatusRequest.Builder. build()
Build the instance of GetDrgRedundancyStatusRequest as configured by this builderGetDrgRedundancyStatusRequest
GetDrgRedundancyStatusRequest.Builder. buildWithoutInvocationCallback()
Build the instance of GetDrgRedundancyStatusRequest as configured by this builderMethods in com.oracle.bmc.core.requests with parameters of type GetDrgRedundancyStatusRequest Modifier and Type Method Description GetDrgRedundancyStatusRequest.Builder
GetDrgRedundancyStatusRequest.Builder. copy(GetDrgRedundancyStatusRequest o)
Copy method to populate the builder with values from the given instance.
-