DelayAction interface
Model that represents a delay action.
- Extends
Properties
| duration | ISO8601 formatted string that represents a duration. |
| type | Enum that discriminates between action models. |
Inherited Properties
| name | String that represents a Capability URN. |
Property Details
duration
ISO8601 formatted string that represents a duration.
duration: string
Property Value
string
type
Enum that discriminates between action models.
type: "delay"
Property Value
"delay"
Inherited Property Details
name
String that represents a Capability URN.
name: string
Property Value
string
Inherited From ChaosExperimentAction.name