Uses of Class
com.oracle.bmc.core.model.NatGateway
-
Packages that use NatGateway Package Description com.oracle.bmc.core com.oracle.bmc.core.model com.oracle.bmc.core.responses -
-
Uses of NatGateway in com.oracle.bmc.core
Methods in com.oracle.bmc.core that return types with arguments of type NatGateway Modifier and Type Method Description Iterable<NatGateway>
VirtualNetworkPaginators. listNatGatewaysRecordIterator(ListNatGatewaysRequest request)
Creates a new iterable which will iterate over theNatGateway
objects contained in responses from the listNatGateways operation. -
Uses of NatGateway in com.oracle.bmc.core.model
Methods in com.oracle.bmc.core.model that return NatGateway Modifier and Type Method Description NatGateway
NatGateway.Builder. build()
Methods in com.oracle.bmc.core.model with parameters of type NatGateway Modifier and Type Method Description NatGateway.Builder
NatGateway.Builder. copy(NatGateway model)
-
Uses of NatGateway in com.oracle.bmc.core.responses
Methods in com.oracle.bmc.core.responses that return NatGateway Modifier and Type Method Description NatGateway
CreateNatGatewayResponse. getNatGateway()
The returned NatGateway instance.NatGateway
GetNatGatewayResponse. getNatGateway()
The returned NatGateway instance.NatGateway
UpdateNatGatewayResponse. getNatGateway()
The returned NatGateway instance.Methods in com.oracle.bmc.core.responses that return types with arguments of type NatGateway Modifier and Type Method Description List<NatGateway>
ListNatGatewaysResponse. getItems()
A list of com.oracle.bmc.core.model.NatGateway instances.Methods in com.oracle.bmc.core.responses with parameters of type NatGateway Modifier and Type Method Description CreateNatGatewayResponse.Builder
CreateNatGatewayResponse.Builder. natGateway(NatGateway natGateway)
The returned NatGateway instance.GetNatGatewayResponse.Builder
GetNatGatewayResponse.Builder. natGateway(NatGateway natGateway)
The returned NatGateway instance.UpdateNatGatewayResponse.Builder
UpdateNatGatewayResponse.Builder. natGateway(NatGateway natGateway)
The returned NatGateway instance.Method parameters in com.oracle.bmc.core.responses with type arguments of type NatGateway Modifier and Type Method Description ListNatGatewaysResponse.Builder
ListNatGatewaysResponse.Builder. items(List<NatGateway> items)
A list of com.oracle.bmc.core.model.NatGateway instances.
-