Uses of Class
com.oracle.bmc.dns.model.SteeringPolicy.LifecycleState
-
Packages that use SteeringPolicy.LifecycleState Package Description com.oracle.bmc.dns com.oracle.bmc.dns.model -
-
Uses of SteeringPolicy.LifecycleState in com.oracle.bmc.dns
Methods in com.oracle.bmc.dns with parameters of type SteeringPolicy.LifecycleState Modifier and Type Method Description Waiter<GetSteeringPolicyRequest,GetSteeringPolicyResponse>
DnsWaiters. forSteeringPolicy(GetSteeringPolicyRequest request, SteeringPolicy.LifecycleState... targetStates)
Creates a newWaiter
using the default configuration.Waiter<GetSteeringPolicyRequest,GetSteeringPolicyResponse>
DnsWaiters. forSteeringPolicy(GetSteeringPolicyRequest request, SteeringPolicy.LifecycleState targetState, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy)
Creates a newWaiter
using the provided configuration.Waiter<GetSteeringPolicyRequest,GetSteeringPolicyResponse>
DnsWaiters. forSteeringPolicy(GetSteeringPolicyRequest request, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy, SteeringPolicy.LifecycleState... targetStates)
Creates a newWaiter
using the provided configuration. -
Uses of SteeringPolicy.LifecycleState in com.oracle.bmc.dns.model
Methods in com.oracle.bmc.dns.model that return SteeringPolicy.LifecycleState Modifier and Type Method Description static SteeringPolicy.LifecycleState
SteeringPolicy.LifecycleState. create(String key)
SteeringPolicy.LifecycleState
SteeringPolicy. getLifecycleState()
The current state of the resource.static SteeringPolicy.LifecycleState
SteeringPolicy.LifecycleState. valueOf(String name)
Returns the enum constant of this type with the specified name.static SteeringPolicy.LifecycleState[]
SteeringPolicy.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 SteeringPolicy.LifecycleState Modifier and Type Method Description SteeringPolicy.Builder
SteeringPolicy.Builder. lifecycleState(SteeringPolicy.LifecycleState lifecycleState)
The current state of the resource.Constructors in com.oracle.bmc.dns.model with parameters of type SteeringPolicy.LifecycleState Constructor Description SteeringPolicy(String compartmentId, String displayName, Integer ttl, String healthCheckMonitorId, SteeringPolicy.Template template, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, List<SteeringPolicyAnswer> answers, List<SteeringPolicyRule> rules, String self, String id, Date timeCreated, SteeringPolicy.LifecycleState lifecycleState)
Deprecated.
-