Package | Description |
---|---|
com.oracle.bmc.bastion | |
com.oracle.bmc.bastion.model | |
com.oracle.bmc.bastion.requests |
Modifier and Type | Method and Description |
---|---|
Waiter<GetSessionRequest,GetSessionResponse> |
BastionWaiters.forSession(GetSessionRequest request,
SessionLifecycleState... targetStates)
Creates a new
Waiter using the default configuration. |
Waiter<GetSessionRequest,GetSessionResponse> |
BastionWaiters.forSession(GetSessionRequest request,
SessionLifecycleState targetState,
TerminationStrategy terminationStrategy,
DelayStrategy delayStrategy)
Creates a new
Waiter using the provided configuration. |
Waiter<GetSessionRequest,GetSessionResponse> |
BastionWaiters.forSession(GetSessionRequest request,
TerminationStrategy terminationStrategy,
DelayStrategy delayStrategy,
SessionLifecycleState... targetStates)
Creates a new
Waiter using the provided configuration. |
Modifier and Type | Method and Description |
---|---|
static SessionLifecycleState |
SessionLifecycleState.create(String key) |
SessionLifecycleState |
SessionSummary.getLifecycleState()
The current state of the session.
|
SessionLifecycleState |
Session.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.
|
Modifier and Type | Method and Description |
---|---|
SessionSummary.Builder |
SessionSummary.Builder.lifecycleState(SessionLifecycleState lifecycleState)
The current state of the session.
|
Session.Builder |
Session.Builder.lifecycleState(SessionLifecycleState lifecycleState)
The current state of the session.
|
Constructor and 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.
|
Modifier and Type | Method and Description |
---|---|
SessionLifecycleState |
ListSessionsRequest.getSessionLifecycleState()
A filter to return only resources their lifecycleState matches the given lifecycleState.
|
Modifier and Type | Method and Description |
---|---|
ListSessionsRequest.Builder |
ListSessionsRequest.Builder.sessionLifecycleState(SessionLifecycleState sessionLifecycleState)
A filter to return only resources their lifecycleState matches the given lifecycleState.
|
Copyright © 2016–2024. All rights reserved.