GetEndpointsPlainArgs

data class GetEndpointsPlainArgs(val dbClusterId: String, val dbEndpointId: String? = null) : ConvertibleToJava<GetEndpointsPlainArgs>

A collection of arguments for invoking getEndpoints.

Constructors

Link copied to clipboard
constructor(dbClusterId: String, dbEndpointId: String? = null)

Properties

Link copied to clipboard

PolarDB cluster ID.

Link copied to clipboard
val dbEndpointId: String? = null

endpoint of the cluster.

Functions

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