/AWS1/CL_ECSDAEMONCIRCTBREAKER¶
Information about the circuit breaker used to determine when a daemon deployment has failed.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_failurecount TYPE /AWS1/ECSINTEGER /AWS1/ECSINTEGER¶
The number of times the circuit breaker detected a daemon deployment failure.
iv_status TYPE /AWS1/ECSDAEMONDEPLRBMONISSTAT /AWS1/ECSDAEMONDEPLRBMONISSTAT¶
The circuit breaker status. Amazon ECS is not using the circuit breaker for daemon deployment failures when the status is
DISABLED.
iv_threshold TYPE /AWS1/ECSINTEGER /AWS1/ECSINTEGER¶
The threshold which determines that the daemon deployment failed.
Queryable Attributes¶
failureCount¶
The number of times the circuit breaker detected a daemon deployment failure.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_FAILURECOUNT() |
Getter for FAILURECOUNT |
status¶
The circuit breaker status. Amazon ECS is not using the circuit breaker for daemon deployment failures when the status is
DISABLED.
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 |
threshold¶
The threshold which determines that the daemon deployment failed.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_THRESHOLD() |
Getter for THRESHOLD |