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