WirelessDeviceSessionKeysAbpV10xArgs

data class WirelessDeviceSessionKeysAbpV10xArgs(val appSKey: Output<String>, val nwkSKey: Output<String>) : ConvertibleToJava<WirelessDeviceSessionKeysAbpV10xArgs>

Constructors

Link copied to clipboard
constructor(appSKey: Output<String>, nwkSKey: Output<String>)

Properties

Link copied to clipboard
val appSKey: Output<String>

The AppSKey value.

Link copied to clipboard
val nwkSKey: Output<String>

The NwkKey value.

Functions

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