Package | Description |
---|---|
com.oracle.bmc.psql.model |
Modifier and Type | Method and Description |
---|---|
DbInstanceEndpoint |
DbInstanceEndpoint.Builder.build() |
Modifier and Type | Method and Description |
---|---|
List<DbInstanceEndpoint> |
ConnectionDetails.getInstanceEndpoints()
The list of database instance node endpoints in the database system.
|
Modifier and Type | Method and Description |
---|---|
DbInstanceEndpoint.Builder |
DbInstanceEndpoint.Builder.copy(DbInstanceEndpoint model) |
Modifier and Type | Method and Description |
---|---|
ConnectionDetails.Builder |
ConnectionDetails.Builder.instanceEndpoints(List<DbInstanceEndpoint> instanceEndpoints)
The list of database instance node endpoints in the database system.
|
Constructor and Description |
---|
ConnectionDetails(String caCertificate,
Endpoint primaryDbEndpoint,
List<DbInstanceEndpoint> instanceEndpoints)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.