DataflowEndpointGroupSocketAddressArgs

data class DataflowEndpointGroupSocketAddressArgs(val name: Output<String>? = null, val port: Output<Int>? = null) : ConvertibleToJava<DataflowEndpointGroupSocketAddressArgs>

Constructors

Link copied to clipboard
constructor(name: Output<String>? = null, port: Output<Int>? = null)

Properties

Link copied to clipboard
val name: Output<String>? = null

The name of the endpoint, such as Endpoint 1 .

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

The port of the endpoint, such as 55888 .

Functions

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