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