Uses of Class
com.oracle.bmc.dns.model.SteeringPolicySummary.LifecycleState
-
Packages that use SteeringPolicySummary.LifecycleState Package Description com.oracle.bmc.dns.model com.oracle.bmc.dns.requests -
-
Uses of SteeringPolicySummary.LifecycleState in com.oracle.bmc.dns.model
Methods in com.oracle.bmc.dns.model that return SteeringPolicySummary.LifecycleState Modifier and Type Method Description static SteeringPolicySummary.LifecycleState
SteeringPolicySummary.LifecycleState. create(String key)
SteeringPolicySummary.LifecycleState
SteeringPolicySummary. getLifecycleState()
The current state of the resource.static SteeringPolicySummary.LifecycleState
SteeringPolicySummary.LifecycleState. valueOf(String name)
Returns the enum constant of this type with the specified name.static SteeringPolicySummary.LifecycleState[]
SteeringPolicySummary.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 SteeringPolicySummary.LifecycleState Modifier and Type Method Description SteeringPolicySummary.Builder
SteeringPolicySummary.Builder. lifecycleState(SteeringPolicySummary.LifecycleState lifecycleState)
The current state of the resource.Constructors in com.oracle.bmc.dns.model with parameters of type SteeringPolicySummary.LifecycleState Constructor Description SteeringPolicySummary(String compartmentId, String displayName, Integer ttl, String healthCheckMonitorId, SteeringPolicySummary.Template template, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, String self, String id, Date timeCreated, SteeringPolicySummary.LifecycleState lifecycleState)
Deprecated. -
Uses of SteeringPolicySummary.LifecycleState in com.oracle.bmc.dns.requests
Methods in com.oracle.bmc.dns.requests that return SteeringPolicySummary.LifecycleState Modifier and Type Method Description SteeringPolicySummary.LifecycleState
ListSteeringPoliciesRequest. getLifecycleState()
The state of a resource.Methods in com.oracle.bmc.dns.requests with parameters of type SteeringPolicySummary.LifecycleState Modifier and Type Method Description ListSteeringPoliciesRequest.Builder
ListSteeringPoliciesRequest.Builder. lifecycleState(SteeringPolicySummary.LifecycleState lifecycleState)
The state of a resource.
-