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