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
constructor(clusterId: String, name: String, resourceGroupName: String? = null)

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.

Functions

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