ZosPromotionLevel
The ZosPromotionLevel object represents a ChangeMan promotion level for a promotion site. This object can be obtained using the GetPromotionLevel or GetPromotionLevels methods of ZosPromotionSite.
ZosPromotionLevel Properties
ZosPromotionLevel exposes the following properties:
Property | Type | R/W | Description |
---|---|---|---|
Name | String | R | File system name (level.name) for promotion level |
Path | String | R | Full file system path name for the promotion level |
PromotionName | String | R | Promotion level name |
PromotionLevel | Int16 | R | Promotion level number |
SiteName | String | R | Promotion site name |
SecurityEntity | String | R | Security profile (entity) |
PromotionProc | String | R | Promotion procedure |
...
ZosPromotionLevel Methods
ZosPromotionLevel exposes the following methods:
GetLibraries Method
Gets an array containing the libraries for a promotion level.
Overloads
GetLibraries()
ZosPromotionLibrary[] GetLibraries()
...
GetLibraries(ZosPromotionTarget)
ZosPromotionLibrary[] GetLibraries(
ZosPromotionTarget target)
...
GetLibrary Method
Gets a specific promotion library by name.
Overloads
GetLibrary(String)
ZosPromotionLibrary GetLibrary(
String libType
)
...
GetLibrary(String, ZosPromotionTarget)
ZosPromotionLibrary GetLibrary(
String libType ZosPromotionTarget target)
...
Refresh Method
Refreshes the promotion level information.
void Refresh()
...