ApplicationEndpointMatcher

data class ApplicationEndpointMatcher(val hostname: String, val ports: List<Int>? = null)

Constructors

Link copied to clipboard
constructor(hostname: String, ports: List<Int>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Required. Hostname of the application.

Link copied to clipboard
val ports: List<Int>? = null

Optional. Ports of the application.