TaskDefinitionLoRaWanUpdateGatewayTaskEntryArgs

data class TaskDefinitionLoRaWanUpdateGatewayTaskEntryArgs(val currentVersion: Output<TaskDefinitionLoRaWanGatewayVersionArgs>? = null, val updateVersion: Output<TaskDefinitionLoRaWanGatewayVersionArgs>? = null) : ConvertibleToJava<TaskDefinitionLoRaWanUpdateGatewayTaskEntryArgs>

Constructors

constructor(currentVersion: Output<TaskDefinitionLoRaWanGatewayVersionArgs>? = null, updateVersion: Output<TaskDefinitionLoRaWanGatewayVersionArgs>? = null)

Properties

Link copied to clipboard

The version of the gateways that should receive the update.

Link copied to clipboard

The firmware version to update the gateway to.

Functions

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