Service Profile Lo Ra Wan Service Profile Args
data class ServiceProfileLoRaWanServiceProfileArgs(val addGwMetadata: Output<Boolean>? = null, val channelMask: Output<String>? = null, val devStatusReqFreq: Output<Int>? = null, val dlBucketSize: Output<Int>? = null, val dlRate: Output<Int>? = null, val dlRatePolicy: Output<String>? = null, val drMax: Output<Int>? = null, val drMin: Output<Int>? = null, val hrAllowed: Output<Boolean>? = null, val minGwDiversity: Output<Int>? = null, val nwkGeoLoc: Output<Boolean>? = null, val prAllowed: Output<Boolean>? = null, val raAllowed: Output<Boolean>? = null, val reportDevStatusBattery: Output<Boolean>? = null, val reportDevStatusMargin: Output<Boolean>? = null, val targetPer: Output<Int>? = null, val ulBucketSize: Output<Int>? = null, val ulRate: Output<Int>? = null, val ulRatePolicy: Output<String>? = null) : ConvertibleToJava<ServiceProfileLoRaWanServiceProfileArgs>
Constructors
Link copied to clipboard
fun ServiceProfileLoRaWanServiceProfileArgs(addGwMetadata: Output<Boolean>? = null, channelMask: Output<String>? = null, devStatusReqFreq: Output<Int>? = null, dlBucketSize: Output<Int>? = null, dlRate: Output<Int>? = null, dlRatePolicy: Output<String>? = null, drMax: Output<Int>? = null, drMin: Output<Int>? = null, hrAllowed: Output<Boolean>? = null, minGwDiversity: Output<Int>? = null, nwkGeoLoc: Output<Boolean>? = null, prAllowed: Output<Boolean>? = null, raAllowed: Output<Boolean>? = null, reportDevStatusBattery: Output<Boolean>? = null, reportDevStatusMargin: Output<Boolean>? = null, targetPer: Output<Int>? = null, ulBucketSize: Output<Int>? = null, ulRate: Output<Int>? = null, ulRatePolicy: Output<String>? = null)