@Generated(value="OracleSDKGenerator", comments="API Version: 20160918") public final class ConsoleConnectionSummary extends Object
The InstanceConsoleConnection
API provides you with console access to dbnode enabling you to troubleshoot malfunctioning dbnode.
Note: Objects should always be created or deserialized using the ConsoleConnectionSummary.Builder
. This model distinguishes fields that are null
because they are unset from fields that are explicitly set to null
. This is done in the setter methods of the ConsoleConnectionSummary.Builder
, which maintain a set of all explicitly set fields called __explicitlySet__
. The hashCode()
and equals(Object)
methods are implemented to take __explicitlySet__
into account. The constructor, on the other hand, does not set __explicitlySet__
(since the constructor cannot distinguish explicit null
from unset null
).
Modifier and Type | Class and Description |
---|---|
static class |
ConsoleConnectionSummary.Builder |
static class |
ConsoleConnectionSummary.LifecycleState
The current state of the console connection.
|
Constructor and Description |
---|
ConsoleConnectionSummary(String id,
String compartmentId,
String dbNodeId,
String connectionString,
String fingerprint,
ConsoleConnectionSummary.LifecycleState lifecycleState)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static ConsoleConnectionSummary.Builder |
builder()
Create a new builder.
|
boolean |
equals(Object o) |
Set<String> |
get__explicitlySet__() |
String |
getCompartmentId()
The OCID of the compartment to contain the console connection.
|
String |
getConnectionString()
The SSH connection string for the console connection.
|
String |
getDbNodeId()
The OCID of the database node.
|
String |
getFingerprint()
The SSH public key fingerprint for the console connection.
|
String |
getId()
The OCID of the console connection.
|
ConsoleConnectionSummary.LifecycleState |
getLifecycleState()
The current state of the console connection.
|
int |
hashCode() |
String |
toString() |
@ConstructorProperties(value={"id","compartmentId","dbNodeId","connectionString","fingerprint","lifecycleState"}) @Deprecated public ConsoleConnectionSummary(String id, String compartmentId, String dbNodeId, String connectionString, String fingerprint, ConsoleConnectionSummary.LifecycleState lifecycleState)
public static ConsoleConnectionSummary.Builder builder()
Create a new builder.
public String getId()
The OCID of the console connection.
public String getCompartmentId()
The OCID of the compartment to contain the console connection.
public String getDbNodeId()
The OCID of the database node.
public String getConnectionString()
The SSH connection string for the console connection.
public String getFingerprint()
The SSH public key fingerprint for the console connection.
public ConsoleConnectionSummary.LifecycleState getLifecycleState()
The current state of the console connection.
Copyright © 2016–2020. All rights reserved.