Package | Description |
---|---|
com.oracle.bmc.database.model |
Modifier and Type | Method and Description |
---|---|
static ConsoleConnection.Builder |
ConsoleConnection.builder()
Create a new builder.
|
ConsoleConnection.Builder |
ConsoleConnection.Builder.compartmentId(String compartmentId)
The OCID of the compartment to contain the console connection.
|
ConsoleConnection.Builder |
ConsoleConnection.Builder.connectionString(String connectionString)
The SSH connection string for the console connection.
|
ConsoleConnection.Builder |
ConsoleConnection.Builder.copy(ConsoleConnection model) |
ConsoleConnection.Builder |
ConsoleConnection.Builder.dbNodeId(String dbNodeId)
The OCID of the database node.
|
ConsoleConnection.Builder |
ConsoleConnection.Builder.definedTags(Map<String,Map<String,Object>> definedTags)
Defined tags for this resource.
|
ConsoleConnection.Builder |
ConsoleConnection.Builder.fingerprint(String fingerprint)
The SSH public key fingerprint for the console connection.
|
ConsoleConnection.Builder |
ConsoleConnection.Builder.freeformTags(Map<String,String> freeformTags)
Free-form tags for this resource.
|
ConsoleConnection.Builder |
ConsoleConnection.Builder.id(String id)
The OCID of the console connection.
|
ConsoleConnection.Builder |
ConsoleConnection.Builder.lifecycleDetails(String lifecycleDetails)
Information about the current lifecycle state.
|
ConsoleConnection.Builder |
ConsoleConnection.Builder.lifecycleState(ConsoleConnection.LifecycleState lifecycleState)
The current state of the console connection.
|
ConsoleConnection.Builder |
ConsoleConnection.Builder.serviceHostKeyFingerprint(String serviceHostKeyFingerprint)
The SSH public key’s fingerprint for the console connection service host.
|
ConsoleConnection.Builder |
ConsoleConnection.toBuilder() |
Copyright © 2016–2024. All rights reserved.