GetEnterpriseDatabasePlainArgs

data class GetEnterpriseDatabasePlainArgs(val clusterId: String, val name: String, val resourceGroupName: String? = null) : ConvertibleToJava<GetEnterpriseDatabasePlainArgs>

A collection of arguments for invoking getEnterpriseDatabase.

Constructors

Link copied to clipboard
fun GetEnterpriseDatabasePlainArgs(clusterId: String, name: String, resourceGroupName: String? = null)

Functions

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

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.

Link copied to clipboard

The name of the resource group the Redis Enterprise Database instance is located in.