/AWS1/CL_OWXSTACKSUMMARY¶
Summarizes the number of layers, instances, and apps in a stack.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_stackid TYPE /AWS1/OWXSTRING /AWS1/OWXSTRING¶
The stack ID.
iv_name TYPE /AWS1/OWXSTRING /AWS1/OWXSTRING¶
The stack name.
iv_arn TYPE /AWS1/OWXSTRING /AWS1/OWXSTRING¶
The stack's ARN.
iv_layerscount TYPE /AWS1/OWXINTEGER /AWS1/OWXINTEGER¶
The number of layers.
iv_appscount TYPE /AWS1/OWXINTEGER /AWS1/OWXINTEGER¶
The number of apps.
io_instancescount TYPE REF TO /AWS1/CL_OWXINSTANCESCOUNT /AWS1/CL_OWXINSTANCESCOUNT¶
An
InstancesCountobject with the number of instances in each status.
Queryable Attributes¶
StackId¶
The stack ID.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_STACKID() |
Getter for STACKID, with configurable default |
ASK_STACKID() |
Getter for STACKID w/ exceptions if field has no value |
HAS_STACKID() |
Determine if STACKID has a value |
Name¶
The stack name.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_NAME() |
Getter for NAME, with configurable default |
ASK_NAME() |
Getter for NAME w/ exceptions if field has no value |
HAS_NAME() |
Determine if NAME has a value |
Arn¶
The stack's ARN.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ARN() |
Getter for ARN, with configurable default |
ASK_ARN() |
Getter for ARN w/ exceptions if field has no value |
HAS_ARN() |
Determine if ARN has a value |
LayersCount¶
The number of layers.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_LAYERSCOUNT() |
Getter for LAYERSCOUNT, with configurable default |
ASK_LAYERSCOUNT() |
Getter for LAYERSCOUNT w/ exceptions if field has no value |
HAS_LAYERSCOUNT() |
Determine if LAYERSCOUNT has a value |
AppsCount¶
The number of apps.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_APPSCOUNT() |
Getter for APPSCOUNT, with configurable default |
ASK_APPSCOUNT() |
Getter for APPSCOUNT w/ exceptions if field has no value |
HAS_APPSCOUNT() |
Determine if APPSCOUNT has a value |
InstancesCount¶
An
InstancesCountobject with the number of instances in each status.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_INSTANCESCOUNT() |
Getter for INSTANCESCOUNT |