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.coreMethods 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 theNatGatewayobjects contained in responses from the listNatGateways operation.
- 
Uses of NatGateway in com.oracle.bmc.core.modelMethods in com.oracle.bmc.core.model that return NatGateway Modifier and Type Method Description NatGatewayNatGateway.Builder. build()Methods in com.oracle.bmc.core.model with parameters of type NatGateway Modifier and Type Method Description NatGateway.BuilderNatGateway.Builder. copy(NatGateway model)
- 
Uses of NatGateway in com.oracle.bmc.core.responsesMethods in com.oracle.bmc.core.responses that return NatGateway Modifier and Type Method Description NatGatewayCreateNatGatewayResponse. getNatGateway()The returned NatGateway instance.NatGatewayGetNatGatewayResponse. getNatGateway()The returned NatGateway instance.NatGatewayUpdateNatGatewayResponse. 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.BuilderCreateNatGatewayResponse.Builder. natGateway(NatGateway natGateway)The returned NatGateway instance.GetNatGatewayResponse.BuilderGetNatGatewayResponse.Builder. natGateway(NatGateway natGateway)The returned NatGateway instance.UpdateNatGatewayResponse.BuilderUpdateNatGatewayResponse.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.BuilderListNatGatewaysResponse.Builder. items(List<NatGateway> items)A list of com.oracle.bmc.core.model.NatGateway instances.
 
-