Package | Description |
---|---|
com.oracle.bmc.core | |
com.oracle.bmc.core.requests |
Modifier and Type | Method and Description |
---|---|
Waiter<GetVnicRequest,GetVnicResponse> |
VirtualNetworkWaiters.forVnic(GetVnicRequest request,
TerminationStrategy terminationStrategy,
DelayStrategy delayStrategy,
Vnic.LifecycleState... targetStates)
Creates a new
Waiter using the provided configuration. |
Waiter<GetVnicRequest,GetVnicResponse> |
VirtualNetworkWaiters.forVnic(GetVnicRequest request,
Vnic.LifecycleState... targetStates)
Creates a new
Waiter using the default configuration. |
Waiter<GetVnicRequest,GetVnicResponse> |
VirtualNetworkWaiters.forVnic(GetVnicRequest request,
Vnic.LifecycleState targetState,
TerminationStrategy terminationStrategy,
DelayStrategy delayStrategy)
Creates a new
Waiter using the provided configuration. |
Modifier and Type | Method and Description |
---|---|
Waiter<GetVnicRequest,GetVnicResponse> |
VirtualNetworkWaiters.forVnic(GetVnicRequest request,
TerminationStrategy terminationStrategy,
DelayStrategy delayStrategy,
Vnic.LifecycleState... targetStates)
Creates a new
Waiter using the provided configuration. |
Waiter<GetVnicRequest,GetVnicResponse> |
VirtualNetworkWaiters.forVnic(GetVnicRequest request,
Vnic.LifecycleState... targetStates)
Creates a new
Waiter using the default configuration. |
Waiter<GetVnicRequest,GetVnicResponse> |
VirtualNetworkWaiters.forVnic(GetVnicRequest request,
Vnic.LifecycleState targetState,
TerminationStrategy terminationStrategy,
DelayStrategy delayStrategy)
Creates a new
Waiter using the provided configuration. |
GetVnicResponse |
VirtualNetwork.getVnic(GetVnicRequest request)
Gets the information for the specified virtual network interface card (VNIC).
|
GetVnicResponse |
VirtualNetworkClient.getVnic(GetVnicRequest request) |
Future<GetVnicResponse> |
VirtualNetworkAsyncClient.getVnic(GetVnicRequest request,
AsyncHandler<GetVnicRequest,GetVnicResponse> handler) |
Future<GetVnicResponse> |
VirtualNetworkAsync.getVnic(GetVnicRequest request,
AsyncHandler<GetVnicRequest,GetVnicResponse> handler)
Gets the information for the specified virtual network interface card (VNIC).
|
Modifier and Type | Method and Description |
---|---|
Future<GetVnicResponse> |
VirtualNetworkAsyncClient.getVnic(GetVnicRequest request,
AsyncHandler<GetVnicRequest,GetVnicResponse> handler) |
Future<GetVnicResponse> |
VirtualNetworkAsync.getVnic(GetVnicRequest request,
AsyncHandler<GetVnicRequest,GetVnicResponse> handler)
Gets the information for the specified virtual network interface card (VNIC).
|
Modifier and Type | Method and Description |
---|---|
GetVnicRequest |
GetVnicRequest.Builder.build()
Build the instance of GetVnicRequest as configured by this builder
|
GetVnicRequest |
GetVnicRequest.Builder.buildWithoutInvocationCallback()
Build the instance of GetVnicRequest as configured by this builder
|
Modifier and Type | Method and Description |
---|---|
GetVnicRequest.Builder |
GetVnicRequest.Builder.copy(GetVnicRequest o)
Copy method to populate the builder with values from the given instance.
|
Copyright © 2016–2023. All rights reserved.