Package | Description |
---|---|
com.oracle.bmc.core | |
com.oracle.bmc.core.responses |
Modifier and Type | Method and Description |
---|---|
DeleteVlanResponse |
VirtualNetwork.deleteVlan(DeleteVlanRequest request)
Deletes the specified VLAN, but only if there are no VNICs in the VLAN.
|
DeleteVlanResponse |
VirtualNetworkClient.deleteVlan(DeleteVlanRequest request) |
Modifier and Type | Method and Description |
---|---|
Future<DeleteVlanResponse> |
VirtualNetworkAsyncClient.deleteVlan(DeleteVlanRequest request,
AsyncHandler<DeleteVlanRequest,DeleteVlanResponse> handler) |
Future<DeleteVlanResponse> |
VirtualNetworkAsync.deleteVlan(DeleteVlanRequest request,
AsyncHandler<DeleteVlanRequest,DeleteVlanResponse> handler)
Deletes the specified VLAN, but only if there are no VNICs in the VLAN.
|
Modifier and Type | Method and Description |
---|---|
Future<DeleteVlanResponse> |
VirtualNetworkAsyncClient.deleteVlan(DeleteVlanRequest request,
AsyncHandler<DeleteVlanRequest,DeleteVlanResponse> handler) |
Future<DeleteVlanResponse> |
VirtualNetworkAsync.deleteVlan(DeleteVlanRequest request,
AsyncHandler<DeleteVlanRequest,DeleteVlanResponse> handler)
Deletes the specified VLAN, but only if there are no VNICs in the VLAN.
|
Modifier and Type | Method and Description |
---|---|
DeleteVlanResponse |
DeleteVlanResponse.Builder.build()
Build the response object.
|
Modifier and Type | Method and Description |
---|---|
DeleteVlanResponse.Builder |
DeleteVlanResponse.Builder.copy(DeleteVlanResponse o)
Copy method to populate the builder with values from the given instance.
|
Copyright © 2016–2023. All rights reserved.