InstallationResponse

data class InstallationResponse(val desiredState: String? = null, val operation: AsyncOperationIdResponse, val reasons: List<String>, val reinstallRequired: String, val state: String)

The installation state of the packet core.

Constructors

Link copied to clipboard
constructor(desiredState: String? = null, operation: AsyncOperationIdResponse, reasons: List<String>, reinstallRequired: String, state: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val desiredState: String? = null

The desired installation state

Link copied to clipboard

A reference to an in-progress installation operation

Link copied to clipboard

Reason(s) for the current installation state of the packet core.

Link copied to clipboard

Whether a reinstall of the packet core is required to pick up the latest configuration changes.

Link copied to clipboard

Installation state