Uses of Class
com.oracle.bmc.dns.model.CreateZoneDetails.ZoneType
-
Packages that use CreateZoneDetails.ZoneType Package Description com.oracle.bmc.dns.model -
-
Uses of CreateZoneDetails.ZoneType in com.oracle.bmc.dns.model
Methods in com.oracle.bmc.dns.model that return CreateZoneDetails.ZoneType Modifier and Type Method Description static CreateZoneDetails.ZoneType
CreateZoneDetails.ZoneType. create(String key)
CreateZoneDetails.ZoneType
CreateZoneDetails. getZoneType()
The type of the zone.static CreateZoneDetails.ZoneType
CreateZoneDetails.ZoneType. valueOf(String name)
Returns the enum constant of this type with the specified name.static CreateZoneDetails.ZoneType[]
CreateZoneDetails.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 CreateZoneDetails.ZoneType Modifier and Type Method Description CreateZoneDetails.Builder
CreateZoneDetails.Builder. zoneType(CreateZoneDetails.ZoneType zoneType)
The type of the zone.Constructors in com.oracle.bmc.dns.model with parameters of type CreateZoneDetails.ZoneType Constructor Description CreateZoneDetails(String name, String compartmentId, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, CreateZoneDetails.ZoneType zoneType, String viewId, Scope scope, List<ExternalMaster> externalMasters, List<ExternalDownstream> externalDownstreams, ZoneDnssecState dnssecState)
Deprecated.
-