Package | Description |
---|---|
com.oracle.bmc.dns.model |
Modifier and Type | Method and Description |
---|---|
Nameserver |
Nameserver.Builder.build() |
Modifier and Type | Method and Description |
---|---|
List<Nameserver> |
Zone.getNameservers()
The authoritative nameservers for the zone.
|
Modifier and Type | Method and Description |
---|---|
Nameserver.Builder |
Nameserver.Builder.copy(Nameserver model) |
Modifier and Type | Method and Description |
---|---|
Zone.Builder |
Zone.Builder.nameservers(List<Nameserver> nameservers)
The authoritative nameservers for the zone.
|
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.
|
Copyright © 2016–2024. All rights reserved.