ContactProfileLinkArgs

data class ContactProfileLinkArgs(val channels: Output<List<ContactProfileLinkChannelArgs>>, val direction: Output<Either<String, Direction>>, val eirpdBW: Output<Double>? = null, val gainOverTemperature: Output<Double>? = null, val name: Output<String>, val polarization: Output<Either<String, Polarization>>) : ConvertibleToJava<ContactProfileLinkArgs>

Contact Profile Link.

Constructors

Link copied to clipboard
constructor(channels: Output<List<ContactProfileLinkChannelArgs>>, direction: Output<Either<String, Direction>>, eirpdBW: Output<Double>? = null, gainOverTemperature: Output<Double>? = null, name: Output<String>, polarization: Output<Either<String, Polarization>>)

Properties

Link copied to clipboard

Contact Profile Link Channel.

Link copied to clipboard
val direction: Output<Either<String, Direction>>

Direction (Uplink or Downlink).

Link copied to clipboard
val eirpdBW: Output<Double>? = null

Effective Isotropic Radiated Power (EIRP) in dBW. It is the required EIRP by the customer. Not used yet.

Link copied to clipboard
val gainOverTemperature: Output<Double>? = null

Gain to noise temperature in db/K. It is the required G/T by the customer. Not used yet.

Link copied to clipboard
val name: Output<String>

Link name.

Link copied to clipboard
val polarization: Output<Either<String, Polarization>>

Polarization. e.g. (RHCP, LHCP).

Functions

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