Uses of Class
com.oracle.bmc.dns.model.Zone.ZoneType
-
Packages that use Zone.ZoneType Package Description com.oracle.bmc.dns.model -
-
Uses of Zone.ZoneType in com.oracle.bmc.dns.model
Methods in com.oracle.bmc.dns.model that return Zone.ZoneType Modifier and Type Method Description static Zone.ZoneType
Zone.ZoneType. create(String key)
Zone.ZoneType
Zone. getZoneType()
The type of the zone.static Zone.ZoneType
Zone.ZoneType. valueOf(String name)
Returns the enum constant of this type with the specified name.static Zone.ZoneType[]
Zone.ZoneType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.dns.model with parameters of type Zone.ZoneType Modifier and Type Method Description Zone.Builder
Zone.Builder. zoneType(Zone.ZoneType zoneType)
The type of the zone.Constructors in com.oracle.bmc.dns.model with parameters of type Zone.ZoneType Constructor 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.
-