GetDatabaseClusterResult

data class GetDatabaseClusterResult(val database: String, val engine: String, val host: String, val id: String, val maintenanceWindows: List<GetDatabaseClusterMaintenanceWindow>, val name: String, val nodeCount: Int, val password: String, val port: Int, val privateHost: String, val privateNetworkUuid: String, val privateUri: String, val projectId: String, val region: String, val size: String, val storageSizeMib: String, val tags: List<String>? = null, val uiDatabase: String, val uiHost: String, val uiPassword: String, val uiPort: Int, val uiUri: String, val uiUser: String, val uri: String, val urn: String, val user: String, val version: String)

A collection of values returned by getDatabaseCluster.

Constructors

Link copied to clipboard
constructor(database: String, engine: String, host: String, id: String, maintenanceWindows: List<GetDatabaseClusterMaintenanceWindow>, name: String, nodeCount: Int, password: String, port: Int, privateHost: String, privateNetworkUuid: String, privateUri: String, projectId: String, region: String, size: String, storageSizeMib: String, tags: List<String>? = null, uiDatabase: String, uiHost: String, uiPassword: String, uiPort: Int, uiUri: String, uiUser: String, uri: String, urn: String, user: String, version: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Name of the cluster's default database.

Link copied to clipboard

Database engine used by the cluster (ex. pg for PostgreSQL).

Link copied to clipboard

Database cluster's hostname.

Link copied to clipboard
val id: String

The provider-assigned unique ID for this managed resource.

Link copied to clipboard

Defines when the automatic maintenance should be performed for the database cluster.

Link copied to clipboard
Link copied to clipboard

Number of nodes that will be included in the cluster.

Link copied to clipboard

Password for the cluster's default user.

Link copied to clipboard
val port: Int

Network port that the database cluster is listening on.

Link copied to clipboard

Same as host, but only accessible from resources within the account and in the same region.

Link copied to clipboard

The ID of the VPC where the database cluster is located.

Link copied to clipboard

Same as uri, but only accessible from resources within the account and in the same region.

Link copied to clipboard

The ID of the project that the database cluster is assigned to.

Link copied to clipboard

DigitalOcean region where the cluster will reside.

Link copied to clipboard

Database droplet size associated with the cluster (ex. db-s-1vcpu-1gb).

Link copied to clipboard
Link copied to clipboard
val tags: List<String>? = null
Link copied to clipboard

Name of the OpenSearch dashboard db.

Link copied to clipboard

Hostname for the OpenSearch dashboard.

Link copied to clipboard

Password for the OpenSearch dashboard's default user.

Link copied to clipboard
val uiPort: Int

Network port that the OpenSearch dashboard is listening on.

Link copied to clipboard

The full URI for connecting to the OpenSearch dashboard.

Link copied to clipboard

Username for OpenSearch dashboard's default user.

Link copied to clipboard
val uri: String

The full URI for connecting to the database cluster.

Link copied to clipboard
val urn: String

The uniform resource name of the database cluster.

Link copied to clipboard

Username for the cluster's default user.

Link copied to clipboard

Engine version used by the cluster (ex. 11 for PostgreSQL 11).