Config Antenna Uplink Config Args
data class ConfigAntennaUplinkConfigArgs(val spectrumConfig: Output<ConfigUplinkSpectrumConfigArgs>? = null, val targetEirp: Output<ConfigEirpArgs>? = null, val transmitDisabled: Output<Boolean>? = null) : ConvertibleToJava<ConfigAntennaUplinkConfigArgs>
Constructors
Link copied to clipboard
constructor(spectrumConfig: Output<ConfigUplinkSpectrumConfigArgs>? = null, targetEirp: Output<ConfigEirpArgs>? = null, transmitDisabled: Output<Boolean>? = null)