DataflowEndpointGroupConnectionDetailsArgs

data class DataflowEndpointGroupConnectionDetailsArgs(val mtu: Output<Int>? = null, val socketAddress: Output<DataflowEndpointGroupSocketAddressArgs>? = null) : ConvertibleToJava<DataflowEndpointGroupConnectionDetailsArgs>

Egress address of AgentEndpoint with an optional mtu.

Constructors

fun DataflowEndpointGroupConnectionDetailsArgs(mtu: Output<Int>? = null, socketAddress: Output<DataflowEndpointGroupSocketAddressArgs>? = null)

Functions

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

Properties

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

Maximum transmission unit (MTU) size in bytes of a dataflow endpoint.

Link copied to clipboard