/AWS1/CL_ECSMANAGEDAGENT¶
Details about the managed agent status for the container.
CONSTRUCTOR
¶
IMPORTING¶
Optional arguments:¶
iv_laststartedat
TYPE /AWS1/ECSTIMESTAMP
/AWS1/ECSTIMESTAMP
¶
The Unix timestamp for the time when the managed agent was last started.
iv_name
TYPE /AWS1/ECSMANAGEDAGENTNAME
/AWS1/ECSMANAGEDAGENTNAME
¶
The name of the managed agent. When the execute command feature is turned on, the managed agent name is
ExecuteCommandAgent
.
iv_reason
TYPE /AWS1/ECSSTRING
/AWS1/ECSSTRING
¶
The reason for why the managed agent is in the state it is in.
iv_laststatus
TYPE /AWS1/ECSSTRING
/AWS1/ECSSTRING
¶
The last known status of the managed agent.
Queryable Attributes¶
lastStartedAt¶
The Unix timestamp for the time when the managed agent was last started.
Accessible with the following methods¶
Method | Description |
---|---|
GET_LASTSTARTEDAT() |
Getter for LASTSTARTEDAT, with configurable default |
ASK_LASTSTARTEDAT() |
Getter for LASTSTARTEDAT w/ exceptions if field has no value |
HAS_LASTSTARTEDAT() |
Determine if LASTSTARTEDAT has a value |
name¶
The name of the managed agent. When the execute command feature is turned on, the managed agent name is
ExecuteCommandAgent
.
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 |
reason¶
The reason for why the managed agent is in the state it is in.
Accessible with the following methods¶
Method | Description |
---|---|
GET_REASON() |
Getter for REASON, with configurable default |
ASK_REASON() |
Getter for REASON w/ exceptions if field has no value |
HAS_REASON() |
Determine if REASON has a value |
lastStatus¶
The last known status of the managed agent.
Accessible with the following methods¶
Method | Description |
---|---|
GET_LASTSTATUS() |
Getter for LASTSTATUS, with configurable default |
ASK_LASTSTATUS() |
Getter for LASTSTATUS w/ exceptions if field has no value |
HAS_LASTSTATUS() |
Determine if LASTSTATUS 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_MANAGEDAGENTS
¶
TYPES TT_MANAGEDAGENTS TYPE STANDARD TABLE OF REF TO /AWS1/CL_ECSMANAGEDAGENT WITH DEFAULT KEY
.