DaemonEndpointArgs

data class DaemonEndpointArgs(val Port: Output<Int>) : ConvertibleToJava<DaemonEndpointArgs>

DaemonEndpoint contains information about a single Daemon endpoint.

Constructors

Link copied to clipboard
constructor(Port: Output<Int>)

Properties

Link copied to clipboard
val Port: Output<Int>

Port number of the given endpoint.

Functions

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