Package | Description |
---|---|
com.oracle.bmc.core | |
com.oracle.bmc.core.responses |
Modifier and Type | Method and Description |
---|---|
ListDhcpOptionsResponse |
VirtualNetwork.listDhcpOptions(ListDhcpOptionsRequest request)
Lists the sets of DHCP options in the specified VCN and specified compartment.
|
ListDhcpOptionsResponse |
VirtualNetworkClient.listDhcpOptions(ListDhcpOptionsRequest request) |
Modifier and Type | Method and Description |
---|---|
Future<ListDhcpOptionsResponse> |
VirtualNetworkAsyncClient.listDhcpOptions(ListDhcpOptionsRequest request,
AsyncHandler<ListDhcpOptionsRequest,ListDhcpOptionsResponse> handler) |
Future<ListDhcpOptionsResponse> |
VirtualNetworkAsync.listDhcpOptions(ListDhcpOptionsRequest request,
AsyncHandler<ListDhcpOptionsRequest,ListDhcpOptionsResponse> handler)
Lists the sets of DHCP options in the specified VCN and specified compartment.
|
Iterable<ListDhcpOptionsResponse> |
VirtualNetworkPaginators.listDhcpOptionsResponseIterator(ListDhcpOptionsRequest request)
Creates a new iterable which will iterate over the responses received from the
listDhcpOptions operation.
|
Modifier and Type | Method and Description |
---|---|
Future<ListDhcpOptionsResponse> |
VirtualNetworkAsyncClient.listDhcpOptions(ListDhcpOptionsRequest request,
AsyncHandler<ListDhcpOptionsRequest,ListDhcpOptionsResponse> handler) |
Future<ListDhcpOptionsResponse> |
VirtualNetworkAsync.listDhcpOptions(ListDhcpOptionsRequest request,
AsyncHandler<ListDhcpOptionsRequest,ListDhcpOptionsResponse> handler)
Lists the sets of DHCP options in the specified VCN and specified compartment.
|
Modifier and Type | Method and Description |
---|---|
ListDhcpOptionsResponse |
ListDhcpOptionsResponse.Builder.build()
Build the response object.
|
Modifier and Type | Method and Description |
---|---|
ListDhcpOptionsResponse.Builder |
ListDhcpOptionsResponse.Builder.copy(ListDhcpOptionsResponse o)
Copy method to populate the builder with values from the given instance.
|
Copyright © 2016–2023. All rights reserved.