Uses of Class
com.oracle.bmc.core.requests.GetVnicRequest
-
Packages that use GetVnicRequest Package Description com.oracle.bmc.core com.oracle.bmc.core.requests -
-
Uses of GetVnicRequest in com.oracle.bmc.core
Methods in com.oracle.bmc.core that return types with arguments of type GetVnicRequest Modifier and Type Method Description Waiter<GetVnicRequest,GetVnicResponse>
VirtualNetworkWaiters. forVnic(GetVnicRequest request, Vnic.LifecycleState... targetStates)
Creates a newWaiter
using the default configuration.Waiter<GetVnicRequest,GetVnicResponse>
VirtualNetworkWaiters. forVnic(GetVnicRequest request, Vnic.LifecycleState targetState, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy)
Creates a newWaiter
using the provided configuration.Waiter<GetVnicRequest,GetVnicResponse>
VirtualNetworkWaiters. forVnic(GetVnicRequest request, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy, Vnic.LifecycleState... targetStates)
Creates a newWaiter
using the provided configuration.Methods in com.oracle.bmc.core with parameters of type GetVnicRequest Modifier and Type Method Description Waiter<GetVnicRequest,GetVnicResponse>
VirtualNetworkWaiters. forVnic(GetVnicRequest request, Vnic.LifecycleState... targetStates)
Creates a newWaiter
using the default configuration.Waiter<GetVnicRequest,GetVnicResponse>
VirtualNetworkWaiters. forVnic(GetVnicRequest request, Vnic.LifecycleState targetState, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy)
Creates a newWaiter
using the provided configuration.Waiter<GetVnicRequest,GetVnicResponse>
VirtualNetworkWaiters. forVnic(GetVnicRequest request, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy, Vnic.LifecycleState... targetStates)
Creates a newWaiter
using the provided configuration.GetVnicResponse
VirtualNetwork. getVnic(GetVnicRequest request)
Gets the information for the specified virtual network interface card (VNIC).Future<GetVnicResponse>
VirtualNetworkAsync. getVnic(GetVnicRequest request, AsyncHandler<GetVnicRequest,GetVnicResponse> handler)
Gets the information for the specified virtual network interface card (VNIC).Future<GetVnicResponse>
VirtualNetworkAsyncClient. getVnic(GetVnicRequest request, AsyncHandler<GetVnicRequest,GetVnicResponse> handler)
GetVnicResponse
VirtualNetworkClient. getVnic(GetVnicRequest request)
Method parameters in com.oracle.bmc.core with type arguments of type GetVnicRequest Modifier and Type Method Description Future<GetVnicResponse>
VirtualNetworkAsync. getVnic(GetVnicRequest request, AsyncHandler<GetVnicRequest,GetVnicResponse> handler)
Gets the information for the specified virtual network interface card (VNIC).Future<GetVnicResponse>
VirtualNetworkAsyncClient. getVnic(GetVnicRequest request, AsyncHandler<GetVnicRequest,GetVnicResponse> handler)
-
Uses of GetVnicRequest in com.oracle.bmc.core.requests
Methods in com.oracle.bmc.core.requests that return GetVnicRequest Modifier and Type Method Description GetVnicRequest
GetVnicRequest.Builder. build()
Build the instance of GetVnicRequest as configured by this builderGetVnicRequest
GetVnicRequest.Builder. buildWithoutInvocationCallback()
Build the instance of GetVnicRequest as configured by this builderMethods in com.oracle.bmc.core.requests with parameters of type GetVnicRequest Modifier and Type Method Description GetVnicRequest.Builder
GetVnicRequest.Builder. copy(GetVnicRequest o)
Copy method to populate the builder with values from the given instance.
-