Uses of Class
com.oracle.bmc.dns.model.SteeringPolicyAttachment.LifecycleState
-
Packages that use SteeringPolicyAttachment.LifecycleState Package Description com.oracle.bmc.dns com.oracle.bmc.dns.model -
-
Uses of SteeringPolicyAttachment.LifecycleState in com.oracle.bmc.dns
-
Uses of SteeringPolicyAttachment.LifecycleState in com.oracle.bmc.dns.model
Methods in com.oracle.bmc.dns.model that return SteeringPolicyAttachment.LifecycleState Modifier and Type Method Description static SteeringPolicyAttachment.LifecycleState
SteeringPolicyAttachment.LifecycleState. create(String key)
SteeringPolicyAttachment.LifecycleState
SteeringPolicyAttachment. getLifecycleState()
The current state of the resource.static SteeringPolicyAttachment.LifecycleState
SteeringPolicyAttachment.LifecycleState. valueOf(String name)
Returns the enum constant of this type with the specified name.static SteeringPolicyAttachment.LifecycleState[]
SteeringPolicyAttachment.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 SteeringPolicyAttachment.LifecycleState Modifier and Type Method Description SteeringPolicyAttachment.Builder
SteeringPolicyAttachment.Builder. lifecycleState(SteeringPolicyAttachment.LifecycleState lifecycleState)
The current state of the resource.Constructors in com.oracle.bmc.dns.model with parameters of type SteeringPolicyAttachment.LifecycleState Constructor Description SteeringPolicyAttachment(String steeringPolicyId, String zoneId, String domainName, String displayName, List<String> rtypes, String compartmentId, String self, String id, Date timeCreated, SteeringPolicyAttachment.LifecycleState lifecycleState)
Deprecated.
-