DataflowEndpointGroupConnectionDetails

data class DataflowEndpointGroupConnectionDetails(val mtu: Int? = null, val socketAddress: DataflowEndpointGroupSocketAddress? = null)

Egress address of AgentEndpoint with an optional mtu.

Constructors

Link copied to clipboard
constructor(mtu: Int? = null, socketAddress: DataflowEndpointGroupSocketAddress? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val mtu: Int? = null

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

Link copied to clipboard