Package | Description |
---|---|
com.oracle.bmc.core | |
com.oracle.bmc.core.requests |
Modifier and Type | Method and Description |
---|---|
CreateVlanResponse |
VirtualNetwork.createVlan(CreateVlanRequest request)
Creates a VLAN in the specified VCN and the specified compartment.
|
CreateVlanResponse |
VirtualNetworkClient.createVlan(CreateVlanRequest request) |
Future<CreateVlanResponse> |
VirtualNetworkAsyncClient.createVlan(CreateVlanRequest request,
AsyncHandler<CreateVlanRequest,CreateVlanResponse> handler) |
Future<CreateVlanResponse> |
VirtualNetworkAsync.createVlan(CreateVlanRequest request,
AsyncHandler<CreateVlanRequest,CreateVlanResponse> handler)
Creates a VLAN in the specified VCN and the specified compartment.
|
Modifier and Type | Method and Description |
---|---|
Future<CreateVlanResponse> |
VirtualNetworkAsyncClient.createVlan(CreateVlanRequest request,
AsyncHandler<CreateVlanRequest,CreateVlanResponse> handler) |
Future<CreateVlanResponse> |
VirtualNetworkAsync.createVlan(CreateVlanRequest request,
AsyncHandler<CreateVlanRequest,CreateVlanResponse> handler)
Creates a VLAN in the specified VCN and the specified compartment.
|
Modifier and Type | Method and Description |
---|---|
CreateVlanRequest |
CreateVlanRequest.Builder.build()
Build the instance of CreateVlanRequest as configured by this builder
|
CreateVlanRequest |
CreateVlanRequest.Builder.buildWithoutInvocationCallback()
Build the instance of CreateVlanRequest as configured by this builder
|
Modifier and Type | Method and Description |
---|---|
CreateVlanRequest.Builder |
CreateVlanRequest.Builder.copy(CreateVlanRequest o)
Copy method to populate the builder with values from the given instance.
|
Copyright © 2016–2023. All rights reserved.