Uses of Class
com.oracle.bmc.dns.model.ZoneDnssecState
-
Packages that use ZoneDnssecState Package Description com.oracle.bmc.dns.model com.oracle.bmc.dns.requests -
-
Uses of ZoneDnssecState in com.oracle.bmc.dns.model
Methods in com.oracle.bmc.dns.model that return ZoneDnssecState Modifier and Type Method Description static ZoneDnssecState
ZoneDnssecState. create(String key)
ZoneDnssecState
CreateZoneDetails. getDnssecState()
The state of DNSSEC on the zone.ZoneDnssecState
UpdateZoneDetails. getDnssecState()
The state of DNSSEC on the zone.ZoneDnssecState
Zone. getDnssecState()
The state of DNSSEC on the zone.ZoneDnssecState
ZoneSummary. getDnssecState()
The state of DNSSEC on the zone.static ZoneDnssecState
ZoneDnssecState. valueOf(String name)
Returns the enum constant of this type with the specified name.static ZoneDnssecState[]
ZoneDnssecState. 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 ZoneDnssecState Modifier and Type Method Description CreateZoneDetails.Builder
CreateZoneDetails.Builder. dnssecState(ZoneDnssecState dnssecState)
The state of DNSSEC on the zone.UpdateZoneDetails.Builder
UpdateZoneDetails.Builder. dnssecState(ZoneDnssecState dnssecState)
The state of DNSSEC on the zone.Zone.Builder
Zone.Builder. dnssecState(ZoneDnssecState dnssecState)
The state of DNSSEC on the zone.ZoneSummary.Builder
ZoneSummary.Builder. dnssecState(ZoneDnssecState dnssecState)
The state of DNSSEC on the zone.Constructors in com.oracle.bmc.dns.model with parameters of type ZoneDnssecState 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.UpdateZoneDetails(Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, ZoneDnssecState dnssecState, List<ExternalMaster> externalMasters, List<ExternalDownstream> externalDownstreams)
Deprecated.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.ZoneSummary(String name, ZoneSummary.ZoneType zoneType, String compartmentId, String viewId, Scope scope, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, ZoneDnssecState dnssecState, String self, String id, Date timeCreated, String version, Long serial, ZoneSummary.LifecycleState lifecycleState, Boolean isProtected, DnssecConfig dnssecConfig)
Deprecated. -
Uses of ZoneDnssecState in com.oracle.bmc.dns.requests
Methods in com.oracle.bmc.dns.requests that return ZoneDnssecState Modifier and Type Method Description ZoneDnssecState
ListZonesRequest. getDnssecState()
Search for zones that have the given DnssecState.Methods in com.oracle.bmc.dns.requests with parameters of type ZoneDnssecState Modifier and Type Method Description ListZonesRequest.Builder
ListZonesRequest.Builder. dnssecState(ZoneDnssecState dnssecState)
Search for zones that have the given DnssecState.
-