ServicingTypeSelection
The selection of servicing types performed by Trident that can be used for any user-facing API. Currently, it is used to allow the user to select when to run a custom Script.
| Characteristic | Value |
|---|---|
| Type | enum |
Variants
Clean Install
This selection only includes CleanInstall, a clean install of the target OS image when the host is booted from the provisioning OS.
| Characteristic | Value |
|---|---|
| Type | string |
| Value | clean-install |
Runtime Update
This selection only includes RuntimeUpdate, an update that does not require pausing the workload or rebooting.
| Characteristic | Value |
|---|---|
| Type | string |
| Value | runtime-update |
A/B Update
This selection only includes AbUpdate, an update that requires switching to a different root partition and rebooting.
| Characteristic | Value |
|---|---|
| Type | string |
| Value | ab-update |
All
This selection includes all servicing types.
| Characteristic | Value |
|---|---|
| Type | string |
| Value | all |