TaskDefinitionLoRaWanUpdateGatewayTaskCreateArgs

data class TaskDefinitionLoRaWanUpdateGatewayTaskCreateArgs(val currentVersion: Output<TaskDefinitionLoRaWanGatewayVersionArgs>? = null, val sigKeyCrc: Output<Int>? = null, val updateSignature: Output<String>? = null, val updateVersion: Output<TaskDefinitionLoRaWanGatewayVersionArgs>? = null) : ConvertibleToJava<TaskDefinitionLoRaWanUpdateGatewayTaskCreateArgs>

Constructors

constructor(currentVersion: Output<TaskDefinitionLoRaWanGatewayVersionArgs>? = null, sigKeyCrc: Output<Int>? = null, updateSignature: Output<String>? = null, updateVersion: Output<TaskDefinitionLoRaWanGatewayVersionArgs>? = null)

Properties

Link copied to clipboard

The version of the gateways that should receive the update.

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

The CRC of the signature private key to check.

Link copied to clipboard
val updateSignature: Output<String>? = null

The signature used to verify the update firmware.

Link copied to clipboard

The firmware version to update the gateway to.

Functions

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