TraceContentPropertiesArgs

data class TraceContentPropertiesArgs(val logLevel: Output<NetworkAnalyzerConfigurationLogLevel>? = null, val wirelessDeviceFrameInfo: Output<NetworkAnalyzerConfigurationWirelessDeviceFrameInfo>? = null) : ConvertibleToJava<TraceContentPropertiesArgs>

Trace content for your wireless gateway and wireless device resources

Constructors

Link copied to clipboard
constructor(logLevel: Output<NetworkAnalyzerConfigurationLogLevel>? = null, wirelessDeviceFrameInfo: Output<NetworkAnalyzerConfigurationWirelessDeviceFrameInfo>? = null)

Properties

Link copied to clipboard

The log level for a log message. The log levels can be disabled, or set to ERROR to display less verbose logs containing only error information, or to INFO for more detailed logs

Link copied to clipboard

FrameInfo of your wireless device resources for the trace content. Use FrameInfo to debug the communication between your LoRaWAN end devices and the network server.

Functions

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