Package | Description |
---|---|
com.oracle.bmc.core | |
com.oracle.bmc.core.requests |
Modifier and Type | Method and Description |
---|---|
ListDhcpOptionsResponse |
VirtualNetworkClient.listDhcpOptions(ListDhcpOptionsRequest request) |
ListDhcpOptionsResponse |
VirtualNetwork.listDhcpOptions(ListDhcpOptionsRequest request)
Lists the sets of DHCP options in the specified VCN and specified compartment.
|
Future<ListDhcpOptionsResponse> |
VirtualNetworkAsync.listDhcpOptions(ListDhcpOptionsRequest request,
AsyncHandler<ListDhcpOptionsRequest,ListDhcpOptionsResponse> handler)
Lists the sets of DHCP options in the specified VCN and specified compartment.
|
Future<ListDhcpOptionsResponse> |
VirtualNetworkAsyncClient.listDhcpOptions(ListDhcpOptionsRequest request,
AsyncHandler<ListDhcpOptionsRequest,ListDhcpOptionsResponse> handler) |
Iterable<DhcpOptions> |
VirtualNetworkPaginators.listDhcpOptionsRecordIterator(ListDhcpOptionsRequest request)
Creates a new iterable which will iterate over the
DhcpOptions objects contained in responses from the
listDhcpOptions operation. |
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> |
VirtualNetworkAsync.listDhcpOptions(ListDhcpOptionsRequest request,
AsyncHandler<ListDhcpOptionsRequest,ListDhcpOptionsResponse> handler)
Lists the sets of DHCP options in the specified VCN and specified compartment.
|
Future<ListDhcpOptionsResponse> |
VirtualNetworkAsyncClient.listDhcpOptions(ListDhcpOptionsRequest request,
AsyncHandler<ListDhcpOptionsRequest,ListDhcpOptionsResponse> handler) |
Modifier and Type | Method and Description |
---|---|
ListDhcpOptionsRequest |
ListDhcpOptionsRequest.Builder.build()
Build the instance of ListDhcpOptionsRequest as configured by this builder
|
ListDhcpOptionsRequest |
ListDhcpOptionsRequest.Builder.buildWithoutInvocationCallback()
Build the instance of ListDhcpOptionsRequest as configured by this builder
|
Modifier and Type | Method and Description |
---|---|
ListDhcpOptionsRequest.Builder |
ListDhcpOptionsRequest.Builder.copy(ListDhcpOptionsRequest o)
Copy method to populate the builder with values from the given instance.
|
Copyright © 2016–2025. All rights reserved.