DataflowEndpointGroupDataflowEndpointArgs

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

Constructors

constructor(address: Output<DataflowEndpointGroupSocketAddressArgs>? = null, mtu: Output<Int>? = null, name: Output<String>? = null)

Properties

Link copied to clipboard

The address and port of an endpoint.

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

Maximum transmission unit (MTU) size in bytes of a dataflow endpoint. Valid values are between 1400 and 1500. A default value of 1500 is used if not set.

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

The endpoint name. When listing available contacts for a satellite, Ground Station searches for a dataflow endpoint whose name matches the value specified by the dataflow endpoint config of the selected mission profile. If no matching dataflow endpoints are found then Ground Station will not display any available contacts for the satellite.

Functions

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