Package | Description |
---|---|
com.oracle.bmc.dns.model |
Modifier and Type | Method and 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.
|
Modifier and Type | Method and Description |
---|---|
ZoneSummary.Builder |
ZoneSummary.Builder.lifecycleState(ZoneSummary.LifecycleState lifecycleState)
The current state of the zone resource.
|
Constructor and 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.
|
Copyright © 2016–2024. All rights reserved.