Wireless Device Lo Ra Wan Device Args
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
ABP device object for LoRaWAN specification v1.0.x.
Link copied to clipboard
ABP device object for create APIs for v1.1.
Link copied to clipboard
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
OTAA device object for v1.1 for create APIs.
Link copied to clipboard
The ID of the service profile.