WirelessDeviceLoRaWanDeviceArgs

data class WirelessDeviceLoRaWanDeviceArgs(val abpV10x: Output<WirelessDeviceAbpV10xArgs>? = null, val abpV11: Output<WirelessDeviceAbpV11Args>? = null, val devEui: Output<String>? = null, val deviceProfileId: Output<String>? = null, val otaaV10x: Output<WirelessDeviceOtaaV10xArgs>? = null, val otaaV11: Output<WirelessDeviceOtaaV11Args>? = null, val serviceProfileId: Output<String>? = null) : ConvertibleToJava<WirelessDeviceLoRaWanDeviceArgs>

Constructors

Link copied to clipboard
fun WirelessDeviceLoRaWanDeviceArgs(abpV10x: Output<WirelessDeviceAbpV10xArgs>? = null, abpV11: Output<WirelessDeviceAbpV11Args>? = null, devEui: Output<String>? = null, deviceProfileId: Output<String>? = null, otaaV10x: Output<WirelessDeviceOtaaV10xArgs>? = null, otaaV11: Output<WirelessDeviceOtaaV11Args>? = null, serviceProfileId: Output<String>? = null)

Functions

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

Properties

Link copied to clipboard
val abpV10x: Output<WirelessDeviceAbpV10xArgs>? = null
Link copied to clipboard
val abpV11: Output<WirelessDeviceAbpV11Args>? = null
Link copied to clipboard
val devEui: Output<String>? = null
Link copied to clipboard
val deviceProfileId: Output<String>? = null
Link copied to clipboard
Link copied to clipboard
val otaaV11: Output<WirelessDeviceOtaaV11Args>? = null
Link copied to clipboard
val serviceProfileId: Output<String>? = null