Package | Description |
---|---|
com.oracle.bmc.core | |
com.oracle.bmc.core.requests |
Modifier and Type | Method and Description |
---|---|
ListDrgRouteRulesResponse |
VirtualNetworkClient.listDrgRouteRules(ListDrgRouteRulesRequest request) |
ListDrgRouteRulesResponse |
VirtualNetwork.listDrgRouteRules(ListDrgRouteRulesRequest request)
Lists the route rules in the specified DRG route table.
|
Future<ListDrgRouteRulesResponse> |
VirtualNetworkAsync.listDrgRouteRules(ListDrgRouteRulesRequest request,
AsyncHandler<ListDrgRouteRulesRequest,ListDrgRouteRulesResponse> handler)
Lists the route rules in the specified DRG route table.
|
Future<ListDrgRouteRulesResponse> |
VirtualNetworkAsyncClient.listDrgRouteRules(ListDrgRouteRulesRequest request,
AsyncHandler<ListDrgRouteRulesRequest,ListDrgRouteRulesResponse> handler) |
Iterable<DrgRouteRule> |
VirtualNetworkPaginators.listDrgRouteRulesRecordIterator(ListDrgRouteRulesRequest request)
Creates a new iterable which will iterate over the
DrgRouteRule objects contained in responses from the
listDrgRouteRules operation. |
Iterable<ListDrgRouteRulesResponse> |
VirtualNetworkPaginators.listDrgRouteRulesResponseIterator(ListDrgRouteRulesRequest request)
Creates a new iterable which will iterate over the responses received from the
listDrgRouteRules operation.
|
Modifier and Type | Method and Description |
---|---|
Future<ListDrgRouteRulesResponse> |
VirtualNetworkAsync.listDrgRouteRules(ListDrgRouteRulesRequest request,
AsyncHandler<ListDrgRouteRulesRequest,ListDrgRouteRulesResponse> handler)
Lists the route rules in the specified DRG route table.
|
Future<ListDrgRouteRulesResponse> |
VirtualNetworkAsyncClient.listDrgRouteRules(ListDrgRouteRulesRequest request,
AsyncHandler<ListDrgRouteRulesRequest,ListDrgRouteRulesResponse> handler) |
Modifier and Type | Method and Description |
---|---|
ListDrgRouteRulesRequest |
ListDrgRouteRulesRequest.Builder.build()
Build the instance of ListDrgRouteRulesRequest as configured by this builder
|
ListDrgRouteRulesRequest |
ListDrgRouteRulesRequest.Builder.buildWithoutInvocationCallback()
Build the instance of ListDrgRouteRulesRequest as configured by this builder
|
Modifier and Type | Method and Description |
---|---|
ListDrgRouteRulesRequest.Builder |
ListDrgRouteRulesRequest.Builder.copy(ListDrgRouteRulesRequest o)
Copy method to populate the builder with values from the given instance.
|
Copyright © 2016–2025. All rights reserved.