GetDatabaseInstancePlainArgs

data class GetDatabaseInstancePlainArgs(val name: String, val project: String? = null) : ConvertibleToJava<GetDatabaseInstancePlainArgs>

A collection of arguments for invoking getDatabaseInstance.

Constructors

Link copied to clipboard
constructor(name: String, project: String? = null)

Properties

Link copied to clipboard

The name of the instance.

Link copied to clipboard
val project: String? = null

The ID of the project in which the resource belongs.

Functions

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