GetEnterpriseDatabasePlainArgs

data class GetEnterpriseDatabasePlainArgs(val clusterId: String, val name: String) : ConvertibleToJava<GetEnterpriseDatabasePlainArgs>

A collection of arguments for invoking getEnterpriseDatabase.

Constructors

Link copied to clipboard
constructor(clusterId: String, name: String)

Properties

Link copied to clipboard

The resource ID of Redis Enterprise Cluster which hosts the Redis Enterprise Database instance.

Link copied to clipboard

The name of the Redis Enterprise Database.

Functions

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