ServiceProfileLoRaWanServiceProfile

data class ServiceProfileLoRaWanServiceProfile(val addGwMetadata: Boolean? = null, val channelMask: String? = null, val devStatusReqFreq: Int? = null, val dlBucketSize: Int? = null, val dlRate: Int? = null, val dlRatePolicy: String? = null, val drMax: Int? = null, val drMin: Int? = null, val hrAllowed: Boolean? = null, val minGwDiversity: Int? = null, val nwkGeoLoc: Boolean? = null, val prAllowed: Boolean? = null, val raAllowed: Boolean? = null, val reportDevStatusBattery: Boolean? = null, val reportDevStatusMargin: Boolean? = null, val targetPer: Int? = null, val ulBucketSize: Int? = null, val ulRate: Int? = null, val ulRatePolicy: String? = null)

Constructors

Link copied to clipboard
constructor(addGwMetadata: Boolean? = null, channelMask: String? = null, devStatusReqFreq: Int? = null, dlBucketSize: Int? = null, dlRate: Int? = null, dlRatePolicy: String? = null, drMax: Int? = null, drMin: Int? = null, hrAllowed: Boolean? = null, minGwDiversity: Int? = null, nwkGeoLoc: Boolean? = null, prAllowed: Boolean? = null, raAllowed: Boolean? = null, reportDevStatusBattery: Boolean? = null, reportDevStatusMargin: Boolean? = null, targetPer: Int? = null, ulBucketSize: Int? = null, ulRate: Int? = null, ulRatePolicy: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val addGwMetadata: Boolean? = null

The AddGWMetaData value.

Link copied to clipboard
val channelMask: String? = null

The ChannelMask value. This property is ReadOnly and can't be inputted for create. It's returned with Fn::GetAtt

Link copied to clipboard
val devStatusReqFreq: Int? = null

The DevStatusReqFreq value. This property is ReadOnly and can't be inputted for create. It's returned with Fn::GetAtt

Link copied to clipboard
val dlBucketSize: Int? = null

The DLBucketSize value. This property is ReadOnly and can't be inputted for create. It's returned with Fn::GetAtt

Link copied to clipboard
val dlRate: Int? = null

The DLRate value. This property is ReadOnly and can't be inputted for create. It's returned with Fn::GetAtt

Link copied to clipboard
val dlRatePolicy: String? = null

The DLRatePolicy value. This property is ReadOnly and can't be inputted for create. It's returned with Fn::GetAtt

Link copied to clipboard
val drMax: Int? = null

The DRMax value. This property is ReadOnly and can't be inputted for create. It's returned with Fn::GetAtt

Link copied to clipboard
val drMin: Int? = null

The DRMin value. This property is ReadOnly and can't be inputted for create. It's returned with Fn::GetAtt

Link copied to clipboard
val hrAllowed: Boolean? = null

The HRAllowed value that describes whether handover roaming is allowed. This property is ReadOnly and can't be inputted for create. It's returned with Fn::GetAtt

Link copied to clipboard
val minGwDiversity: Int? = null

The MinGwDiversity value. This property is ReadOnly and can't be inputted for create. It's returned with Fn::GetAtt

Link copied to clipboard
val nwkGeoLoc: Boolean? = null

The NwkGeoLoc value. This property is ReadOnly and can't be inputted for create. It's returned with Fn::GetAtt

Link copied to clipboard
val prAllowed: Boolean? = null

The PRAllowed value that describes whether passive roaming is allowed. This property is ReadOnly and can't be inputted for create. It's returned with Fn::GetAtt

Link copied to clipboard
val raAllowed: Boolean? = null

The RAAllowed value that describes whether roaming activation is allowed.

Link copied to clipboard

The ReportDevStatusBattery value. This property is ReadOnly and can't be inputted for create. It's returned with Fn::GetAtt

Link copied to clipboard

The ReportDevStatusMargin value. This property is ReadOnly and can't be inputted for create. It's returned with Fn::GetAtt

Link copied to clipboard
val targetPer: Int? = null

The TargetPer value. This property is ReadOnly and can't be inputted for create. It's returned with Fn::GetAtt

Link copied to clipboard
val ulBucketSize: Int? = null

The UlBucketSize value. This property is ReadOnly and can't be inputted for create. It's returned with Fn::GetAtt

Link copied to clipboard
val ulRate: Int? = null

The ULRate value. This property is ReadOnly and can't be inputted for create. It's returned with Fn::GetAtt

Link copied to clipboard
val ulRatePolicy: String? = null

The ULRatePolicy value. This property is ReadOnly and can't be inputted for create. It's returned with Fn::GetAtt