Share via


InstallationState type

Defines values for InstallationState.
KnownInstallationState can be used interchangeably with InstallationState, this enum contains the known values that the service supports.

Known values supported by the service

Uninstalled: The packet core is uninstalled.
Installing: The packet core is installing.
Installed: The packet core is installed.
Updating: The packet core is updating its configuration.
Upgrading: The packet core is upgrading to a different software version.
Uninstalling: The packet core is uninstalling.
Reinstalling: The packet core is reinstalling.
RollingBack: The packet core is rolling back to its previous version.
Failed: The packet core is in failed state.

type InstallationState = string