Uses of Class
com.oracle.bmc.database.model.NodeDetails.LifecycleState
-
Packages that use NodeDetails.LifecycleState Package Description com.oracle.bmc.database.model -
-
Uses of NodeDetails.LifecycleState in com.oracle.bmc.database.model
Methods in com.oracle.bmc.database.model that return NodeDetails.LifecycleState Modifier and Type Method Description static NodeDetails.LifecycleState
NodeDetails.LifecycleState. create(String key)
NodeDetails.LifecycleState
NodeDetails. getLifecycleState()
The current state of the VM cluster network nodes.static NodeDetails.LifecycleState
NodeDetails.LifecycleState. valueOf(String name)
Returns the enum constant of this type with the specified name.static NodeDetails.LifecycleState[]
NodeDetails.LifecycleState. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.database.model with parameters of type NodeDetails.LifecycleState Modifier and Type Method Description NodeDetails.Builder
NodeDetails.Builder. lifecycleState(NodeDetails.LifecycleState lifecycleState)
The current state of the VM cluster network nodes.Constructors in com.oracle.bmc.database.model with parameters of type NodeDetails.LifecycleState Constructor Description NodeDetails(String hostname, String ip, String vipHostname, String vip, NodeDetails.LifecycleState lifecycleState, String dbServerId)
Deprecated.
-