ZosPromotionOverlay
The ZosPromotionOverlay object contains information about a ChangeMan component that would be overwritten by a promote operation. The promotion overlay entries can be retrieved using the CheckPromotionOverlay method of ZosPackage.
ZosPromotionOverlay Properties
ZosPromotionOverlay exposes the following properties:
| Property | Type | R/W | Description |
|---|---|---|---|
| ComponentType | String | R | Component type |
| ComponentName | String | R | Component name |
| Package | String | R | Package name |
| Release | String | R | Release name for package (ERO) |
| PromotionUser | String | R | Promoting user ID |
| PromotionTime | DateTime | R | Date and time of the promotion |
| OverlayStatus | ZosPromotionOverlayStatus | R | Overlay status |
| PackageStatus | ZosPackageStatus | R | Package status |
| IsRestaged | Boolean | R | Indicates whether component has been restaged |
...