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

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

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

A socket address.

Functions

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