PerformSoftwareUpdateAction

class PerformSoftwareUpdateAction(filePath: String, securityToken: String, selectedComponents: List<SoftwareUpdateInfo>?) : IAction

Performs a software update. Make sure to check the update with ValidateSoftwareUpdateAction first.

Constructors

Link copied to clipboard
constructor(filePath: String, securityToken: String, selectedComponents: List<SoftwareUpdateInfo>?)

Properties

Link copied to clipboard
open override val isDeviceAction: Boolean = true
Link copied to clipboard
open val name: String?

Functions

Link copied to clipboard
open override fun getDataJson(): JsonObject
Link copied to clipboard
open fun getJson(): JsonObject