MulticastGroupLoRaWanArgs

data class MulticastGroupLoRaWanArgs(val dlClass: Output<String>, val numberOfDevicesInGroup: Output<Int>? = null, val numberOfDevicesRequested: Output<Int>? = null, val rfRegion: Output<String>) : ConvertibleToJava<MulticastGroupLoRaWanArgs>

Constructors

Link copied to clipboard
constructor(dlClass: Output<String>, numberOfDevicesInGroup: Output<Int>? = null, numberOfDevicesRequested: Output<Int>? = null, rfRegion: Output<String>)

Properties

Link copied to clipboard
val dlClass: Output<String>

Multicast group LoRaWAN DL Class

Link copied to clipboard
val numberOfDevicesInGroup: Output<Int>? = null

Multicast group number of devices in group. Returned after successful read.

Link copied to clipboard
val numberOfDevicesRequested: Output<Int>? = null

Multicast group number of devices requested. Returned after successful read.

Link copied to clipboard
val rfRegion: Output<String>

Multicast group LoRaWAN RF region

Functions

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