EnvironmentLink

A link to another environment, defined in the environment's manifest. Links provide connection information in system properties that can be used to connect to another environment in the same group. See Environment Manifest (env.yaml) for details.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The name of the linked environment (the dependency).

Link copied to clipboard

The name of the link.

Functions

Link copied to clipboard
inline fun copy(block: EnvironmentLink.Builder.() -> Unit = {}): EnvironmentLink
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String