Package | Description |
---|---|
com.oracle.bmc.bastion.model |
Modifier and Type | Method and Description |
---|---|
static CreateSessionDetails.KeyType |
CreateSessionDetails.KeyType.create(String key) |
CreateSessionDetails.KeyType |
CreateSessionDetails.getKeyType()
The type of the key used to connect to the session.
|
static CreateSessionDetails.KeyType |
CreateSessionDetails.KeyType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CreateSessionDetails.KeyType[] |
CreateSessionDetails.KeyType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
CreateSessionDetails.Builder |
CreateSessionDetails.Builder.keyType(CreateSessionDetails.KeyType keyType)
The type of the key used to connect to the session.
|
Constructor and Description |
---|
CreateSessionDetails(String displayName,
String bastionId,
CreateSessionTargetResourceDetails targetResourceDetails,
CreateSessionDetails.KeyType keyType,
PublicKeyDetails keyDetails,
Integer sessionTtlInSeconds)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.