/AWS1/CL_LWDWORKLOADDATA¶
Describes a workload.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_workloadname TYPE /AWS1/LWDWORKLOADNAME /AWS1/LWDWORKLOADNAME¶
The name of the workload.
iv_displayname TYPE /AWS1/LWDSTRING /AWS1/LWDSTRING¶
The display name of a workload.
iv_description TYPE /AWS1/LWDSTRING /AWS1/LWDSTRING¶
The description of a workload.
iv_documentationurl TYPE /AWS1/LWDSTRING /AWS1/LWDSTRING¶
The URL of a workload document.
iv_iconurl TYPE /AWS1/LWDSTRING /AWS1/LWDSTRING¶
The URL of a workload icon.
iv_status TYPE /AWS1/LWDWORKLOADSTATUS /AWS1/LWDWORKLOADSTATUS¶
The status of a workload.
iv_statusmessage TYPE /AWS1/LWDSTRING /AWS1/LWDSTRING¶
The message about a workload's status.
Queryable Attributes¶
workloadName¶
The name of the workload.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_WORKLOADNAME() |
Getter for WORKLOADNAME, with configurable default |
ASK_WORKLOADNAME() |
Getter for WORKLOADNAME w/ exceptions if field has no value |
HAS_WORKLOADNAME() |
Determine if WORKLOADNAME has a value |
displayName¶
The display name of a workload.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DISPLAYNAME() |
Getter for DISPLAYNAME, with configurable default |
ASK_DISPLAYNAME() |
Getter for DISPLAYNAME w/ exceptions if field has no value |
HAS_DISPLAYNAME() |
Determine if DISPLAYNAME has a value |
description¶
The description of a workload.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DESCRIPTION() |
Getter for DESCRIPTION, with configurable default |
ASK_DESCRIPTION() |
Getter for DESCRIPTION w/ exceptions if field has no value |
HAS_DESCRIPTION() |
Determine if DESCRIPTION has a value |
documentationUrl¶
The URL of a workload document.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DOCUMENTATIONURL() |
Getter for DOCUMENTATIONURL, with configurable default |
ASK_DOCUMENTATIONURL() |
Getter for DOCUMENTATIONURL w/ exceptions if field has no va |
HAS_DOCUMENTATIONURL() |
Determine if DOCUMENTATIONURL has a value |
iconUrl¶
The URL of a workload icon.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ICONURL() |
Getter for ICONURL, with configurable default |
ASK_ICONURL() |
Getter for ICONURL w/ exceptions if field has no value |
HAS_ICONURL() |
Determine if ICONURL has a value |
status¶
The status of a workload.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_STATUS() |
Getter for STATUS, with configurable default |
ASK_STATUS() |
Getter for STATUS w/ exceptions if field has no value |
HAS_STATUS() |
Determine if STATUS has a value |
statusMessage¶
The message about a workload's status.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_STATUSMESSAGE() |
Getter for STATUSMESSAGE, with configurable default |
ASK_STATUSMESSAGE() |
Getter for STATUSMESSAGE w/ exceptions if field has no value |
HAS_STATUSMESSAGE() |
Determine if STATUSMESSAGE has a value |