Package-level declarations

Types

Link copied to clipboard
data class ContactProfileLinkArgs(val channels: Output<List<ContactProfileLinkChannelArgs>>, val direction: Output<String>, val name: Output<String>, val polarization: Output<String>) : ConvertibleToJava<ContactProfileLinkArgs>
Link copied to clipboard
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>
Link copied to clipboard
data class ContactProfileLinkChannelEndPointArgs(val endPointName: Output<String>, val ipAddress: Output<String>? = null, val port: Output<String>, val protocol: Output<String>) : ConvertibleToJava<ContactProfileLinkChannelEndPointArgs>
Link copied to clipboard
data class SpacecraftLinkArgs(val bandwidthMhz: Output<Double>, val centerFrequencyMhz: Output<Double>, val direction: Output<String>, val name: Output<String>, val polarization: Output<String>) : ConvertibleToJava<SpacecraftLinkArgs>
Link copied to clipboard