/AWS1/CL_EBNPLATFORMBRANCHSUMM¶
Summary information about a platform branch.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_platformname TYPE /AWS1/EBNPLATFORMNAME /AWS1/EBNPLATFORMNAME¶
The name of the platform to which this platform branch belongs.
iv_branchname TYPE /AWS1/EBNBRANCHNAME /AWS1/EBNBRANCHNAME¶
The name of the platform branch.
iv_lifecyclestate TYPE /AWS1/EBNPLATFORMBRANCHLCSTATE /AWS1/EBNPLATFORMBRANCHLCSTATE¶
The support life cycle state of the platform branch.
Possible values:
beta|supported|deprecated|retired
iv_branchorder TYPE /AWS1/EBNBRANCHORDER /AWS1/EBNBRANCHORDER¶
An ordinal number that designates the order in which platform branches have been added to a platform. This can be helpful, for example, if your code calls the
ListPlatformBranchesaction and then displays a list of platform branches.A larger
BranchOrdervalue designates a newer platform branch within the platform.
it_supportedtierlist TYPE /AWS1/CL_EBNSUPPEDTIERLIST_W=>TT_SUPPORTEDTIERLIST TT_SUPPORTEDTIERLIST¶
The environment tiers that platform versions in this branch support.
Possible values:
WebServer/Standard|Worker/SQS/HTTP
Queryable Attributes¶
PlatformName¶
The name of the platform to which this platform branch belongs.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_PLATFORMNAME() |
Getter for PLATFORMNAME, with configurable default |
ASK_PLATFORMNAME() |
Getter for PLATFORMNAME w/ exceptions if field has no value |
HAS_PLATFORMNAME() |
Determine if PLATFORMNAME has a value |
BranchName¶
The name of the platform branch.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_BRANCHNAME() |
Getter for BRANCHNAME, with configurable default |
ASK_BRANCHNAME() |
Getter for BRANCHNAME w/ exceptions if field has no value |
HAS_BRANCHNAME() |
Determine if BRANCHNAME has a value |
LifecycleState¶
The support life cycle state of the platform branch.
Possible values:
beta|supported|deprecated|retired
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_LIFECYCLESTATE() |
Getter for LIFECYCLESTATE, with configurable default |
ASK_LIFECYCLESTATE() |
Getter for LIFECYCLESTATE w/ exceptions if field has no valu |
HAS_LIFECYCLESTATE() |
Determine if LIFECYCLESTATE has a value |
BranchOrder¶
An ordinal number that designates the order in which platform branches have been added to a platform. This can be helpful, for example, if your code calls the
ListPlatformBranchesaction and then displays a list of platform branches.A larger
BranchOrdervalue designates a newer platform branch within the platform.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_BRANCHORDER() |
Getter for BRANCHORDER |
SupportedTierList¶
The environment tiers that platform versions in this branch support.
Possible values:
WebServer/Standard|Worker/SQS/HTTP
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SUPPORTEDTIERLIST() |
Getter for SUPPORTEDTIERLIST, with configurable default |
ASK_SUPPORTEDTIERLIST() |
Getter for SUPPORTEDTIERLIST w/ exceptions if field has no v |
HAS_SUPPORTEDTIERLIST() |
Determine if SUPPORTEDTIERLIST has a value |
Public Local Types In This Class¶
Internal table types, representing arrays and maps of this class, are defined as local types:
TT_PLATFORMBRANCHSUMMARYLIST¶
TYPES TT_PLATFORMBRANCHSUMMARYLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_EBNPLATFORMBRANCHSUMM WITH DEFAULT KEY
.