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