ContactProfileLinkChannelArgs

data class ContactProfileLinkChannelArgs(val bandwidthMhz: Output<Double>, val centerFrequencyMhz: Output<Double>, val demodulationConfiguration: Output<String>? = null, val endPoints: Output<List<ContactProfileLinkChannelEndPointArgs>>, val modulationConfiguration: Output<String>? = null, val name: Output<String>) : ConvertibleToJava<ContactProfileLinkChannelArgs>

Constructors

Link copied to clipboard
constructor(bandwidthMhz: Output<Double>, centerFrequencyMhz: Output<Double>, demodulationConfiguration: Output<String>? = null, endPoints: Output<List<ContactProfileLinkChannelEndPointArgs>>, modulationConfiguration: Output<String>? = null, name: Output<String>)

Properties

Link copied to clipboard
val bandwidthMhz: Output<Double>

Bandwidth in MHz.

Link copied to clipboard

Center frequency in MHz.

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

Copy of the modem configuration file such as Kratos QRadio or Kratos QuantumRx. Only valid for downlink directions. If provided, the modem connects to the customer endpoint and sends demodulated data instead of a VITA.49 stream.

Link copied to clipboard

Customer End point to store/retrieve data during a contact. An end_point block as defined below.

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

Copy of the modem configuration file such as Kratos QRadio. Only valid for uplink directions. If provided, the modem connects to the customer endpoint and accepts commands from the customer instead of a VITA.49 stream.

Link copied to clipboard
val name: Output<String>

Name of the channel.

Functions

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