ApplicationEndpointMatcherArgs

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

Constructors

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

Properties

Link copied to clipboard
val hostname: Output<String>

Required. Hostname of the application.

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

Optional. Ports of the application.

Functions

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