/AWS1/CL_PANOTAJOBCONFIG¶
An over-the-air update (OTA) job configuration.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_imageversion TYPE /AWS1/PANIMAGEVERSION /AWS1/PANIMAGEVERSION¶
The target version of the device software.
Optional arguments:¶
iv_allowmajorversionupdate TYPE /AWS1/PANBOOLEAN /AWS1/PANBOOLEAN¶
Whether to apply the update if it is a major version change.
Queryable Attributes¶
ImageVersion¶
The target version of the device software.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_IMAGEVERSION() |
Getter for IMAGEVERSION, with configurable default |
ASK_IMAGEVERSION() |
Getter for IMAGEVERSION w/ exceptions if field has no value |
HAS_IMAGEVERSION() |
Determine if IMAGEVERSION has a value |
AllowMajorVersionUpdate¶
Whether to apply the update if it is a major version change.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ALLOWMAJORVERSIONUPDATE() |
Getter for ALLOWMAJORVERSIONUPDATE |