Uses of Class
com.oracle.bmc.core.model.InstanceConsoleConnection.LifecycleState
-
Packages that use InstanceConsoleConnection.LifecycleState Package Description com.oracle.bmc.core com.oracle.bmc.core.model -
-
Uses of InstanceConsoleConnection.LifecycleState in com.oracle.bmc.core
-
Uses of InstanceConsoleConnection.LifecycleState in com.oracle.bmc.core.model
Methods in com.oracle.bmc.core.model that return InstanceConsoleConnection.LifecycleState Modifier and Type Method Description static InstanceConsoleConnection.LifecycleStateInstanceConsoleConnection.LifecycleState. create(String key)InstanceConsoleConnection.LifecycleStateInstanceConsoleConnection. getLifecycleState()The current state of the console connection.static InstanceConsoleConnection.LifecycleStateInstanceConsoleConnection.LifecycleState. valueOf(String name)Returns the enum constant of this type with the specified name.static InstanceConsoleConnection.LifecycleState[]InstanceConsoleConnection.LifecycleState. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.core.model with parameters of type InstanceConsoleConnection.LifecycleState Modifier and Type Method Description InstanceConsoleConnection.BuilderInstanceConsoleConnection.Builder. lifecycleState(InstanceConsoleConnection.LifecycleState lifecycleState)The current state of the console connection.Constructors in com.oracle.bmc.core.model with parameters of type InstanceConsoleConnection.LifecycleState Constructor Description InstanceConsoleConnection(String compartmentId, String connectionString, Map<String,Map<String,Object>> definedTags, String fingerprint, Map<String,String> freeformTags, String id, String instanceId, InstanceConsoleConnection.LifecycleState lifecycleState, String serviceHostKeyFingerprint, String vncConnectionString)Deprecated.
-