DataflowEndpointGroupRangedConnectionDetailsArgs

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

Ingress address of AgentEndpoint with a port range and an optional mtu.

Constructors

constructor(mtu: Output<Int>? = null, socketAddress: Output<DataflowEndpointGroupRangedSocketAddressArgs>? = 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 ranged socket address.

Functions

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