Session.Builder |
Session.Builder.bastionId(String bastionId) |
The unique identifier (OCID) of the bastion that is hosting this session.
|
Session.Builder |
Session.Builder.bastionName(String bastionName) |
The name of the bastion that is hosting this session.
|
Session.Builder |
Session.Builder.bastionPublicHostKeyInfo(String bastionPublicHostKeyInfo) |
The public key of the bastion host.
|
Session.Builder |
Session.Builder.bastionUserName(String bastionUserName) |
The username that the session uses to connect to the target resource.
|
static Session.Builder |
Session.builder() |
Create a new builder.
|
Session.Builder |
Session.Builder.copy(Session model) |
|
Session.Builder |
Session.Builder.displayName(String displayName) |
The name of the session.
|
Session.Builder |
Session.Builder.id(String id) |
The unique identifier (OCID) of the session, which can’t be changed after creation.
|
Session.Builder |
Session.Builder.keyDetails(PublicKeyDetails keyDetails) |
|
Session.Builder |
Session.Builder.keyType(Session.KeyType keyType) |
The type of the key used to connect to the session.
|
Session.Builder |
Session.Builder.lifecycleDetails(String lifecycleDetails) |
A message describing the current session state in more detail.
|
Session.Builder |
Session.Builder.lifecycleState(SessionLifecycleState lifecycleState) |
The current state of the session.
|
Session.Builder |
Session.Builder.sessionTtlInSeconds(Integer sessionTtlInSeconds) |
The amount of time the session can remain active.
|
Session.Builder |
Session.Builder.sshMetadata(Map<String,String> sshMetadata) |
The connection message for the session.
|
Session.Builder |
Session.Builder.targetResourceDetails(TargetResourceDetails targetResourceDetails) |
|
Session.Builder |
Session.Builder.timeCreated(Date timeCreated) |
The time the session was created.
|
Session.Builder |
Session.Builder.timeUpdated(Date timeUpdated) |
The time the session was updated.
|
Session.Builder |
Session.toBuilder() |
|