DelayAction Class
Model that represents a delay action.
All required parameters must be populated in order to send to server.
Constructor
DelayAction(*, name: str, duration: timedelta, **kwargs: Any)
Keyword-Only Parameters
| Name | Description |
|---|---|
|
name
|
String that represents a Capability URN. Required. |
|
duration
|
ISO8601 formatted string that represents a duration. Required. |
Variables
| Name | Description |
|---|---|
|
name
|
String that represents a Capability URN. Required. |
|
type
|
Chaos experiment action discriminator type. Required. Known values are: "delay", "discrete", and "continuous". |
|
duration
|
ISO8601 formatted string that represents a duration. Required. |