Package | Description |
---|---|
com.oracle.bmc.dns | |
com.oracle.bmc.dns.model | |
com.oracle.bmc.dns.responses |
Modifier and Type | Method and Description |
---|---|
Iterable<ZoneTransferServer> |
DnsPaginators.listZoneTransferServersRecordIterator(ListZoneTransferServersRequest request)
Creates a new iterable which will iterate over the
ZoneTransferServer objects contained in responses from the
listZoneTransferServers operation. |
Modifier and Type | Method and Description |
---|---|
ZoneTransferServer |
ZoneTransferServer.Builder.build() |
Modifier and Type | Method and Description |
---|---|
List<ZoneTransferServer> |
Zone.getZoneTransferServers()
The OCI nameservers that transfer the zone data with external nameservers.
|
Modifier and Type | Method and Description |
---|---|
ZoneTransferServer.Builder |
ZoneTransferServer.Builder.copy(ZoneTransferServer model) |
Modifier and Type | Method and Description |
---|---|
Zone.Builder |
Zone.Builder.zoneTransferServers(List<ZoneTransferServer> zoneTransferServers)
The OCI nameservers that transfer the zone data with external nameservers.
|
Constructor and Description |
---|
Zone(String name,
Zone.ZoneType zoneType,
String compartmentId,
String viewId,
Scope scope,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags,
ZoneDnssecState dnssecState,
List<ExternalMaster> externalMasters,
List<ExternalDownstream> externalDownstreams,
String self,
String id,
Date timeCreated,
String version,
Long serial,
Zone.LifecycleState lifecycleState,
Boolean isProtected,
DnssecConfig dnssecConfig,
List<Nameserver> nameservers,
List<ZoneTransferServer> zoneTransferServers)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
List<ZoneTransferServer> |
ListZoneTransferServersResponse.getItems()
A list of
com.oracle.bmc.dns.model.ZoneTransferServer instances. |
Modifier and Type | Method and Description |
---|---|
ListZoneTransferServersResponse.Builder |
ListZoneTransferServersResponse.Builder.items(List<ZoneTransferServer> items)
A list of
com.oracle.bmc.dns.model.ZoneTransferServer instances. |
Copyright © 2016–2024. All rights reserved.