Uses of Class
com.oracle.bmc.resourcemanager.requests.GetReachableIpRequest
-
Packages that use GetReachableIpRequest Package Description com.oracle.bmc.resourcemanager com.oracle.bmc.resourcemanager.requests -
-
Uses of GetReachableIpRequest in com.oracle.bmc.resourcemanager
Methods in com.oracle.bmc.resourcemanager with parameters of type GetReachableIpRequest Modifier and Type Method Description GetReachableIpResponse
ResourceManager. getReachableIp(GetReachableIpRequest request)
Gets the reachable, or alternative, IP address for a nonpublic IP address that is associated with the private endpoint.Future<GetReachableIpResponse>
ResourceManagerAsync. getReachableIp(GetReachableIpRequest request, AsyncHandler<GetReachableIpRequest,GetReachableIpResponse> handler)
Gets the reachable, or alternative, IP address for a nonpublic IP address that is associated with the private endpoint.Future<GetReachableIpResponse>
ResourceManagerAsyncClient. getReachableIp(GetReachableIpRequest request, AsyncHandler<GetReachableIpRequest,GetReachableIpResponse> handler)
GetReachableIpResponse
ResourceManagerClient. getReachableIp(GetReachableIpRequest request)
Method parameters in com.oracle.bmc.resourcemanager with type arguments of type GetReachableIpRequest Modifier and Type Method Description Future<GetReachableIpResponse>
ResourceManagerAsync. getReachableIp(GetReachableIpRequest request, AsyncHandler<GetReachableIpRequest,GetReachableIpResponse> handler)
Gets the reachable, or alternative, IP address for a nonpublic IP address that is associated with the private endpoint.Future<GetReachableIpResponse>
ResourceManagerAsyncClient. getReachableIp(GetReachableIpRequest request, AsyncHandler<GetReachableIpRequest,GetReachableIpResponse> handler)
-
Uses of GetReachableIpRequest in com.oracle.bmc.resourcemanager.requests
Methods in com.oracle.bmc.resourcemanager.requests that return GetReachableIpRequest Modifier and Type Method Description GetReachableIpRequest
GetReachableIpRequest.Builder. build()
Build the instance of GetReachableIpRequest as configured by this builderGetReachableIpRequest
GetReachableIpRequest.Builder. buildWithoutInvocationCallback()
Build the instance of GetReachableIpRequest as configured by this builderMethods in com.oracle.bmc.resourcemanager.requests with parameters of type GetReachableIpRequest Modifier and Type Method Description GetReachableIpRequest.Builder
GetReachableIpRequest.Builder. copy(GetReachableIpRequest o)
Copy method to populate the builder with values from the given instance.
-