Package | Description |
---|---|
com.oracle.bmc.dns | |
com.oracle.bmc.dns.model |
Modifier and Type | Method and Description |
---|---|
Waiter<GetResolverRequest,GetResolverResponse> |
DnsWaiters.forResolver(GetResolverRequest request,
Resolver.LifecycleState... targetStates)
Creates a new
Waiter using the default configuration. |
Waiter<GetResolverRequest,GetResolverResponse> |
DnsWaiters.forResolver(GetResolverRequest request,
Resolver.LifecycleState targetState,
TerminationStrategy terminationStrategy,
DelayStrategy delayStrategy)
Creates a new
Waiter using the provided configuration. |
Waiter<GetResolverRequest,GetResolverResponse> |
DnsWaiters.forResolver(GetResolverRequest request,
TerminationStrategy terminationStrategy,
DelayStrategy delayStrategy,
Resolver.LifecycleState... targetStates)
Creates a new
Waiter using the provided configuration. |
Modifier and Type | Method and Description |
---|---|
static Resolver.LifecycleState |
Resolver.LifecycleState.create(String key) |
Resolver.LifecycleState |
Resolver.getLifecycleState()
The current state of the resource.
|
static Resolver.LifecycleState |
Resolver.LifecycleState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Resolver.LifecycleState[] |
Resolver.LifecycleState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
Resolver.Builder |
Resolver.Builder.lifecycleState(Resolver.LifecycleState lifecycleState)
The current state of the resource.
|
Constructor and Description |
---|
Resolver(String compartmentId,
String attachedVcnId,
String displayName,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags,
String id,
Date timeCreated,
Date timeUpdated,
Resolver.LifecycleState lifecycleState,
String self,
String defaultViewId,
Boolean isProtected,
List<ResolverEndpointSummary> endpoints,
List<AttachedView> attachedViews,
List<ResolverRule> rules)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.