Uses of Class
com.oracle.bmc.database.model.ConsoleConnection.LifecycleState
-
Packages that use ConsoleConnection.LifecycleState Package Description com.oracle.bmc.database com.oracle.bmc.database.model -
-
Uses of ConsoleConnection.LifecycleState in com.oracle.bmc.database
-
Uses of ConsoleConnection.LifecycleState in com.oracle.bmc.database.model
Methods in com.oracle.bmc.database.model that return ConsoleConnection.LifecycleState Modifier and Type Method Description static ConsoleConnection.LifecycleState
ConsoleConnection.LifecycleState. create(String key)
ConsoleConnection.LifecycleState
ConsoleConnection. getLifecycleState()
The current state of the console connection.static ConsoleConnection.LifecycleState
ConsoleConnection.LifecycleState. valueOf(String name)
Returns the enum constant of this type with the specified name.static ConsoleConnection.LifecycleState[]
ConsoleConnection.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 ConsoleConnection.LifecycleState Modifier and Type Method Description ConsoleConnection.Builder
ConsoleConnection.Builder. lifecycleState(ConsoleConnection.LifecycleState lifecycleState)
The current state of the console connection.Constructors in com.oracle.bmc.database.model with parameters of type ConsoleConnection.LifecycleState Constructor Description ConsoleConnection(String id, String compartmentId, String dbNodeId, String connectionString, String fingerprint, String serviceHostKeyFingerprint, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, String lifecycleDetails, ConsoleConnection.LifecycleState lifecycleState)
Deprecated.
-