Uses of Class
com.oracle.bmc.core.requests.CreateVlanRequest
-
Packages that use CreateVlanRequest Package Description com.oracle.bmc.core com.oracle.bmc.core.requests -
-
Uses of CreateVlanRequest in com.oracle.bmc.core
Methods in com.oracle.bmc.core with parameters of type CreateVlanRequest Modifier and Type Method Description CreateVlanResponse
VirtualNetwork. createVlan(CreateVlanRequest request)
Creates a VLAN in the specified VCN and the specified compartment.Future<CreateVlanResponse>
VirtualNetworkAsync. createVlan(CreateVlanRequest request, AsyncHandler<CreateVlanRequest,CreateVlanResponse> handler)
Creates a VLAN in the specified VCN and the specified compartment.Future<CreateVlanResponse>
VirtualNetworkAsyncClient. createVlan(CreateVlanRequest request, AsyncHandler<CreateVlanRequest,CreateVlanResponse> handler)
CreateVlanResponse
VirtualNetworkClient. createVlan(CreateVlanRequest request)
Method parameters in com.oracle.bmc.core with type arguments of type CreateVlanRequest Modifier and Type Method Description Future<CreateVlanResponse>
VirtualNetworkAsync. createVlan(CreateVlanRequest request, AsyncHandler<CreateVlanRequest,CreateVlanResponse> handler)
Creates a VLAN in the specified VCN and the specified compartment.Future<CreateVlanResponse>
VirtualNetworkAsyncClient. createVlan(CreateVlanRequest request, AsyncHandler<CreateVlanRequest,CreateVlanResponse> handler)
-
Uses of CreateVlanRequest in com.oracle.bmc.core.requests
Methods in com.oracle.bmc.core.requests that return CreateVlanRequest Modifier and Type Method Description CreateVlanRequest
CreateVlanRequest.Builder. build()
Build the instance of CreateVlanRequest as configured by this builderCreateVlanRequest
CreateVlanRequest.Builder. buildWithoutInvocationCallback()
Build the instance of CreateVlanRequest as configured by this builderMethods in com.oracle.bmc.core.requests with parameters of type CreateVlanRequest Modifier and Type Method Description CreateVlanRequest.Builder
CreateVlanRequest.Builder. copy(CreateVlanRequest o)
Copy method to populate the builder with values from the given instance.
-