/AWS1/CL_BLDDOCKERSERVERSTATUS¶
Contains information about the status of the docker server.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_status TYPE /AWS1/BLDSTRING /AWS1/BLDSTRING¶
The status of the docker server.
iv_message TYPE /AWS1/BLDSTRING /AWS1/BLDSTRING¶
A message associated with the status of a docker server.
Queryable Attributes¶
status¶
The status of the docker server.
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 |
message¶
A message associated with the status of a docker server.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_MESSAGE() |
Getter for MESSAGE, with configurable default |
ASK_MESSAGE() |
Getter for MESSAGE w/ exceptions if field has no value |
HAS_MESSAGE() |
Determine if MESSAGE has a value |