Dataflow Endpoint Group Dataflow Endpoint Args
data class DataflowEndpointGroupDataflowEndpointArgs(val address: Output<DataflowEndpointGroupSocketAddressArgs>? = null, val mtu: Output<Int>? = null, val name: Output<String>? = null) : ConvertibleToJava<DataflowEndpointGroupDataflowEndpointArgs>
Constructors
Link copied to clipboard
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
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.