GetProxyPlainArgs

data class GetProxyPlainArgs(val name: String) : ConvertibleToJava<GetProxyPlainArgs>

A collection of arguments for invoking getProxy.

Constructors

Link copied to clipboard
constructor(name: String)

Properties

Link copied to clipboard

Name of the DB proxy.

Functions

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