Uses of Class
com.oracle.bmc.core.requests.DeleteVlanRequest
-
Packages that use DeleteVlanRequest Package Description com.oracle.bmc.core com.oracle.bmc.core.requests -
-
Uses of DeleteVlanRequest in com.oracle.bmc.core
Methods in com.oracle.bmc.core with parameters of type DeleteVlanRequest Modifier and Type Method Description DeleteVlanResponse
VirtualNetwork. deleteVlan(DeleteVlanRequest request)
Deletes the specified VLAN, but only if there are no VNICs in the VLAN.Future<DeleteVlanResponse>
VirtualNetworkAsync. deleteVlan(DeleteVlanRequest request, AsyncHandler<DeleteVlanRequest,DeleteVlanResponse> handler)
Deletes the specified VLAN, but only if there are no VNICs in the VLAN.Future<DeleteVlanResponse>
VirtualNetworkAsyncClient. deleteVlan(DeleteVlanRequest request, AsyncHandler<DeleteVlanRequest,DeleteVlanResponse> handler)
DeleteVlanResponse
VirtualNetworkClient. deleteVlan(DeleteVlanRequest request)
Method parameters in com.oracle.bmc.core with type arguments of type DeleteVlanRequest Modifier and Type Method Description Future<DeleteVlanResponse>
VirtualNetworkAsync. deleteVlan(DeleteVlanRequest request, AsyncHandler<DeleteVlanRequest,DeleteVlanResponse> handler)
Deletes the specified VLAN, but only if there are no VNICs in the VLAN.Future<DeleteVlanResponse>
VirtualNetworkAsyncClient. deleteVlan(DeleteVlanRequest request, AsyncHandler<DeleteVlanRequest,DeleteVlanResponse> handler)
-
Uses of DeleteVlanRequest in com.oracle.bmc.core.requests
Methods in com.oracle.bmc.core.requests that return DeleteVlanRequest Modifier and Type Method Description DeleteVlanRequest
DeleteVlanRequest.Builder. build()
Build the instance of DeleteVlanRequest as configured by this builderDeleteVlanRequest
DeleteVlanRequest.Builder. buildWithoutInvocationCallback()
Build the instance of DeleteVlanRequest as configured by this builderMethods in com.oracle.bmc.core.requests with parameters of type DeleteVlanRequest Modifier and Type Method Description DeleteVlanRequest.Builder
DeleteVlanRequest.Builder. copy(DeleteVlanRequest o)
Copy method to populate the builder with values from the given instance.
-