GetConnectionPlainArgs

data class GetConnectionPlainArgs(val connectionId: String, val globalNetworkId: String, val tags: Map<String, String>? = null) : ConvertibleToJava<GetConnectionPlainArgs>

A collection of arguments for invoking getConnection.

Constructors

Link copied to clipboard
constructor(connectionId: String, globalNetworkId: String, tags: Map<String, String>? = null)

Properties

Link copied to clipboard

ID of the specific connection to retrieve.

Link copied to clipboard

ID of the Global Network of the connection to retrieve.

Link copied to clipboard
val tags: Map<String, String>? = null

Key-value tags for the connection.

Functions

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