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
constructor(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)

Properties

Link copied to clipboard
val abpV10x: Output<WirelessDeviceAbpV10xArgs>? = null

ABP device object for LoRaWAN specification v1.0.x.

Link copied to clipboard
val abpV11: Output<WirelessDeviceAbpV11Args>? = null

ABP device object for create APIs for v1.1.

Link copied to clipboard
val devEui: Output<String>? = null

The DevEUI value.

Link copied to clipboard
val deviceProfileId: Output<String>? = null

The ID of the device profile for the new wireless device.

Link copied to clipboard

OTAA device object for create APIs for v1.0.x

Link copied to clipboard
val otaaV11: Output<WirelessDeviceOtaaV11Args>? = null

OTAA device object for v1.1 for create APIs.

Link copied to clipboard
val serviceProfileId: Output<String>? = null

The ID of the service profile.

Functions

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