
com.pulumi.azure.orbital.kotlin.inputs.SpacecraftLinkArgs.kt Maven / Gradle / Ivy
@file:Suppress("NAME_SHADOWING", "DEPRECATION")
package com.pulumi.azure.orbital.kotlin.inputs
import com.pulumi.azure.orbital.inputs.SpacecraftLinkArgs.builder
import com.pulumi.core.Output
import com.pulumi.core.Output.of
import com.pulumi.kotlin.ConvertibleToJava
import com.pulumi.kotlin.PulumiNullFieldException
import com.pulumi.kotlin.PulumiTagMarker
import kotlin.Double
import kotlin.String
import kotlin.Suppress
import kotlin.jvm.JvmName
/**
*
* @property bandwidthMhz Bandwidth in Mhz.
* @property centerFrequencyMhz Center frequency in Mhz.
* > **Note:** The value of `center_frequency_mhz +/- bandwidth_mhz / 2` should fall in one of these ranges: `Uplink/LHCP`: [2025, 2120]; `Uplink/Linear`: [399, 403],[435, 438],[449, 451]; `Uplink/RHCP`: [399, 403],[435, 438],[449, 451],[2025, 2120]; `Downlink/LHCP`: [2200, 2300], [7500, 8400]; `Downlink/Linear`: [399, 403], [435, 438], [449, 451]; Downlink/Linear`: [399, 403], [435, 438], [449, 451], [2200, 2300], [7500, 8400]
* @property direction Direction if the communication. Possible values are `Uplink` and `Downlink`.
* @property name Name of the link.
* @property polarization Polarization. Possible values are `RHCP`, `LHCP`, `linearVertical` and `linearHorizontal`.
*/
public data class SpacecraftLinkArgs(
public val bandwidthMhz: Output,
public val centerFrequencyMhz: Output,
public val direction: Output,
public val name: Output,
public val polarization: Output,
) : ConvertibleToJava {
override fun toJava(): com.pulumi.azure.orbital.inputs.SpacecraftLinkArgs =
com.pulumi.azure.orbital.inputs.SpacecraftLinkArgs.builder()
.bandwidthMhz(bandwidthMhz.applyValue({ args0 -> args0 }))
.centerFrequencyMhz(centerFrequencyMhz.applyValue({ args0 -> args0 }))
.direction(direction.applyValue({ args0 -> args0 }))
.name(name.applyValue({ args0 -> args0 }))
.polarization(polarization.applyValue({ args0 -> args0 })).build()
}
/**
* Builder for [SpacecraftLinkArgs].
*/
@PulumiTagMarker
public class SpacecraftLinkArgsBuilder internal constructor() {
private var bandwidthMhz: Output? = null
private var centerFrequencyMhz: Output? = null
private var direction: Output? = null
private var name: Output? = null
private var polarization: Output? = null
/**
* @param value Bandwidth in Mhz.
*/
@JvmName("eaarhqgtkfgcmvau")
public suspend fun bandwidthMhz(`value`: Output) {
this.bandwidthMhz = value
}
/**
* @param value Center frequency in Mhz.
* > **Note:** The value of `center_frequency_mhz +/- bandwidth_mhz / 2` should fall in one of these ranges: `Uplink/LHCP`: [2025, 2120]; `Uplink/Linear`: [399, 403],[435, 438],[449, 451]; `Uplink/RHCP`: [399, 403],[435, 438],[449, 451],[2025, 2120]; `Downlink/LHCP`: [2200, 2300], [7500, 8400]; `Downlink/Linear`: [399, 403], [435, 438], [449, 451]; Downlink/Linear`: [399, 403], [435, 438], [449, 451], [2200, 2300], [7500, 8400]
*/
@JvmName("qdklxsjqpywnxmyo")
public suspend fun centerFrequencyMhz(`value`: Output) {
this.centerFrequencyMhz = value
}
/**
* @param value Direction if the communication. Possible values are `Uplink` and `Downlink`.
*/
@JvmName("wfewofndhvjpfnmn")
public suspend fun direction(`value`: Output) {
this.direction = value
}
/**
* @param value Name of the link.
*/
@JvmName("bmmhnvpupwypntpm")
public suspend fun name(`value`: Output) {
this.name = value
}
/**
* @param value Polarization. Possible values are `RHCP`, `LHCP`, `linearVertical` and `linearHorizontal`.
*/
@JvmName("terjeowchvjmtnpk")
public suspend fun polarization(`value`: Output) {
this.polarization = value
}
/**
* @param value Bandwidth in Mhz.
*/
@JvmName("mhckifctkdmoxmrl")
public suspend fun bandwidthMhz(`value`: Double) {
val toBeMapped = value
val mapped = toBeMapped.let({ args0 -> of(args0) })
this.bandwidthMhz = mapped
}
/**
* @param value Center frequency in Mhz.
* > **Note:** The value of `center_frequency_mhz +/- bandwidth_mhz / 2` should fall in one of these ranges: `Uplink/LHCP`: [2025, 2120]; `Uplink/Linear`: [399, 403],[435, 438],[449, 451]; `Uplink/RHCP`: [399, 403],[435, 438],[449, 451],[2025, 2120]; `Downlink/LHCP`: [2200, 2300], [7500, 8400]; `Downlink/Linear`: [399, 403], [435, 438], [449, 451]; Downlink/Linear`: [399, 403], [435, 438], [449, 451], [2200, 2300], [7500, 8400]
*/
@JvmName("fluqhcsafoghmomc")
public suspend fun centerFrequencyMhz(`value`: Double) {
val toBeMapped = value
val mapped = toBeMapped.let({ args0 -> of(args0) })
this.centerFrequencyMhz = mapped
}
/**
* @param value Direction if the communication. Possible values are `Uplink` and `Downlink`.
*/
@JvmName("mbbrmqprvnwqglnr")
public suspend fun direction(`value`: String) {
val toBeMapped = value
val mapped = toBeMapped.let({ args0 -> of(args0) })
this.direction = mapped
}
/**
* @param value Name of the link.
*/
@JvmName("mnroyxeuyyfackme")
public suspend fun name(`value`: String) {
val toBeMapped = value
val mapped = toBeMapped.let({ args0 -> of(args0) })
this.name = mapped
}
/**
* @param value Polarization. Possible values are `RHCP`, `LHCP`, `linearVertical` and `linearHorizontal`.
*/
@JvmName("vtqvwxjvgrrjirrg")
public suspend fun polarization(`value`: String) {
val toBeMapped = value
val mapped = toBeMapped.let({ args0 -> of(args0) })
this.polarization = mapped
}
internal fun build(): SpacecraftLinkArgs = SpacecraftLinkArgs(
bandwidthMhz = bandwidthMhz ?: throw PulumiNullFieldException("bandwidthMhz"),
centerFrequencyMhz = centerFrequencyMhz ?: throw PulumiNullFieldException("centerFrequencyMhz"),
direction = direction ?: throw PulumiNullFieldException("direction"),
name = name ?: throw PulumiNullFieldException("name"),
polarization = polarization ?: throw PulumiNullFieldException("polarization"),
)
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy