GetDatabaseReplicaPlainArgs

data class GetDatabaseReplicaPlainArgs(val clusterId: String, val name: String, val tags: List<String>? = null) : ConvertibleToJava<GetDatabaseReplicaPlainArgs>

A collection of arguments for invoking getDatabaseReplica.

Constructors

Link copied to clipboard
constructor(clusterId: String, name: String, tags: List<String>? = null)

Properties

Link copied to clipboard

The ID of the original source database cluster.

Link copied to clipboard

The name for the database replica.

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

A list of tag names to be applied to the database replica.

Functions

Link copied to clipboard
open override fun toJava(): GetDatabaseReplicaPlainArgs