Uses of Class
com.oracle.bmc.dns.model.ResolverEndpointSummary.LifecycleState
-
Packages that use ResolverEndpointSummary.LifecycleState Package Description com.oracle.bmc.dns.model com.oracle.bmc.dns.requests -
-
Uses of ResolverEndpointSummary.LifecycleState in com.oracle.bmc.dns.model
Methods in com.oracle.bmc.dns.model that return ResolverEndpointSummary.LifecycleState Modifier and Type Method Description static ResolverEndpointSummary.LifecycleState
ResolverEndpointSummary.LifecycleState. create(String key)
ResolverEndpointSummary.LifecycleState
ResolverEndpointSummary. getLifecycleState()
The current state of the resource.static ResolverEndpointSummary.LifecycleState
ResolverEndpointSummary.LifecycleState. valueOf(String name)
Returns the enum constant of this type with the specified name.static ResolverEndpointSummary.LifecycleState[]
ResolverEndpointSummary.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 ResolverEndpointSummary.LifecycleState Modifier and Type Method Description ResolverVnicEndpointSummary.Builder
ResolverVnicEndpointSummary.Builder. lifecycleState(ResolverEndpointSummary.LifecycleState lifecycleState)
Constructors in com.oracle.bmc.dns.model with parameters of type ResolverEndpointSummary.LifecycleState Constructor Description ResolverEndpointSummary(String name, String forwardingAddress, Boolean isForwarding, Boolean isListening, String listeningAddress, String compartmentId, Date timeCreated, Date timeUpdated, ResolverEndpointSummary.LifecycleState lifecycleState, String self)
Deprecated.ResolverVnicEndpointSummary(String name, String forwardingAddress, Boolean isForwarding, Boolean isListening, String listeningAddress, String compartmentId, Date timeCreated, Date timeUpdated, ResolverEndpointSummary.LifecycleState lifecycleState, String self, String subnetId)
Deprecated. -
Uses of ResolverEndpointSummary.LifecycleState in com.oracle.bmc.dns.requests
Methods in com.oracle.bmc.dns.requests that return ResolverEndpointSummary.LifecycleState Modifier and Type Method Description ResolverEndpointSummary.LifecycleState
ListResolverEndpointsRequest. getLifecycleState()
The state of a resource.Methods in com.oracle.bmc.dns.requests with parameters of type ResolverEndpointSummary.LifecycleState Modifier and Type Method Description ListResolverEndpointsRequest.Builder
ListResolverEndpointsRequest.Builder. lifecycleState(ResolverEndpointSummary.LifecycleState lifecycleState)
The state of a resource.
-