Uses of Class
com.oracle.bmc.bastion.model.SessionLifecycleState
-
Packages that use SessionLifecycleState Package Description com.oracle.bmc.bastion com.oracle.bmc.bastion.model com.oracle.bmc.bastion.requests -
-
Uses of SessionLifecycleState in com.oracle.bmc.bastion
Methods in com.oracle.bmc.bastion with parameters of type SessionLifecycleState Modifier and Type Method Description Waiter<GetSessionRequest,GetSessionResponse>
BastionWaiters. forSession(GetSessionRequest request, SessionLifecycleState... targetStates)
Creates a newWaiter
using the default configuration.Waiter<GetSessionRequest,GetSessionResponse>
BastionWaiters. forSession(GetSessionRequest request, SessionLifecycleState targetState, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy)
Creates a newWaiter
using the provided configuration.Waiter<GetSessionRequest,GetSessionResponse>
BastionWaiters. forSession(GetSessionRequest request, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy, SessionLifecycleState... targetStates)
Creates a newWaiter
using the provided configuration. -
Uses of SessionLifecycleState in com.oracle.bmc.bastion.model
Methods in com.oracle.bmc.bastion.model that return SessionLifecycleState Modifier and Type Method Description static SessionLifecycleState
SessionLifecycleState. create(String key)
SessionLifecycleState
Session. getLifecycleState()
The current state of the session.SessionLifecycleState
SessionSummary. getLifecycleState()
The current state of the session.static SessionLifecycleState
SessionLifecycleState. valueOf(String name)
Returns the enum constant of this type with the specified name.static SessionLifecycleState[]
SessionLifecycleState. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.bastion.model with parameters of type SessionLifecycleState Modifier and Type Method Description Session.Builder
Session.Builder. lifecycleState(SessionLifecycleState lifecycleState)
The current state of the session.SessionSummary.Builder
SessionSummary.Builder. lifecycleState(SessionLifecycleState lifecycleState)
The current state of the session.Constructors in com.oracle.bmc.bastion.model with parameters of type SessionLifecycleState Constructor Description Session(String id, String displayName, String bastionId, String bastionName, String bastionUserName, TargetResourceDetails targetResourceDetails, Map<String,String> sshMetadata, Session.KeyType keyType, PublicKeyDetails keyDetails, String bastionPublicHostKeyInfo, Date timeCreated, Date timeUpdated, SessionLifecycleState lifecycleState, String lifecycleDetails, Integer sessionTtlInSeconds)
Deprecated.SessionSummary(String id, String displayName, String bastionName, String bastionId, TargetResourceDetails targetResourceDetails, Date timeCreated, Date timeUpdated, SessionLifecycleState lifecycleState, String lifecycleDetails, Integer sessionTtlInSeconds)
Deprecated. -
Uses of SessionLifecycleState in com.oracle.bmc.bastion.requests
Methods in com.oracle.bmc.bastion.requests that return SessionLifecycleState Modifier and Type Method Description SessionLifecycleState
ListSessionsRequest. getSessionLifecycleState()
A filter to return only resources their lifecycleState matches the given lifecycleState.Methods in com.oracle.bmc.bastion.requests with parameters of type SessionLifecycleState Modifier and Type Method Description ListSessionsRequest.Builder
ListSessionsRequest.Builder. sessionLifecycleState(SessionLifecycleState sessionLifecycleState)
A filter to return only resources their lifecycleState matches the given lifecycleState.
-