Package | Description |
---|---|
com.oracle.bmc.dns | |
com.oracle.bmc.dns.model |
Modifier and Type | Method and Description |
---|---|
Waiter<GetZoneRequest,GetZoneResponse> |
DnsWaiters.forZone(GetZoneRequest request,
TerminationStrategy terminationStrategy,
DelayStrategy delayStrategy,
Zone.LifecycleState... targetStates)
Creates a new
Waiter using the provided configuration. |
Waiter<GetZoneRequest,GetZoneResponse> |
DnsWaiters.forZone(GetZoneRequest request,
Zone.LifecycleState... targetStates)
Creates a new
Waiter using the default configuration. |
Waiter<GetZoneRequest,GetZoneResponse> |
DnsWaiters.forZone(GetZoneRequest request,
Zone.LifecycleState targetState,
TerminationStrategy terminationStrategy,
DelayStrategy delayStrategy)
Creates a new
Waiter using the provided configuration. |
Modifier and Type | Method and Description |
---|---|
static Zone.LifecycleState |
Zone.LifecycleState.create(String key) |
Zone.LifecycleState |
Zone.getLifecycleState()
The current state of the zone resource.
|
static Zone.LifecycleState |
Zone.LifecycleState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Zone.LifecycleState[] |
Zone.LifecycleState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
Zone.Builder |
Zone.Builder.lifecycleState(Zone.LifecycleState lifecycleState)
The current state of the zone resource.
|
Constructor and 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.
|
Copyright © 2016–2024. All rights reserved.