DataflowEndpointGroupSocketAddressArgs

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

Constructors

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

Functions

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

Properties

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