Package | Description |
---|---|
com.oracle.bmc.bastion.model |
Modifier and Type | Method and Description |
---|---|
static Session.KeyType |
Session.KeyType.create(String key) |
Session.KeyType |
Session.getKeyType()
The type of the key used to connect to the session.
|
static Session.KeyType |
Session.KeyType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Session.KeyType[] |
Session.KeyType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
Session.Builder |
Session.Builder.keyType(Session.KeyType keyType)
The type of the key used to connect to 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.
|
Copyright © 2016–2024. All rights reserved.