Package | Description |
---|---|
com.oracle.bmc.dns | |
com.oracle.bmc.dns.requests |
Modifier and Type | Method and Description |
---|---|
ListZoneTransferServersResponse |
Dns.listZoneTransferServers(ListZoneTransferServersRequest request)
Gets a list of IP addresses of OCI nameservers for inbound and outbound transfer of zones in
the specified compartment (which must be the root compartment of a tenancy) that transfer
zone data with external master or downstream nameservers.
|
ListZoneTransferServersResponse |
DnsClient.listZoneTransferServers(ListZoneTransferServersRequest request) |
Future<ListZoneTransferServersResponse> |
DnsAsync.listZoneTransferServers(ListZoneTransferServersRequest request,
AsyncHandler<ListZoneTransferServersRequest,ListZoneTransferServersResponse> handler)
Gets a list of IP addresses of OCI nameservers for inbound and outbound transfer of zones in
the specified compartment (which must be the root compartment of a tenancy) that transfer
zone data with external master or downstream nameservers.
|
Future<ListZoneTransferServersResponse> |
DnsAsyncClient.listZoneTransferServers(ListZoneTransferServersRequest request,
AsyncHandler<ListZoneTransferServersRequest,ListZoneTransferServersResponse> handler) |
Iterable<ZoneTransferServer> |
DnsPaginators.listZoneTransferServersRecordIterator(ListZoneTransferServersRequest request)
Creates a new iterable which will iterate over the
ZoneTransferServer objects contained in responses from the
listZoneTransferServers operation. |
Iterable<ListZoneTransferServersResponse> |
DnsPaginators.listZoneTransferServersResponseIterator(ListZoneTransferServersRequest request)
Creates a new iterable which will iterate over the responses received from the
listZoneTransferServers operation.
|
Modifier and Type | Method and Description |
---|---|
Future<ListZoneTransferServersResponse> |
DnsAsync.listZoneTransferServers(ListZoneTransferServersRequest request,
AsyncHandler<ListZoneTransferServersRequest,ListZoneTransferServersResponse> handler)
Gets a list of IP addresses of OCI nameservers for inbound and outbound transfer of zones in
the specified compartment (which must be the root compartment of a tenancy) that transfer
zone data with external master or downstream nameservers.
|
Future<ListZoneTransferServersResponse> |
DnsAsyncClient.listZoneTransferServers(ListZoneTransferServersRequest request,
AsyncHandler<ListZoneTransferServersRequest,ListZoneTransferServersResponse> handler) |
Modifier and Type | Method and Description |
---|---|
ListZoneTransferServersRequest |
ListZoneTransferServersRequest.Builder.build()
Build the instance of ListZoneTransferServersRequest as configured by this builder
|
ListZoneTransferServersRequest |
ListZoneTransferServersRequest.Builder.buildWithoutInvocationCallback()
Build the instance of ListZoneTransferServersRequest as configured by this builder
|
Modifier and Type | Method and Description |
---|---|
ListZoneTransferServersRequest.Builder |
ListZoneTransferServersRequest.Builder.copy(ListZoneTransferServersRequest o)
Copy method to populate the builder with values from the given instance.
|
Copyright © 2016–2024. All rights reserved.