Package | Description |
---|---|
com.oracle.bmc.core | |
com.oracle.bmc.core.requests |
Modifier and Type | Method and Description |
---|---|
ListInternetGatewaysResponse |
VirtualNetwork.listInternetGateways(ListInternetGatewaysRequest request)
Lists the internet gateways in the specified VCN and the specified compartment.
|
ListInternetGatewaysResponse |
VirtualNetworkClient.listInternetGateways(ListInternetGatewaysRequest request) |
Future<ListInternetGatewaysResponse> |
VirtualNetworkAsyncClient.listInternetGateways(ListInternetGatewaysRequest request,
AsyncHandler<ListInternetGatewaysRequest,ListInternetGatewaysResponse> handler) |
Future<ListInternetGatewaysResponse> |
VirtualNetworkAsync.listInternetGateways(ListInternetGatewaysRequest request,
AsyncHandler<ListInternetGatewaysRequest,ListInternetGatewaysResponse> handler)
Lists the internet gateways in the specified VCN and the specified compartment.
|
Iterable<InternetGateway> |
VirtualNetworkPaginators.listInternetGatewaysRecordIterator(ListInternetGatewaysRequest request)
Creates a new iterable which will iterate over the
InternetGateway objects contained in responses from the
listInternetGateways operation. |
Iterable<ListInternetGatewaysResponse> |
VirtualNetworkPaginators.listInternetGatewaysResponseIterator(ListInternetGatewaysRequest request)
Creates a new iterable which will iterate over the responses received from the
listInternetGateways operation.
|
Modifier and Type | Method and Description |
---|---|
Future<ListInternetGatewaysResponse> |
VirtualNetworkAsyncClient.listInternetGateways(ListInternetGatewaysRequest request,
AsyncHandler<ListInternetGatewaysRequest,ListInternetGatewaysResponse> handler) |
Future<ListInternetGatewaysResponse> |
VirtualNetworkAsync.listInternetGateways(ListInternetGatewaysRequest request,
AsyncHandler<ListInternetGatewaysRequest,ListInternetGatewaysResponse> handler)
Lists the internet gateways in the specified VCN and the specified compartment.
|
Modifier and Type | Method and Description |
---|---|
ListInternetGatewaysRequest |
ListInternetGatewaysRequest.Builder.build()
Build the instance of ListInternetGatewaysRequest as configured by this builder
|
ListInternetGatewaysRequest |
ListInternetGatewaysRequest.Builder.buildWithoutInvocationCallback()
Build the instance of ListInternetGatewaysRequest as configured by this builder
|
Modifier and Type | Method and Description |
---|---|
ListInternetGatewaysRequest.Builder |
ListInternetGatewaysRequest.Builder.copy(ListInternetGatewaysRequest o)
Copy method to populate the builder with values from the given instance.
|
Copyright © 2016–2023. All rights reserved.