Uses of Class
com.oracle.bmc.dns.model.ResolverEndpoint.LifecycleState
-
Packages that use ResolverEndpoint.LifecycleState Package Description com.oracle.bmc.dns com.oracle.bmc.dns.model -
-
Uses of ResolverEndpoint.LifecycleState in com.oracle.bmc.dns
Methods in com.oracle.bmc.dns with parameters of type ResolverEndpoint.LifecycleState Modifier and Type Method Description Waiter<GetResolverEndpointRequest,GetResolverEndpointResponse>
DnsWaiters. forResolverEndpoint(GetResolverEndpointRequest request, ResolverEndpoint.LifecycleState... targetStates)
Creates a newWaiter
using the default configuration.Waiter<GetResolverEndpointRequest,GetResolverEndpointResponse>
DnsWaiters. forResolverEndpoint(GetResolverEndpointRequest request, ResolverEndpoint.LifecycleState targetState, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy)
Creates a newWaiter
using the provided configuration.Waiter<GetResolverEndpointRequest,GetResolverEndpointResponse>
DnsWaiters. forResolverEndpoint(GetResolverEndpointRequest request, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy, ResolverEndpoint.LifecycleState... targetStates)
Creates a newWaiter
using the provided configuration. -
Uses of ResolverEndpoint.LifecycleState in com.oracle.bmc.dns.model
Methods in com.oracle.bmc.dns.model that return ResolverEndpoint.LifecycleState Modifier and Type Method Description static ResolverEndpoint.LifecycleState
ResolverEndpoint.LifecycleState. create(String key)
ResolverEndpoint.LifecycleState
ResolverEndpoint. getLifecycleState()
The current state of the resource.static ResolverEndpoint.LifecycleState
ResolverEndpoint.LifecycleState. valueOf(String name)
Returns the enum constant of this type with the specified name.static ResolverEndpoint.LifecycleState[]
ResolverEndpoint.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 ResolverEndpoint.LifecycleState Modifier and Type Method Description ResolverVnicEndpoint.Builder
ResolverVnicEndpoint.Builder. lifecycleState(ResolverEndpoint.LifecycleState lifecycleState)
Constructors in com.oracle.bmc.dns.model with parameters of type ResolverEndpoint.LifecycleState Constructor Description ResolverEndpoint(String name, String forwardingAddress, Boolean isForwarding, Boolean isListening, String listeningAddress, String compartmentId, Date timeCreated, Date timeUpdated, ResolverEndpoint.LifecycleState lifecycleState, String self)
Deprecated.ResolverVnicEndpoint(String name, String forwardingAddress, Boolean isForwarding, Boolean isListening, String listeningAddress, String compartmentId, Date timeCreated, Date timeUpdated, ResolverEndpoint.LifecycleState lifecycleState, String self, String subnetId, List<String> nsgIds)
Deprecated.
-