ApplicationEndpointArgs

data class ApplicationEndpointArgs(val host: Output<String>, val port: Output<Int>) : ConvertibleToJava<ApplicationEndpointArgs>

ApplicationEndpoint represents a remote application endpoint.

Constructors

Link copied to clipboard
fun ApplicationEndpointArgs(host: Output<String>, port: Output<Int>)

Functions

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

Properties

Link copied to clipboard
val host: Output<String>

Hostname or IP address of the remote application endpoint.

Link copied to clipboard
val port: Output<Int>

Port of the remote application endpoint.