Package | Description |
---|---|
com.oracle.bmc.core | |
com.oracle.bmc.core.model | |
com.oracle.bmc.core.responses |
Modifier and Type | Method and Description |
---|---|
Iterable<NatGateway> |
VirtualNetworkPaginators.listNatGatewaysRecordIterator(ListNatGatewaysRequest request)
Creates a new iterable which will iterate over the
NatGateway objects contained in responses from the listNatGateways
operation. |
Modifier and Type | Method and Description |
---|---|
NatGateway |
NatGateway.Builder.build() |
Modifier and Type | Method and Description |
---|---|
NatGateway.Builder |
NatGateway.Builder.copy(NatGateway model) |
Modifier and Type | Method and Description |
---|---|
NatGateway |
UpdateNatGatewayResponse.getNatGateway()
The returned NatGateway instance.
|
NatGateway |
GetNatGatewayResponse.getNatGateway()
The returned NatGateway instance.
|
NatGateway |
CreateNatGatewayResponse.getNatGateway()
The returned NatGateway instance.
|
Modifier and Type | Method and Description |
---|---|
List<NatGateway> |
ListNatGatewaysResponse.getItems()
A list of com.oracle.bmc.core.model.NatGateway instances.
|
Modifier and Type | Method and Description |
---|---|
UpdateNatGatewayResponse.Builder |
UpdateNatGatewayResponse.Builder.natGateway(NatGateway natGateway)
The returned NatGateway instance.
|
GetNatGatewayResponse.Builder |
GetNatGatewayResponse.Builder.natGateway(NatGateway natGateway)
The returned NatGateway instance.
|
CreateNatGatewayResponse.Builder |
CreateNatGatewayResponse.Builder.natGateway(NatGateway natGateway)
The returned NatGateway instance.
|
Modifier and Type | Method and Description |
---|---|
ListNatGatewaysResponse.Builder |
ListNatGatewaysResponse.Builder.items(List<NatGateway> items)
A list of com.oracle.bmc.core.model.NatGateway instances.
|
Copyright © 2016–2023. All rights reserved.