Uses of Class
com.oracle.bmc.dns.model.ZoneSummary.LifecycleState
-
Packages that use ZoneSummary.LifecycleState Package Description com.oracle.bmc.dns.model -
-
Uses of ZoneSummary.LifecycleState in com.oracle.bmc.dns.model
Methods in com.oracle.bmc.dns.model that return ZoneSummary.LifecycleState Modifier and Type Method Description static ZoneSummary.LifecycleState
ZoneSummary.LifecycleState. create(String key)
ZoneSummary.LifecycleState
ZoneSummary. getLifecycleState()
The current state of the zone resource.static ZoneSummary.LifecycleState
ZoneSummary.LifecycleState. valueOf(String name)
Returns the enum constant of this type with the specified name.static ZoneSummary.LifecycleState[]
ZoneSummary.LifecycleState. 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 ZoneSummary.LifecycleState Modifier and Type Method Description ZoneSummary.Builder
ZoneSummary.Builder. lifecycleState(ZoneSummary.LifecycleState lifecycleState)
The current state of the zone resource.Constructors in com.oracle.bmc.dns.model with parameters of type ZoneSummary.LifecycleState Constructor Description 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.
-